Skip to content

Commit 1649aac

Browse files
committed
Set default permissions in plugin.yml
1 parent a68fabd commit 1649aac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/resources/plugin.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ description: "Combine enchantment books to achieve levels above vanilla"
66
api-version: '1.20'
77
softdepend:
88
- AnvilUnlocker
9+
910
commands:
1011
enchantbookplus:
1112
description: "EnchantBookPlus main command"
1213
usage: "/<command>"
14+
15+
permissions:
16+
enchantbookplus.enchant.*:
17+
description: Allow enchanting all enchantments above the vanilla level, as configured in the plugin
18+
default: true
19+
enchantbookplus.reload:
20+
description: Reload plugin config using `/enchantbookplus reload`
21+
default: op

0 commit comments

Comments
 (0)