diff --git a/README.md b/README.md index eae6376..dd28880 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,11 @@ Note that commands have some restrictions in place, so giving the weakest permis | placeholdersigns.copy.use | false | Allows use of the /copySign and /copySignText commands. | | placeholdersigns.copy.bypass-waxed | false | Allows pasting a sign copied with /copySign and /copySignText onto a waxed sign. | | placeholdersigns.unwax | false | Allows use of the /unWaxSign command | -| placeholdersigns.setdelay | false | Allows use of the /setPlaceholderUpdateDelay command | \ No newline at end of file +| placeholdersigns.setdelay | false | Allows use of the /setPlaceholderUpdateDelay command | + +## Configuration options + +| Node | Type | Default | Description | +|------------------------|---------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| language | String | en | The language to use. Only "en" is available, but you can add a custom language by copying src/main/resources/strings.yml into the plugin folder, replacing the "en" in the first line and customizing the strings. | +| defaultSignUpdateTicks | Integer | 100 | The number of ticks to wait between each placeholder sign update. This delay is used for any placeholder signs that haven't been overridden using /setPlaceholderUpdateDelay. 1 second = 20 ticks, so the default is 5 seconds. | \ No newline at end of file