What's new
This is a bug-fix release.
- Miner minions can mine the magic block again. Breaking the magic block with a JetsMinions Miner minion threw a
NullPointerExceptionand left the block gone until it was manually restored with/ob respawnblock. The minion break path no longer runs the player-only magic-block protection check that caused the crash, so the block cycles and respawns as expected. This regression had been present since 1.22.0. Fixes #525. my_island_*placeholders fixed for visiting team members. When a player who belongs to a team visited another island, themy_island_*placeholders resolved to the visited island's team data instead of the player's own island. They now always resolve to the player's own island.
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
- Fix
my_island_*placeholders resolving to team island when player is visiting as a member by @Copilot in #519 - Add MC 26.1.2 to Modrinth game-versions by @tastybento in #521
- Add CurseForge publish workflow by @tastybento in #522
- Pin publish workflow to SHA and enable Hangar by @tastybento in #523
- Bump pinned reusable workflow to fe4b1f0 by @tastybento in #524
- Fix NPE when a minion breaks the magic block by @tastybento in #526
- Resolve SonarCloud issues and Javadoc cleanup by @tastybento in #527
- Bump JaCoCo to 0.8.15 for Java 25 support by @tastybento in #528
- Bump version to 1.25.1 by @tastybento in #529
- Add PhasesPanel test suite (5% → 85% coverage) by @tastybento in #530
Full Changelog: 1.25.0...1.25.1