You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,21 @@ This plugin allows you to combine enchantments, e.g. Efficiency V + Efficiency V
13
13
14
14
You can configure which enchantments can be combined above the Vanilla Minecraft levels. You can set the max level for each enchantment, and add XP cost in levels.
15
15
16
+
> [!IMPORTANT]
17
+
> This plugin requires [AnvilUnlocker](https://github.com/Jikoo/AnvilUnlocker/releases/latest) for anvil costs above 40 lvl.
18
+
19
+
## Permissions
20
+
21
+
> [!NOTE]
22
+
> `<echantment>` is the enchantment ID, e.g. `swift_sneak`, `efficiency`, etc. Replace with `*` for all enchantments.
23
+
>
24
+
> Example: `enchantbookplus.enchant.*` or `enchantbookplus.enchant.unbreaking`
|`enchantbookplus.enchant.<enchantment>`| Allow enchanting `<enchantment>` above the vanilla level, as configured in the plugin. |
29
+
|`enchantbookplus.reload`| Reload plugin config using `/enchantbookplus reload`|
30
+
16
31
## Reporting issues
17
32
Fixing bugs is the utmost priority for this project. If you find any issue, check the [GitHub Issue Tracker](https://github.com/cloudnode-pro/EnchantBookPlus/issues) to see if it has already been reported. If not, create a new issue.
0 commit comments