
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.
UberEnchant 8.12.0
release8 октября 2025 г.Changes:
- Made it so UberEnchant custom enchantments and ExcellentEnchant enchantments work on enchantment table at same time
- Fixed enchantment table giving weird level distributions for xp cost
- Cleaned up and improved some code Some bug fixes
UberEnchant 8.11.11
release21 сентября 2025 г.- Fixed (hopefully) some major bugs relating to servers using 1.18-1.20.3
- Fix for bug relating to using Paper servers
- Fixed some bugs relating to Anvils
- Added remove_to_reroll option to plugins/UberEnchant/mechanics/enchantment_table.yml Allows players to reroll the enchantment table be removing their item and putting it back Defaults to false, set to true to enable
- Made it so WorldGuard flags must be explicitly set to DENY to prevent the custom enchantment effects such as setting DAMAGE-ANIMALS to DENY will stop animals being affected by EffectEnchants in that region (Same with setting PVP to DENY but for players) Setting POTION-SPLASH to DENY will stop EffectEnchantments regardless of the other two flags. By default, EffectEnchantments apply unless one of the three flags are set to DENY
UberEnchant 8.11.10
release4 сентября 2025 г.- Added and testing support for Minecraft 1.18+
UberEnchant 8.11.9
release2 сентября 2025 г.Bugfixes
UberEnchant 8.11.8
release1 сентября 2025 г.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