EcoArmor ⭕ Create Custom Armor ✅ Premade Sets ✨ Upgrades, Crafting, Custom Textures

MC Plugin EcoArmor ⭕ Create Custom Armor ✅ Premade Sets ✨ Upgrades, Crafting, Custom Textures 8.58.0
The most advanced custom armor plugin.

- 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
- Updated kotlin to 1.6.21, fixes potential version mismatch
- Updated various other dependencies
- Added victim_as_player mutator (inverse of player_as_victim)
- Added support for the cancel_event effect to many more triggers
- Added fromSpawner filter, which will require entities to be from spawners (or not to be from spawners) - Requires Paper to be installed
- Added inverse option to all conditions
- Removed requirement to specify manual truthiness for on_fire, in_air, etc - i.e. removing the requirment to then specify `on_fire: true`, which now defaults to true for all conditions - you can still specify things this way, but the inverse option is preferred

Inverse syntax looks like this:
- id: on_fire
args:
inverse: true

Which will mean that the condition is met when the player is not on fire
- Added transmission effect (Think Aspect of the End)
- Added within_radius_of condition
- Added serializeBack to tier arg parser
- Fixed permanent effects being broken on totem of undying (somehow)
Top Bottom