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 permission: placeholdersigns.edit
description: Changes the line of a sign, without a text limit, and with color conversion description: Changes the line of a sign, without a text limit, and with color conversion
viewSign: viewSign:
usage: /<command> <line> [text] [text] ... usage: /<command>
permission: placeholdersigns.view permission: placeholdersigns.view
description: Displays the contents of a sign in the chat (useful for lines exceeding the viewable area) description: Displays the contents of a sign in the chat (useful for lines exceeding the viewable area)
@ -20,6 +20,7 @@ permissions:
children: children:
- placeholdersigns.edit - placeholdersigns.edit
- placeholdersigns.placeholder - placeholdersigns.placeholder
- placeholdersigns.view
default: op default: op
placeholdersigns.edit: placeholdersigns.edit:
description: Allows a player to use the /editSign command without restriction description: Allows a player to use the /editSign command without restriction