3.7.1 Changelog
- Updated to eco 4.3.1 Configs
Requires eco 4.3.1 to be installed
3.7.0 Changelog
- Added in-biome condition
3.6.6 Changelog
- Fixed disable effect check not checking if enabled: this should fix flight
3.6.5 Changelog
- Improved display system
3.6.4 Changelog
- Fixed lore being overridden in plugins like AuctionHouse
3.6.3 Changelog
- Added warnings and checks for invalid default tiers, effects, enchantments, and potion effects
3.6.2 Changelog
- Fixed invalid effect in reaper.yml
- Fixed NPE (again)
3.6.1 Changelog
- Fixed NPE
3.6.0 Changelog
- Added option to set default tier for an armor piece
3.5.0 Changelog
- Added option to have multiple tiers that can be required for application
For example:
requires-tiers:
- osmium
- netherite
Would mean that to apply the tier, the item must already be osmium or netherite
3.4.1 Changelog
- Fixed default ecoarmor.give permission
3.4.0 Changelog
- Added option to set upgrade crystal material
3.3.1 Changelog
- Fixed advanced armor overriding regular armor in recipe parts
3.3.0 Changelog
- Made potion effects follow conditions
3.2.3 Changelog
- Fixed bonus-hearts
3.2.2 Changelog
- Prevented placing skulls in armor sets
3.2.1 Changelog
- Removed redundant config options
3.2.0 Changelog
- Added below-hunger-percent and above-hunger-percent conditions
3.1.0 Changelog
- Added craftable option to each set piece
3.0.0 Changelog
New condition system:
- Effects and Advanced Effects require all conditions to be met to activate
- Potion Effects do not require conditions to be met
A full list of conditions can be found here: https://ecoarmor.willfp.com/effects/a-list-of-conditions
- Recoded entire effect system
- Recoded entire tier system to no longer simply use the names of the tiers as strings on the backend
- Refactored many things around
- Added tier options to /eagive
- Fixed shard recipes
- Young armor now requires 50% health or more to activate
- Fixed update checker
- Cleaned up and optimised many areas of the code, effects in general should be a lot faster and all external config accessors have been removed
Configs from 2.0.0 should work out of the box