- Updated to latest plugin.yml config format (there were errors with 1.21.1+ non paper versions).
- Any type of book enchantments (stored enchantments and regular ones) now work the same in anvils
- Fixed conflict system (it was always vanilla) not working on books
- Improved support for floodgate, now Bedrock support will work with only floodgate on the backend servers
- Added support for latest version of CrazyEnchantments
- Minor improvements and bug fixes
- Fixed visual glitch where enchantment names sometimes get frozen when using anvils in creative mode
- fixed a bug where repairing items would cause errors in console due excess repair
- patched a bug where merging levels would not work below vanilla maximum
- Added permissions (in config) for merging above vanilla levels in config.yml - anvils → merge.
YAML:anvils: ... merge: # When false, this plugin will not change how anvils operate, i.e. when merging two books, it will remain in vanilla book_on_book: enabled: true no_vanilla_cap: # Permission to merge (book on book) enchantments above vanilla max level # Added by default, to disable add a negative permission permission: "ue.anvils.no-vanilla-cap.book_on_book" book_on_item: enabled: true no_vanilla_cap: permission: "ue.anvils.no-vanilla-cap.book_on_item" item_on_item: enabled: true no_vanilla_cap: permission: "ue.anvils.no-vanilla-cap.item_on_item" ...
