Release 1.25.2
What's new
This is a bug-fix release.
- Jobs Reborn infinite-reward exploit closed. When the Magic Block flag denied a player from breaking the magic block, plugins that listen for block breaks — such as Jobs Reborn — still saw the break as successful and paid out rewards. Because the block instantly respawns, this allowed visitors to mine the same valuable block indefinitely for infinite job rewards. The denied break is now cancelled before other plugins process it, so no rewards are paid. Fixes #534.
actionbar: falsein config.yml now actually disables the action bar. Previously, if the boss bar was enabled, the action bar progress display kept showing even withactionbar: falseset (and the same applied in reverse to the boss bar). Both settings are now respected. This fix also stops the progress displays from being updated twice per block break when both were enabled. Fixes #537.
Compatibility
✔️ BentoBox API 3.15.0+
✔️ Minecraft 1.21.5 or later
✔️ Java 21
Upgrading
- Stop the server. Make a backup just in case.
- Copy this jar over the old one.
- Restart the server.
- You should be good to go!
What's Changed
- Cancel denied magic-block break early to stop Jobs reward exploit by @tastybento in #535
- Respect actionbar/bossbar config settings in BossBarListener by @tastybento in #538
- Bump pinned publish-platforms.yml to ca2dcd1 by @tastybento in #533
Full Changelog: 1.25.1...1.25.2