
Reforges 6.74.0
Custom item buffs and reforge stones with an intuitive GUI.
- API: Added EffectPreActivateEvent, moved EffectActivateEvent to be after costs have been applied (eg currency, mana cost). Also added EffectPreInvoke event before any checks are applied, lies between TriggerProcessEvent and EffectPreActivateEvent
- Fixed paper integration always attempting to load if EcoEnchants was installed (due to classpath errors)
- Optimized display system to use FastItemStack in more places, getItemMeta will now not be called outside of reforge stones
- 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 support for the cancel_event effect to many more triggers
- Fixed closing the GUI dropping items on the ground rather than in the inventory
- Added fromSpawner filter, which will require entities to be from spawners (or not to be from spawners) - Requires Paper to be installed