New in this release
A small follow-up patch with one defensive hardening, one inventory-loss fix, and CraftEngine API compatibility.
- πΊ
Island.setRangeno longer silently corrupts island data. A misbehaving third-party addon was callingsetRangewith a value that disagreed with the game mode's configureddistance-between-islands. On the next restart, BentoBox refused to load the affected islands and panic-disabled withIsland distance mismatch, taking the whole island system offline.setRangenow refuses any value that disagrees with the configured distance (and logs the calling stack frame), unless the game mode opts out viaGameModeAddon.isEnforceEqualRanges() == falseβ the supported path for claim-resizing game modes like StrangerRealms. - π Team-accept no longer eats inventories under InvSwitcher. Players who accepted a team invite while standing in a non-BentoBox world (with
island.reset.on-join.inventory: trueβ Boxed and AOneBlock ship with this) could return to that world to find their items gone. The on-join inventory/XP/health/hunger/money resets now run after the teleport into the island world completes, so InvSwitcher (and similar plugins) save the player's real inventory under the old world before the reset fires. Fixes the case reported against AOneBlock 1.25.0 / Boxed 3.3.0 / InvSwitcher 1.17.1. - π CraftEngine 26.5+ compatibility.
CraftEngineHook.getItemStack(id)was using the pre-rewriteCustomItem<ItemStack>API and broke on recent CraftEngine releases. The hook now usesBukkitItemDefinition#buildBukkitItem()and works against CraftEngine 26.5.
Compatibility
βοΈ Paper Minecraft 1.21.5 β 26.1.2 βοΈ Java 21+
Upgrading
- As always, take backups just in case.
- Stop the server.
- Replace the BentoBox jar with this one.
- Restart the server.
- You should be good to go!
πΊ
Island.setRangecontract change.setRangewas previously a plain setter. It now refuses values that would put the stored range out of sync with the game mode's configured distance (which would causeIsland distance mismatchon the next load) and logs a warning naming the caller. Game modes that legitimately resize claims continue to work β they already overrideGameModeAddon.isEnforceEqualRanges()to returnfalse. If you're maintaining an addon and you see warnings likeRefusing Island.setRange(...)in the log, the warning identifies the exact caller β that's the call you need to look at.
Legend
- πΊ special attention needed.
What's Changed
- π Compatible with the latest version of CraftEngine by @jhqwqmc in https://github.com/BentoBoxWorld/BentoBox/pull/2978
- π Defer on-join player resets until after team-accept teleport by @tastybento in https://github.com/BentoBoxWorld/BentoBox/pull/2979
- πΊ Harden
Island.setRangeagainst distance-mismatch corruption by @tastybento in https://github.com/BentoBoxWorld/BentoBox/pull/2980 - Pin MockBukkit to v4.110.0 (fix flaky SNAPSHOT resolution) by @tastybento in https://github.com/BentoBoxWorld/BentoBox/pull/2981
Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/3.16.1...3.16.2
Information
| Published on | May 19, 2026 |
|---|---|
| Downloads | 21 |