Dependencies: This plugin needs ProtocolLib in order to function properly. Overview This plugin will automatically fix the enchantment names & levels for all vanilla enchants. If you have owned an OP server you know that all vanilla enchants above level 10 are formatted very poorly i.e. they are displayed as 'enchantment.level.11' . Well this plugin not only fixes that issue but it also has an option to rename vanilla enchants to whatever you want with color support. How it Works? Normally to do this you need to change the lore of the item i.e. hide the enchants & add the new name & level in the item lore. This however breaks many previous plugins which use lore to create custom items like vouchers, crate keys, sell wands, sell chests etc. So in order to fix this issue my plugin intercepts packets sent between the server & the player & fix the enchants there. Does it Change the Lore? Yes & No both. What my plugin does is that it checks for any item related packet sent by the server to a player, intercepts it & changes the lore there. This way the lore is changed only for the player not the server. Similarly whenever a player send an item related packet to the server my plugin intercepts it & removes any changes it had made previously.
Future Ideas:
Remove Dependency from ProtocolLib
Add an API
Add Library for custom enchants to use this system