Reforges ⭕ Create Custom Reforges ✅ Item Modfiers ✨ Reforge Stones, GUI, NPC Support

MC Plugin Reforges ⭕ Create Custom Reforges ✅ Item Modfiers ✨ Reforge Stones, GUI, NPC Support 6.58.0
Custom item buffs and reforge stones with an intuitive GUI.

- Added not met lines to conditions, looks like this in config:
args:
not-met-lines:
- "&cYou need to have &eEnchanting XVII"
- "&cto use this!"

Which will be added onto item lore if the condition isn't met
- API: Added id field to Holder to be used in events to distinguish them
- Added option (experimental) to not show reforges in GUIs
- 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
- Updated to eco 6.35.1, removed direct EconomyShopGUI/ShopGUIPlus/zShop/etc integrations in favour of new eco system
- Fixed use of now-deprecated methods
- Added is_sprinting condition
- 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
Top Bottom