Fixes an incorrect command usage and missing permission
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good

This commit is contained in:
Kristian Knarvik 2024-04-05 15:16:20 +02:00
parent 66bb96631a
commit 6129eda989

View File

@ -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: /<command> <line> [text] [text] ...
usage: /<command>
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