
EcoArmor 8.74.0
The best plugin to create custom armor sets without needing to code.
7.3.0
Dec 27, 2021
7.3.0 Changelog
- Added food_multiplier effect
- Fixed hunger_multiplier affecting eating
- Fixed hunger_multiplier affecting eating
7.2.1
Dec 27, 2021
7.2.1 Changelog
- Added optional 'every' setting to all triggerable effects: see how to use it here: https://plugins.auxilor.io/all-plugins/configuring-an-effect#the-sections
7.1.2
Dec 23, 2021
7.1.2 Changelog
- Optimized location-based conditions (in_water, in_air, in_biome, in_world, above_y, below_y)
7.1.0
Dec 21, 2021
7.1.0 Changelog
- Added skill_xp_multiplier effect (Requires EcoSkills)
- Fixed potion_effect not working with mine_block trigger
- Fixed potion_effect not working with mine_block trigger
7.0.0
Dec 17, 2021
7.0.0 Changelog
- Recoded entire plugin in kotlin
- Updated to eco 6.17.0
- Improved config, configs are not backwards compatible, but cross-reference with the wiki to see the changes (relatively minor, shouldn't take very long to move your sets over)
- Crystals and Shards can now have their item specified per-set and per-tier
- Removed various bits of legacy code
- Updated to eco 6.17.0
- Improved config, configs are not backwards compatible, but cross-reference with the wiki to see the changes (relatively minor, shouldn't take very long to move your sets over)
- Crystals and Shards can now have their item specified per-set and per-tier
- Removed various bits of legacy code
6.8.1
Dec 5, 2021
6.8.1 Changelog
- Fixed has_permission condition not working
- Fixed /ecoarmor give not setting tiers correctly (Thanks OfTeN!)
- Fixed /ecoarmor give not setting tiers correctly (Thanks OfTeN!)
6.8.0
Dec 5, 2021
6.8.0 Changelog
- Added placeholder_equals, placeholder_less_than, placeholder_greater_than, and has_skill_level conditions
6.7.0
Dec 4, 2021
6.7.0 Changelog
- Switched from json -> yml
Use https://www.json2yaml.com/ to convert your .json config to .yml!
Use https://www.json2yaml.com/ to convert your .json config to .yml!
6.6.0
Dec 3, 2021
6.6.0 Changelog
- API: Effects/Conditions/Triggers now use Config over JSONConfig - Update all uses of JSONConfig to Config
- API: You can now register your own filters (FilterComponent) to add extra functionality
- API: You can now register your own filters (FilterComponent) to add extra functionality