Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
New in this release
A targeted patch for /bbox admin delete.
- 🔺 Admin delete actually deletes the island now. Not instantly, but when the plugin runs its housekeeping or pure runs. Note that if there are live islands in the same region file, then it will remain in the deleted state until the region is clear. If you really need to delete the blocks, then use WorldEdit or manually remove them. In the next full release we'll add a cut to the Blueprint command to remove blocks.
- 🔺 Seed worlds (
<world>/bentobox) are no longer created. The seed-world infrastructure (createSeedWorlds,removeSeedWorlds, the in-memory copies, the on-disk folders) is gone. Any stale<world>/bentoboxfolders left over from earlier versions are safe to delete manually. These were not doing anything recently except taking up space. - 🔺 API:
GameModeAddon#isUsesNewChunkGeneration()is deprecated for removal. Existing addons that override it keep working (the value is simply ignored) but will see a deprecation warning. Remove the override at your convenience.
Internal cleanup that ships with the fix:
- Removed
DeleteIslandChunks,IslandChunkDeletionManager,CopyWorldRegenerator, thebentobox-deleteIslandMultiLib subscriber, and theIslandDeletionDB recovery loader. WorldRegeneratorslimmed to justregenerateChunk(Chunk);WorldRegeneratorImplis now a small Bukkit-only delegate toWorld#regenerateChunk(int, int)used byCleanSuperFlatListener.IslandDeletionManager#inDeletion(Location)now queries live island state (Island#isDeletable()) instead of a side-channelHashSet, so it can never drift out of sync.
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.
- (Optional) Delete any stale
<world>/bentoboxfolders in your world container — they are no longer used. - You should be good to go!
🔺 Reap timing. When
/bbox admin deletefinishes, the player's blocks are still on disk; the island is just marked deletad. The actual region files come out on the next housekeeping sweep (default: 24 h). If you need immediate cleanup, run/bbox admin purge deletedafter the delete. But again, it will only be removed if the region files are clear.
Legend
- 🔺 special attention needed.
What's Changed
- 🔺 fix: route admin delete through soft-delete; drop seed-world plumbing by @tastybento in https://github.com/BentoBoxWorld/BentoBox/pull/2977
- fix: address PR #2977 review on IslandDeletionManager by @tastybento in https://github.com/BentoBoxWorld/BentoBox/pull/2977
Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/3.16.0...3.16.1
Information
| Published on | May 17, 2026 |
|---|---|
| Downloads | 12 |
Platforms
Paper (1.21.5-26.1.2)