From 6129eda98942370eb0099bf3f066f52f9795d1ab Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Fri, 5 Apr 2024 15:16:20 +0200 Subject: [PATCH] Fixes an incorrect command usage and missing permission --- src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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