
Reforges 6.74.0
Custom item buffs and reforge stones with an intuitive GUI.
- Added support for EconomyShopGUI in the sell_multiplier effect
- Updated to use eco 6.25.0 persistent data keys (improves performance)
- Fixed mcMMO integration loading the ecoskills skill_xp_multiplier effect
- Fixed send_title and send_message effects not handling placeholders correctly
- Removed antigrief_check option from effects, will now always be true
- damage_nearby_entities effect no longer requires specifying a list of entities
- Teleport effect will now preserve player rotation in all cases (Thanks OfTeN!)
- Added config violations for invalid potion effect names (potion_effect, permanent_potion_effect, etc) (Thanks OfTeN!)
- Added filters_before_mutation option to all triggerable effects
- Fixed mutators not being registered (sorry if you've pulled your hair out trying to figure out why they didn't work - I forgot to register them)
- Removed mutator priority (was confusing) - mutators will now run in the order they're specified in config
- Fixed mine_block and mine_block_progress not working with cancel_event trigger
- Fixed give_health effect not accounting for max health (Thanks OfTeN!)
- Hotfix for loader constraint violations that can occur with plugins that use outdated kotlin versions