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