Update dependency world.bentobox:bentobox to v2.7.0 - autoclosed #87
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.0-SNAPSHOT
->2.7.0
Release Notes
BentoBoxWorld/BentoBox (world.bentobox:bentobox)
v2.7.0
Compare Source
Summary of changes
homes
command to show a clickable GUI of the player's island homes instead of just a text list.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.3, 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
Legend
What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.6.0...2.7.0
v2.6.0
Compare Source
Summary of changes
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!setmaxhomes
which sets the maximum number of homes for the island.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:
The above message will display:
/help
command when clicked.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
Legend
What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.5.4...2.6.0
v2.5.4
Compare Source
Summary of fixes
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
Legend
What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.5.3...2.5.4
v2.5.3
Compare Source
This release includes a number of bug fixes and optimizations.
setspawn
) was not surviving a server restart.[friendly_name]
and[gamemode]
were not being substituted in locale text as expected. The friendly name is the name of the Game Mode.team invite
command with no name. The last invited player would be invited. Other changes were made to clean up invites and make them work better.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
What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.5.2...2.5.3
v2.5.2
Compare Source
Bug fix release. See the below for changes. (Same as 2.5.1 but with a console debug removed)
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
What's Changed
New Contributors
Full Changelog: BentoBoxWorld/BentoBox@2.5.0...2.5.1
v2.5.1
Compare Source
Bug fix release. See the below for changes.
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
What's Changed
New Contributors
Full Changelog: BentoBoxWorld/BentoBox@2.5.0...2.5.1
v2.5.0
Compare Source
This release adds support for 1.21.1.
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
What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.4.2...2.5.0
v2.4.2
Compare Source
This version fixes bugs and features:
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
What's Changed
New Contributors
Full Changelog: BentoBoxWorld/BentoBox@2.4.1...2.4.2
v2.4.1
Compare Source
Bug fix release for 2.4.0 - see that release for the main release notes. If you receive errors in the console on server shutdown with Addons then you should update to the latest release of the Addon, e.g., Level, or AOneBlock.
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
BentoBox/locales
folder to have the plugin save updated language files.What's Changed
Full Changelog: BentoBoxWorld/BentoBox@2.4.0...2.4.1
v2.4.0
Compare Source
This release is for the latest versions of Minecraft, and also brings in experimental support for Multipaper, a fork of Paper that enables multiple servers to run the same worlds. If you plan on using Multipaper, join our Discord server and let us know because addons will also need to be adjusted and it'll be good to know which ones to do.
Other new features:
%[gamemode]_visited_island_rank%
placeholder.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
BentoBox/locales
folder to have the plugin save updated language files.What's Changed
New Contributors
Full Changelog: BentoBoxWorld/BentoBox@2.3.0...2.4.0
v2.3.0
This release fixes a major bug where mobs were not being pasted from blueprints (MythicMobs were, but hey, not normal mobs!) and also adds some new features:
Compatibility
✔️ Minecraft 1.20.x
✔️ Java 17
✔️ Addons may need to be updated to their latest version to work with this version of BentoBox
Downloading
It's a good idea to use our download site where you can pick and choose add-ons: https://download.bentobox.world.
Upgrading
BentoBox/locales
folder to have the plugin save updated language files.What's Changed
1bce4ec
)e7055c6
)c86eb6a
)ffb955b
)Full Changelog: BentoBoxWorld/BentoBox@2.2.0...2.3.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.