Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Added
- Folia compatibility: EzBoost now supports Folia servers via a
FoliaSchedulerabstraction that routes task scheduling through Folia'sGlobalRegionScheduler/ entity schedulers when the Folia runtime is detected. - Boost top leaderboard (
/boosttop): tracks and displays the top boost buyers using a Jaloquent-backed persistent storage layer. - Jaloquent storage backend: replaced the previous
BoostStorageabstraction with a fully Jaloquent-backedEzBoostRepositoryfor consistent flat-file persistence across all storage operations. storage.debug-loggingoption (storage.yml, defaultfalse): suppresses verbose Jaloquent console output (Queried X rows,Saved model…). Set totrueto re-enable for debugging.- Paper 1.21 smoke-test: CI matrix now includes Paper 1.21.11 alongside Paper 26.1.2, Folia, Spigot, and Bukkit.
Changed
api-versionlowered from26.1.2to1.13so the plugin loads on any Spigot/Paper 1.13+ server without an api-version warning or rejection.- Java compiler target lowered from 25 to 17 for wider JDK compatibility.
AsyncChatEvent(Paper-only) replaced withAsyncPlayerChatEventfor Spigot compatibility.- Plugin version lookup changed from
getPluginMeta().getVersion()togetDescription().getVersion()for broader server compatibility. - CI smoke-test pass condition now also verifies
Enabling EzBoostappears in the server log, preventing a false pass when the server starts but rejects the plugin due to an incompatible api-version.
Fixed
YamlDataStore.query()corrected to handle Jaloquent's flat key format.storage.ymladded topom.xmlresource includes so it is correctly packaged.- Vault is now fully optional: economy class access and listener registration are guarded so the plugin loads cleanly without Vault present.
Information
| Published on | May 18, 2026 |
|---|---|
| Downloads | 3 |
Platforms
Paper (1.21-26.1.2)
Dependencies
Paper