Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Changelog
[1.1.1] - 2026-04-18
Fixed
- Attribute modifiers now flush correctly on player quit and server shutdown. Previously, if the plugin was removed between restarts, strength modifiers would persist on players indefinitely with no clean way to remove them. A proper load/unload lifecycle has been introduced to ensure modifiers are always stripped when they should be. This allows for safe removal of the plugin from the server.
Added
- bStats integration. Anonymous usage metrics are now collected via bStats. This includes tokens consumed, tokens dropped, strength withdrawals, and a distribution chart of strength levels across players. You can opt out server-wide via the bStats config at
plugins/bStats/config.yml.
Changed
- Major internal refactor. The plugin has been split into three modules (
common,bukkit, andpaper) to cleanly separate platform-specific code from core logic. This lays the groundwork for easier future expansion and maintenance. From a server owner's perspective, nothing changes except that there are now two separate jars: one for Spigot/Bukkit servers and one for Paper servers. Use whichever matches your server.
Note for server owners upgrading from 1.1.0: No data migration is needed. Your existing
strength.ymlis fully compatible. If you are switching from the old single jar to the Paper jar, just swap the file; player data carries over automatically.
Information
| Published on | April 18, 2026 |
|---|---|
| Downloads | 9 |
Platforms
Paper (1.20-1.21.11)