
EcoEnchants 12.22.0
A custom enchantments plugin that doesn't suck.
9.0.0-b47
Oct 10, 2022
9.0.0-b47 Changelog
- Fixed config not recognising camelCase separated words (underscore_separated, hyphen-separated and unseparated work too)
9.0.0-b46
Oct 9, 2022
9.0.0-b46 Changelog
- Added drop_item trigger (Thanks MillionthOdin16!)
- Added is_swimming condition (Thanks MillionthOdin16!)
- Added leash_entity trigger (Thanks MillionthOdin16!)
9.0.0-b45
Oct 7, 2022
9.0.0-b45 Changelog
- Added pick_up_item trigger
- Fixed skill_xp_multiplier not working with AureliumSkills
9.0.0-b44
Oct 6, 2022
9.0.0-b44 Changelog
- Added teleport_to_ground effect
- Added in_block condition
- Fixed disable_antigrief_check not working
9.0.0-b43
Oct 4, 2022
9.0.0-b43 Changelog
- Fixed autosmelt and multiply_drops not working together
- Added 10+ new enchantments
- Fixed a couple bugs with the enchantment GUI
- Balanced some enchantments
- Fixed several bugs
9.0.0-b42
Oct 4, 2022
9.0.0-b42 Changelog
- Added GUI (/ecoenchants GUI) which lists all enchantments, and you can drop an item into the GUI to view the enchantments that can be added to that item
- Improved /enchantinfo
- Fixed display bug (make sure you're on eco 6.43.5)
- Added everything/all as options in conflicts so you can make the enchantment conflict with all other enchantments
- Added One for All; new special enchantment that conflicts with everything else but buffs damage by 500%
- Several fixes
9.0.0-b41
Oct 3, 2022
9.0.0-b41 Changelog
- Added knock_away effect
- Added pull_to effect
- Added fully_charged filter
9.0.0-b37
Sep 28, 2022
9.0.0-b37 Changelog
- Added take_money effect
- Fixed give_money not working with negative amounts
9.0.0-b36
Sep 28, 2022
9.0.0-b36 Changelog
- Removed stimulating enchantment (Required EcoSkills out of the box, confused some users)
9.0.0-b35
Sep 26, 2022
9.0.0-b35 Changelog
- Fixed add_holder_in_radius effect
- Added add_damage effect
- Added new enchantments: Soulbound, Feather Step, Slaughter, Ender Slayer, Excavation, Aura, Slipstream, Fortitude, Soul Storm
- Fixed a couple enchantments
- Minor display optimisation
- Fixed a couple bugs
- API: When registering enchantment listeners, use onInit() rather than the constructor
9.0.0-b34
Sep 26, 2022
9.0.0-b34 Changelog
- Fixed startup error for some users
- Fixed load order bug breaking compatibility with some plugins
9.0.0-b31
Sep 25, 2022
9.0.0-b31 Changelog
- API: Renamed EcoEnchantLike#rarity to EcoEnchantLike#enchantmentRarity to fix Java / Kotlin compatibility issue
9.0.0-b30
Sep 23, 2022
9.0.0-b30 Changelog
- Removed send_message_async due to bugs
- Added text_contains filter
9.0.0-b29
Sep 21, 2022
9.0.0-b29 Changelog
- Added add_holder_in_radius effect
- Added add_permanent_holder_in_radius effect
- Added change_armor trigger
- Added hold_item trigger
- Added send_message trigger
- Added send_message_async trigger
- Added text filter
- (API) Added CompileData support to permanent effects