xHexed / Oregen3

Custom lava/water + block ore generator
MIT License
1 stars 7 forks source link

Bump world.bentobox:bentobox from 2.4.3-SNAPSHOT to 2.6.0 #178

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps world.bentobox:bentobox from 2.4.3-SNAPSHOT to 2.6.0.

Release notes

Sourced from world.bentobox:bentobox's releases.

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

  1. As always, take backups just in case. (Make a copy of everything!)
  2. Stop the server
  3. Replace the BentoBox jar with this one

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)