Release 1.3.0 continues to add more functionality to the advanced enchantments config as well as adding custom GUIs to modify configuration files in-game. Limit certain enchantments via permissions, increase or decrease the amount of enchantability with the lapis modifiers, and modify or revert configuration files from within the game.
- Additions:
- Database:
- Added a database backup system to store changes to the config files.
- Database can be used to revert config files to a previous state.
- Commands:
- Added the /esconfig command for an in-game look at the config files.
- Save, revert, and revert file to backup for all config files.
- Simple GUI for editing the config files. Strings can use chat or anvil GUI to update.
- GUI also shows a read-me version of config backups.
- Some values set to enum so only predetermined values can be set.
- Changed values will not take effect until saved.
- Added the /esreset command to forcefully remove all players from looking at enchantment table/anvil custom configs.
- Configs:
- Added use_lapis_modifier, lapis_modifiers.constant, lapis_modifiers.modifier, multi_enchant_divisor, and use_permissions to the advanced enchantment config.
- Lapis modifiers increase the modified enchantment level in enchantment tables that gives access to better enchantments.
- Multi Enchant Divisor gives a chance to extra enchantments appearing on an item, with each additional enchant having a ((modified_enchant_level / multi_enchant_divisor) / 2) chance.
- Permissions have been added to all enchantments for both enchantment tables and anvils.
- Player must have each permission that is set to true in the config to get higher levels of enchantments.
- Will work with loot coming from fishing/chest loot tables if enabled as well.
- Fixes:
- Fix for pressing escape button in an anvil menu will break the next menu.
- Fix for data for Punch and Luck of the Sea enchantments not correctly updating.
- Fix for some debug messages still sending to console.
- Fix for fishing enchantments not working with mcMMO.