... | @@ -19,5 +19,5 @@ Let's break down the available options. |
... | @@ -19,5 +19,5 @@ Let's break down the available options. |
|
- `PermissionName` is the permission that players will need to vote. This only takes effect if `RequirePermission` is set to `true`. The default is `vote.vote`. The value _does_ need quotation marks `""` around it.
|
|
- `PermissionName` is the permission that players will need to vote. This only takes effect if `RequirePermission` is set to `true`. The default is `vote.vote`. The value _does_ need quotation marks `""` around it.
|
|
|
|
|
|
If you're creating the config file ahead of time even before you've installed the plugin, be aware of the following things:
|
|
If you're creating the config file ahead of time even before you've installed the plugin, be aware of the following things:
|
|
- On non-Windows operating systems, filenames are often case-sensitive. Make sure the filename is exactly `TSWVote.json`.
|
|
- On non-Windows operating systems, filenames are often case-sensitive. Make sure the filename is exactly `TSWVote.json`, with the first 4 letters being upper-case.
|
|
- The names of every config option do need quotation marks `""` around them, as they're considered a string-type value in [JSON](https://www.w3schools.com/js/js_json_syntax.asp). It would be best on your part to just copy the example presented above and fill your values in. |
|
- The names of every config option do need quotation marks `""` around them, as they're considered a string-type value in [JSON](https://www.w3schools.com/js/js_json_syntax.asp). It would be best on your part to just copy the example presented above and fill your values in. |
|
|
|
\ No newline at end of file |