UberEnchant 8.11.8
Details
-
FilenameUberEnchant.jar
-
Uploaded by
-
UploadedSep 1, 2025
-
Size263.58 KB
-
Downloads183
-
MD5b536b4f8f17633b5af144b60b000bb54
Supported Bukkit Versions
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21.5-Snapshot
- 1.21
- 1.20.6
- 1.20.5
- 1.20.5-Snapshot
- 1.20.4
Changelog
Major Changes: Added the ability to add meta tags to UberEnchantments This is done through commands currently:
- /uadd meta <enchantment> <tag> <value> Adds specified tag on specified uberenchantment,
- /uset meta <enchantment> <tag> <value> Sets specified tag on specified uberenchantment (tag must already be added),
- /udel meta <enchantment> <tag> Deletes specified tag on specified uberenchantment,
Current meta tags are:
- 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,
- Automatically integrates custom enchans from other plugins into commands,
- Automatically genererates an enchantments.yml in plugins/UberEnchant/enchantments/<plugin name>/default_enchantments.yml,
- Now askes users to enter a page number to read 10 enchants at a time,
- Automatically times out after 30 seconds,
+ Bug fixes