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 2437424 commit be233deCopy full SHA for be233de
src/main/resources/plugin.yml
@@ -8,8 +8,11 @@ commands:
8
toolstats:
9
usage: /toolstats
10
description: Main command.
11
- permission: randomenchant.reload
+ permission: toolstats.main
12
permissions:
13
- randomenchant.reload:
14
- description: Allows the usage of /randomenchant reload
15
- default: op
+ toolstats.main:
+ description: Allows the usage of /toolstats
+ default: true
16
+ toolstats.reload:
17
+ description: Allows the usage of /toolstats reload
18
+ default: op
0 commit comments