Fixed cases where a phantom error could occur on startup.
Fixed incorrect "what can be enchanted" description for vanilla enchantments that fall under the sword category.
Added support for disabled enchantments by the VillagerTradeLimiter plugin. Now, if you turn off the villager's enchantment in it, the menu will also show that this enchantment cannot be traded with the villager.
Fixed when quickly clicking on any item in the menu (enchantment) raised mspt.
Fixed bug when /enchantsgui reload, /enchantsinfo missing EcoEnchants.
You will have new localization and add-on settings with default values in your config. if you need to change it or translate it into your language, please note it.
This is added to the config automatically, you can see what exactly is added:
interactive-enchantsinfo:
enabled: true
maximum-level-limit: 2 # e.getMaxLevel() + this = maximum
Now players can independently change the level of enchantment on the item in the menu. The description adjusts to the level. This can be disabled in the interactive-enchantsinfo.enabled config. You can also set a threshold for how many levels to climb from the maximum level interactive-enchantsinfo.maximum-level-limit.
/enchantsinfo command now displays interactive messages.
This can be disabled in the config
interactive-enchantsinfo.enabled.
When you enter the /enchantsinfo <enchant> command, a new tab appears indicating the <level> (you can not specify it and it will give the maximum).
Added a new line that indicates the current level (which is displayed).
In this line, you can change the level or see the difference with the previous one in the tooltip.
Information about this enchantment will be written in hover conflicts. When you click in your chat, information about it will appear.
Thanks for the idea to my idea director NoOneBoss.