Releases: BentoBoxWorld/BentoBox
Release 3.2.5
New In This Release
- Added more support for ItemsAdder. Look out for the new Level addon that will be able to score IA blocks!
- Bug fixes
Compatibility
✔️ Minecraft 1.21.3+. For older versions, use BentoBox 2.7.0, or earlier
✔️ Java 21
✔️ Addons will need to be updated to work on 1.21.3+
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Upgrading
- Use MC 1.21.3 or later
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- (Optional) remove / move old BentoBox/locales folder so new locales will be generated.
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Fix NewIsland call with a non-player User by @tastybento in #2627
- Fix to enable user command rank management by Ops by @tastybento in #2628
- Release 3.2.5 by @tastybento in #2629
Full Changelog: 3.2.4...3.2.5
Release 3.2.4
New In This Release
- Podzol generation from growing trees is disabled by default to prevent exploitation. New settings flag added to allow it if you wish.
- New placeholder:
%[gamemode]_island_rank%
- Blueprint improvements:
- New option to ignore water blocks when copying blocks for a blueprint. Waterlogged blocks will stay waterlogged, but pure water blocks will be skipped. Good for Blueprints designed to be pasted underwater.
- Trial spawners, and their configuration are now saved in Blueprints
- ItemsAdder blocks and items are saved (beta) and pasted
- Blueprints can be set to "sink" to the bottom of the ocean, or until the bedrock block hits a block.
- Language flag banners have been updated and corrected to look much better!
- Bugs fixed
Compatibility
✔️ Minecraft 1.21.3+. For older versions, use BentoBox 2.6.0, or earlier
✔️ Java 21
✔️ Addons will need to be updated to work on 1.21.3+
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Upgrading
- Use MC 1.21.3 or later
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- (Optional) remove / move old BentoBox/locales folder so new locales will be generated.
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Remove old NMS support and add setBlock raw setter by @tastybento in #2590
- #2585 new placeholders by @tastybento in #2592
- Prevent NPE if player has no home island by @tastybento in #2597
- Add option to ignore water when saving blueprint by @tastybento in #2603
- Add PODZOL flag to prevent podzol generation with big trees by @tastybento in #2606
- 🔡 Flags for locales by @tastybento in #2607
- Add support for Trial spawner to blueprint by @tastybento in #2609
- Add prefixes to enable easy substitution for Game Modes by @tastybento in #2613
- 🔺Remove dynmap by @tastybento in #2612 - the API changed and wasn't working anymore. We have removed support for now. If you want it, file a request.
- Added GSON serialization for Tags by @tastybento in #2614
- Do not use color codes in commands #2616 by @tastybento in #2618
- Add sinking option for blueprints. by @tastybento in #2620
- Added ItemsAdder support for CustomBlocks to Blueprints by @tastybento in #2622
- #2603 items adder support (for blueprints) by @tastybento in #2623
- Version 3.2.4 by @tastybento in #2619
Full Changelog: 3.2.3...3.2.4
Release 3.2.3
This add Romanian translations. Also includes a bug fix release to address a critical crash issue when playing Boxed (due to chunk loading). The feature set is the the same as 3.2.0
Compatibility
✔️ Minecraft 1.21.3+. For older versions, use BentoBox 2.6.0, or earlier
✔️ Java 21
✔️ Addons will need to be updated to work on 1.21.3+
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Upgrading
- Use MC 1.21.3 or later
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Ignores and changes because or change to PaperAPI by @tastybento in #2584
- Paper fixes by @tastybento in #2586
- 🔡 Romanian translation by @gitlocalize-app in #2587
- Release 3.2.3 by @tastybento in #2588
Full Changelog: 3.2.1...3.2.3
Release 3.2.1
This release adds some cool new features and fixes an hot issue with Paper removing support for PaperLib.
New features:
- Support for ZNPCsPlus in Blueprints - you will need the latest version (2.0.0 or later) for this to work
- Experimental Support for vanilla block, item, and text holograms in Blueprints. You can make these using the
/summon
command or command blocks. Sites like https://mcstacker.net are useful. When pasted, players can destroy the text and item holograms by right licking on them. The block holograms currently do not break.
Compatibility
✔️ Minecraft 1.21.3+. For older versions, use BentoBox 2.6.0, or earlier
✔️ Java 21
✔️ Addons will need to be updated to work on 1.21.3
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Upgrading
- Use MC 1.21.3 or later
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Fixes defaults for pasting entities. Gravity default is true not false by @tastybento in #2582
- Release 3.2.1 by @tastybento in #2583
- Bug fix - FancyNPCs were not deleted when an island was deleted or reset.
- 2569 znpc plus hook by @tastybento in #2575
- 2569 general display entity support by @tastybento in #2576
- Update to Java 21 by @tastybento in #2578
- Abstract out paper lib by @tastybento in #2580 credit to @gochi9 for help here
Full Changelog: 3.2.0...3.2.1
Release 3.2.0
This release adds some cool new features and fixes an hot issue with Paper removing support for PaperLib.
New features:
- Support for ZNPCsPlus in Blueprints - you will need the latest version (2.0.0 or later) for this to work
- Experimental Support for vanilla block, item, and text holograms in Blueprints. You can make these using the
/summon
command or command blocks. Sites like https://mcstacker.net are useful. When pasted, players can destroy the text and item holograms by right licking on them. The block holograms currently do not break.
Compatibility
✔️ Minecraft 1.21.3+. For older versions, use BentoBox 2.6.0, or earlier
✔️ Java 21
✔️ Addons will need to be updated to work on 1.21.3
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Upgrading
- Use MC 1.21.3 or later
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Bug fix - FancyNPCs were not deleted when an island was deleted or reset.
- 2569 znpc plus hook by @tastybento in #2575
- 2569 general display entity support by @tastybento in #2576
- Update to Java 21 by @tastybento in #2578
- Abstract out paper lib by @tastybento in #2580 credit to @gochi9 for help here
- Version 3.2.0 by @tastybento in #2579
Full Changelog: 3.1.1...3.2.0
Release 3.1.1
This release adds support for FancyNPC's in blueprints and MC 1.21.4. You can create starter islands with FancyNPCs on them. We tried to add support for Citizens, but the API is not friendly, so we picked FancyNPCs instead.
Compatibility
✔️ Minecraft 1.21.3+. For older versions, use BentoBox 2.6.0, or earlier
✔️ Java 21
✔️ Addons will need to be updated to work on 1.21.3
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Upgrading
- Use MC 1.21.3 or later
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Update to MC 1 21 4. Remove code for older versions. by @tastybento in #2568
- Fancynpc by @tastybento in #2570
- Bonus range was not being used in the range by @tastybento in #2572 - required for the latest versions of the Upgrades addon.
- Release 3.1.1 by @tastybento in #2573
Full Changelog: 3.0.1...3.1.1
Release 3.0.1
This is a release for 1.21.3 and beyond.
Compatibility
✔️ Minecraft 1.21.3 only. For older versions, use BentoBox 2.6.0, or earlier
✔️ Java 21
✔️ Addons will need to be updated to work on 1.21.3
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
- Use MC 1.21.3 or later
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Fix parrot interaction condition by @Dreeam-qwq in #2543
*🔺 Update to 1.21.3 by @tastybento in #2548 - Use custom server to handle new enums by @tastybento in #2550
- 🔡 Improve German locale by @Archerymaister in #2549
- Adds island history for team members adding and removing by @tastybento in #2553
- 2.7.1 short term stable by @tastybento in #2552
- 3.0.0 update by @tastybento in #2555
- Add the protection flag for eggHit. by @Noogear in #2557
- Fix for #2546. Default unnamed home was being counted in the number by @tastybento in #2561
- Admin kick to kick from all teams by @tastybento in #2559
- Release 3.0.1 by @tastybento in #2564
New Contributors
- @Dreeam-qwq made their first contribution in #2543
- @Archerymaister made their first contribution in #2549
- @Noogear made their first contribution in #2557
Full Changelog: 2.7.0...3.0.1
Release 3.0.0
This is a pre-release for 1.21.3 and beyond. Download from https://ci.codemc.io/job/BentoBoxWorld/job/BentoBox/
Compatibility
✔️ Minecraft 1.21.3 only.
✔️ Java 17, but recommend to run on Java 21
✔️ Addons will need to be updated to work on 1.21.3 (download the latest builds from ci.bentobox.world)
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Fix for 2515 by @tastybento in #2516
- Implements admin command to set an island's max homes #2517 by @tastybento in #2518
- Add AdminResetHome command #2522 by @tastybento in #2523
- Oraxen by @tastybento in #2526
- Improve teleporting #2524 - this commit has debug. by @tastybento in #2525
- Add clickable text and hover text by @tastybento in #2529
- Fix tests, optimize tests, reord imports. by @tastybento in #2530
- Release 2.6.0 by @tastybento in #2527
- 2534 new island scaling by @tastybento in #2536
- 2531 command button panel by @tastybento in #2535
- Fix hex codes conversion. by @tastybento in #2540
- Better purging by @tastybento in #2541
- Release 2.7.0 by @tastybento in #2537
- Fix parrot interaction condition by @Dreeam-qwq in #2543
- Update to 1.21.3 by @tastybento in #2548
- Use custom server to handle new enums by @tastybento in #2550
- Improve German locale by @Archerymaister in #2549
- 2.7.1 short term stable by @tastybento in #2552
New Contributors
- @Dreeam-qwq made their first contribution in #2543
- @Archerymaister made their first contribution in #2549
Full Changelog: 2.5.4...3.0.0-pre
Release 2.7.0
If you are running 1.21 or later, we strongly recommend you use 3.0.0 release (see above)
Summary of changes
- Support for 1.21.3
- Fixes the use of hex color codes in chat, which were broken in the last release, e.g., "&#ff00ff magenta!"
- Improves the admin Purge command operation (see below)
- Changes the
homes
command to show a clickable GUI of the player's island homes instead of just a text list. - Improves the Island cache so that islands do not have to be loaded from the database if not required - especially important for larger servers (> 10,000 islands)
- Improved the customizable Panel API
Improvements to Admin Purge command
Purge is an admin command that will delete islands that have owners/teams that have not logged in for a while. You specify the number of days, and the purge command will let you know how many islands are older than without a login. You can then confirm and they will be deleted. The default purge command will delete one island at a time, so if you have a lot of them, it will take a while.
The old Purge command relied on Bukkit's API to find out when the player last logged in, however, this data can often be lost on the server, due to upgrades, backups, etc., and so was unreliable. This version of BentoBox will use that data if it is available, but also store the player's last login time in BentoBox's database. To get the ball rolling you must run the Purge command at least once - you do not have to actually purge anything because that will set the player data as much as possible.
If you have a lot of islands, like you haven't purged in a while, and your world files are large, then it may be better to use a plugin like Regionerator which when set up correctly, will actually delete unused regions, thus reducing disk space. BentoBox is compatible with this plugin. To find out more read our docs on Regionerator.
Compatibility
✔️ Minecraft 1.21.1, earlier versions maybe.
✔️ Java 17, but recommend to run on Java 21
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- 2534 new island scaling by @tastybento in #2536
- 2531 command button panel by @tastybento in #2535
- Fix hex codes color conversion - by @tastybento in #2540
- Better purging by @tastybento in #2541
- Release 2.7.0 by @tastybento in #2537
Full Changelog: 2.6.0...2.7.0
Release 2.6.0
Summary of changes
- New admin command -
resethome
- this will reset a player's default home to the overworld default, or close to it. Useful if a player mistakenly sets their home in the nether or end, even after all the warnings! - New admin command -
setmaxhomes
which sets the maximum number of homes for the island. - Enabled Ops to access Oraxen items, like sitting on chairs, etc. Previously, only island members or owners could do this.
- Minor improvements to teleporting, such as better notifications.
- Option to add clickable text and hover text to locale output. See below.
Clickable text and hover text
You can now make any chat text sent to the user clickable or provide hover text. To use it you add commands to the text in the locale file. Recognized commands are:
[run_command: <command>]
- Runs the specified command when the message is clicked.[suggest_command: <command>]
- Suggests the specified command in the chat input.[copy_to_clipboard: <text>]
- Copies the specified text to the player's clipboard.[open_url: <url>]
- Opens the specified URL when the message is clicked.[hover: <text>]
- Shows the specified text when the message is hovered over.
The commands can be placed anywhere in the message and will apply to the entire message component. If multiple commands of the same type are provided, only the first one encountered will be applied. Unrecognized or invalid commands enclosed in square brackets will be preserved in the output text.
Example usage:
message: "Hello [run_command: /help] World! [hover: This is a hover text!]"
The above message will display:
Hello World!
- Clicking: Runs the
/help
command when clicked. - Hover: Shows "This is a hover text!" when hovered.
Clicking and hovering only applies to text shown in chat.
Compatibility
✔️ Minecraft 1.21, 1.20.6, earlier versions maybe.
✔️ Java 17, but recommend to run on Java 21
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
❌ Note that Multiverse is not compatible with the Boxed game mode addon
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
- As always, take backups just in case. (Make a copy of everything!)
- Stop the server
- Replace the BentoBox jar with this one
- Download the latest versions of all your addons and put them in the Addons folder
- Restart the server
- You should be good to go!
Legend
- 🔡 locale files may need to be regenerated or updated.
- ⚙️ config options have been removed, renamed or added.
- 🔺 special attention needed.
What's Changed
- Fix for #2515 by @tastybento in #2516
- Implements admin command to set an island's max homes #2517 by @tastybento in #2518
- Add AdminResetHome command #2522 by @tastybento in #2523
- Oraxen by @tastybento in #2526
- 🔡 Improve teleporting #2524 - this commit has debug. by @tastybento in #2525
- 🔡 Add clickable text and hover text by @tastybento in #2529
- Fix tests, optimize tests, reord imports. by @tastybento in #2530
- Release 2.6.0 by @tastybento in #2527
Full Changelog: 2.5.4...2.6.0