- added EcoEnchants plugin support (disable 'enchant-format' if you want formatting from EcoEnchants)
- added 'exponent' config option in 'anvils' → 'cost' settings
- added smart item durability repair system
- fixed bugs with item rename
- improved enchantment cost algorithm
- other minor improvements
- New configuration option for enchantments - 'no_repair'.
- Added support for custom model data.YAML:enchants: unbreaking: item: # cost multiplier (default is 1), this changes how above vanilla levels are calculated # by multiplying every level above vanilla ( for Unbreaking 6 it is only one level above # vanilla so it means + 1.25 to level cost) with this value and adding it to total cost. multiplier: 1.25 # max level of the enchantment (Unbreaking) players can get by upgrading(adding) in anvils: limit: 255 book: # if you don't set the multiplier, value will be 1 multiplier: 1.5 limit: 255 # NEW : # disable item repair, for item which enchanted with the current enchant (optional): no_repair: false
- Added (mixed with AdvancedEnchantments) support for CrazyEnchantments plugin. Check it out on the test server in the plugin description.
- Added more permissions & config options.
- Improved anvil color rename
- Minor bug fixes and improvements.
