Fixes an incorrect command usage and missing permission
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good
This commit is contained in:
parent
66bb96631a
commit
6129eda989
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user