
EcoEnchants 12.22.0
A custom enchantments plugin that doesn't suck.
- Fixed AOE not working properly (Thanks Sen!)
- Fixed brew trigger, again (Thanks OfTeN!)
- Fixed custom run_order not working
- Added run_order argument to all effects to override the default order in which effects run. This isn't needed in most circumstances and may cause unintended behaviour if used incorrectly, however it can be used (for example) to make add_damage run before damage_multiplier.
- Fixed exploit with damage_nearby_entities (Thanks Kapitowa!)
- Fixed plugin performance! The vast majority of all performance was taken up by Config#getDoubleFromExpression and Config#getIntFromExpression, and this has been fixed. Make sure to update to the latest version of eco to get these performance benefits.
- %active_level% placeholder is disabled by default for performance reasons (never used by any default configs), make enable it in config.yml if you use it. (Thanks Kapitowa!)
- Heavily optimised trigger dispatching to prevent unused triggers from ever dispatching (API-wise, TriggerDispatchEvent will now only be called if the trigger would be used by anything)
- Updated config.yml, added effects.use-setblock-break for advanced users