Skip to content

Commit be233de

Browse files
committed
fixed plugin.yml
1 parent 2437424 commit be233de

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/main/resources/plugin.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ commands:
88
toolstats:
99
usage: /toolstats
1010
description: Main command.
11-
permission: randomenchant.reload
11+
permission: toolstats.main
1212
permissions:
13-
randomenchant.reload:
14-
description: Allows the usage of /randomenchant reload
15-
default: op
13+
toolstats.main:
14+
description: Allows the usage of /toolstats
15+
default: true
16+
toolstats.reload:
17+
description: Allows the usage of /toolstats reload
18+
default: op

0 commit comments

Comments
 (0)