File Details
AOneBlock-1.25.1.jar
- R
- Jul 3, 2026
- 258.81 KB
- 1.3K
- 26.2+10
File Name
AOneBlock-1.25.1.jar
Supported Versions
- 26.2
- 26.1.2
- 26.1.1
- 26.1
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
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 https://github.com/BentoBoxWorld/AOneBlock/pull/519 - Add MC 26.1.2 to Modrinth game-versions by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/521
- Add CurseForge publish workflow by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/522
- Pin publish workflow to SHA and enable Hangar by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/523
- Bump pinned reusable workflow to fe4b1f0 by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/524
- Fix NPE when a minion breaks the magic block by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/526
- Resolve SonarCloud issues and Javadoc cleanup by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/527
- Bump JaCoCo to 0.8.15 for Java 25 support by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/528
- Bump version to 1.25.1 by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/529
- Add PhasesPanel test suite (5% → 85% coverage) by @tastybento in https://github.com/BentoBoxWorld/AOneBlock/pull/530
Full Changelog: https://github.com/BentoBoxWorld/AOneBlock/compare/1.25.0…1.25.1