New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
Improvements:
• NightExpress moved from CoinsEngine to ExcellentEconomy on the developer side, so this release switches integration accordingly; config defaults and docs now point toexcellenteconomy/excellenteconomy-currency-id
• Existing setups still work: legacycoinsenginetype and old currency keys are read where supported and migrated on load so balances keep using the same currency id under excellenteconomy
Bug fixes:
• Economy provider setup works reliably with the new ExcellentEconomy integration so paid actions do not silently break at startup
New features:
• New ring coinflip animation with a configurable slot ring, pointer item, and winner display slot; spin speed eases from fast to slow (steps, delay min/max, easing-power inconfig.yml)
•coinflip.animation.typeselectsclassic(single head) orring
•gui/animation-gui.ymlholds classic + ring animation definitions;gui/coinflip-gui.ymlis the main menu only
• Ring pointer supports a custom head viaskull-texture(base64) with optional lore
Improvements:
• All GUI fillers supportenabled: true/false(main menu and animations)
Bug fixes:
• Coinflip stats in the main GUI update correctly after games (inventory refresh usesCoinflipGuiHolderinstead of fragile reference equality)
• Win/loss stats are written in one async database transaction; winner’s stake is included in total bet so profit is consistent
Bug fixes:
• Fixed a race condition where two players clicking the same coinflip simultaneously could both get charged — the slot is now claimed atomically, and any second joiner is immediately refunded
• Fixed stale-read risk onactiveandfinishedsession flags accessed from different scheduler threads — both fields are now volatile
Improvements:
• GUIs updated with icons and symbols in gui titles, item names and lore for clearer, more consistent look
• Action buttons (e.g. cash out, play again, join) use distinct materials and clearer labels
• Filler and borders use themed colors per GUI for a more polished layout
Bug fixes:
• Coinflip animation GUI no longer stays open indefinitely, the animation task now starts correctly on Folia.
