Skip to content

Commit 4190b03

Browse files
committed
Register global command permission
1 parent d1edc6a commit 4190b03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bukkit/src/main/resources/plugin.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ commands:
1111
protocolstringreplacer:
1212
aliases: [psr]
1313
description: ProtocolStringReplacer commands.
14+
permission: 'protocolstringreplacer.command'
1415
permissions:
16+
'protocolstringreplacer.command':
17+
description: ProtocolStringReplacer commands global permission.
18+
default: true
1519
protocolstringreplacer.command.about:
1620
description: See plugin info.
1721
default: true

0 commit comments

Comments
 (0)