diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 8aba459..7cf3169 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -11,7 +11,7 @@ commands: permission: placeholdersigns.edit description: Changes the line of a sign, without a text limit, and with color conversion viewSign: - usage: / [text] [text] ... + usage: / permission: placeholdersigns.view description: Displays the contents of a sign in the chat (useful for lines exceeding the viewable area) @@ -20,6 +20,7 @@ permissions: children: - placeholdersigns.edit - placeholdersigns.placeholder + - placeholdersigns.view default: op placeholdersigns.edit: description: Allows a player to use the /editSign command without restriction