
UberEnchant
UberEnchant adds the ability for servers to enchant any item with any enchantment up to level 255 (since 1.17), add names and lore to items (color support), add potion effects to items, extract enchantments to books, and economy support.
Список изменений
Major Changes: Added the ability to add meta tags to UberEnchantments This is done through commands currently:
/uadd meta 
duration (set the duration of the effect enchantment),
has_chance (set if the effect has a chance to apply rather than every time),
chance (When an enchant has both has_chance=true and a value set to chance, use the chance value instead of enchant level / max level)
hidden (Hide the effect enchantment from showing on an item, still applies effects),
level (A roundabout way to set the enchantments level),
on_consume (Apply the effect upon consuming the item ie eating an apple),
on_drop (Apply the effect upon dropping the item),
on_held (contunously apply the effect while holding the item),
on_pickup (Apply the effect upon picking up the item),
Added WorldGuard support! Custom enchantments no longer work in areas with any of the following WorldGuard flags set to false:
pvp,
damage_animals,
potion_splash,
Added partial support for plugins that add custom enchantments! (such as ExcellentEnchants) (Only works if the plugin adds enchantments as if they're vanilla, pseudo enchantments like UberEnchant won't integrate)
Automatically integrates custom enchans from other plugins into commands,
Automatically genererates an enchantments.yml in plugins/UberEnchant/enchantments/
- Bug fixes