We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1edc6a commit 4190b03Copy full SHA for 4190b03
bukkit/src/main/resources/plugin.yml
@@ -11,7 +11,11 @@ commands:
11
protocolstringreplacer:
12
aliases: [psr]
13
description: ProtocolStringReplacer commands.
14
+ permission: 'protocolstringreplacer.command'
15
permissions:
16
+ 'protocolstringreplacer.command':
17
+ description: ProtocolStringReplacer commands global permission.
18
+ default: true
19
protocolstringreplacer.command.about:
20
description: See plugin info.
21
default: true
0 commit comments