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 a68fabd commit 1649aacCopy full SHA for 1649aac
src/main/resources/plugin.yml
@@ -6,7 +6,16 @@ description: "Combine enchantment books to achieve levels above vanilla"
6
api-version: '1.20'
7
softdepend:
8
- AnvilUnlocker
9
+
10
commands:
11
enchantbookplus:
12
description: "EnchantBookPlus main command"
13
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