New features:
• Spawner storage GUI: optionalstorage-dropsingui/spawner-storage.ymlto set each stored stack’sdisplay-nameand optionallorewith MiniMessage; placeholders{material},{amount},{material-key}
spawner-stroage.yml
Code:storage-drops: display-name: "<white>{material} <gray>x{amount}"
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
Bug fixes:
• PlaceholderAPI cache refresh no longer schedules two async database jobs per online player every few seconds, which could overwhelm Folia’s async executor and HikariCP with native-thread creation failures under load.
Bug fixes:
• Admin spawner world list no longer crashes on Folia when opening a world from the panel (world lookups after the database callback run on the player’s scheduler instead of the global region).
New features:
• Added player-level hologram visibility command:/spawner holograms [toggle|on|off](self-only)
• Added admin target command:/spawner holograms <player> [on|off](supports targeted control)
• Introduced new permission gates:perfspawners.hologram.toggle(self) andperfspawners.hologram.admin(others)
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
Bug fixes:
• Anti-ESP no longer leaves permanent fake blocks where a Perf spawner was removed; client fakes are cleared with the real block in the world and stale fake keys are dropped when the spawner list updates
New features:
• Natural dungeon spawners with no plugin record can be configured to break as convert, vanilla item, vanish (no drop), or protected (cannot break)
• Spawner sell flow (GUI sell confirm, storage sell button, sellwands, auto-sell) can be turned off with one config toggle; the main panel and storage show disabled placeholders instead
Improvements:
• When selling is disabled, the center spawner slot opens storage instead of a sell screen when you have stored drops
