
EcoEnchants 12.25.0
A custom enchantments plugin that doesn't suck.
8.64.0
May 11, 2022
8.64.0 Changelog
- Fixed any_of condition not being registered
- Various internal changes related to chains / chain components
8.63.0
May 8, 2022
8.63.0 Changelog
- Added not met lines to conditions, looks like this in config:
args:
not-met-lines:
not-met-lines:
- "&cYou need to have &eEnchanting XVII"
- "&cto use this!"
Which will be added onto item lore if the condition isn't met
8.62.0
May 5, 2022
8.62.0 Changelog
- API: Added id field to Holder to be used in events to distinguish them
8.61.0
May 3, 2022
8.61.0 Changelog
- API: Added EffectPreActivateEvent, moved EffectActivateEvent to be after costs have been applied (eg currency, mana cost). Also added EffectPreInvoke event before any checks are applied, lies between TriggerProcessEvent and EffectPreActivateEvent
8.60.0
Apr 30, 2022
8.60.0 Changelog
- Fixed depends/softdepends in plugin.yml
- Fixed minimum eco version
- Added is_wearing_set condition for EcoArmor
8.59.3
Apr 29, 2022
8.59.3 Changelog
- Removed any use of ItemMeta in the display system, should majorly improve performance
8.59.1
Apr 27, 2022
8.59.1 Changelog
- Updated to eco 6.35.1, removed direct EconomyShopGUI/ShopGUIPlus/zShop/etc integrations in favour of new eco system
- Fixed use of now-deprecated methods
8.58.0
Apr 24, 2022
8.58.0 Changelog
- Added inverses to filters; you can prefix any filter with ! in order to negate the output, i.e. !entities: [] means the entity must not be in that list
8.57.4
Apr 22, 2022
8.57.4 Changelog
- Fixed disabled worlds and requirements not working on user-defined custom enchants