
EcoEnchants 12.22.0
A custom enchantments plugin that doesn't suck.
- (API) Added Counter / Counters, a structured way to get values from triggers with multipliers / filters / conditions.
- Fixed elytra_boost_save_chance using 0-1 as the chance region rather than 0-100 (consistency)
- Added prevent_trigger option to break_block; mine_radius; mine_radius_one_deep - will improve performance, but at the expense of compatibility
- Added a placeholder that represents the value passed by the trigger (e.g. the amount of damage dealt; see here). It can be referenced with %trigger_value%
, %triggervalue%
, %trigger%
, %value%
, %tv%
, %v%
, and %t%
, depending on what level of shorthand you prefer.
- Added chains.yml, a dedicated area to specify effect chains to be referenced with the run_chain effect
- Added onMaxHealth filter