Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump world.bentobox:bentobox from 1.23.2 to 2.6.0 #600

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps world.bentobox:bentobox from 1.23.2 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
  • 0b1a205 Merge pull request #2527 from BentoBoxWorld/develop
  • 32a9f71 Merge branch 'master' into develop
  • bac59d7 Merge pull request #2530 from BentoBoxWorld/test_fixing
  • 29c5057 Fix tests, optimize tests, reord imports.
  • 97aff7a Merge pull request #2529 from BentoBoxWorld/clickable_text
  • 0da7130 Add clickable text and hover text
  • 9cb8d1c Test fix for teleporting using new in-progress message
  • 1085332 Merge pull request #2525 from BentoBoxWorld/2524_is_teleport_command_delay
  • b949727 Update IslandGoCommand.java
  • 3992102 Merge branch 'develop' into 2524_is_teleport_command_delay
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [world.bentobox:bentobox](https://github.com/BentoBoxWorld/BentoBox) from 1.23.2 to 2.6.0.
- [Release notes](https://github.com/BentoBoxWorld/BentoBox/releases)
- [Commits](BentoBoxWorld/BentoBox@1.23.2...2.6.0)

---
updated-dependencies:
- dependency-name: world.bentobox:bentobox
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 28, 2024

Superseded by #615.

@dependabot dependabot bot closed this Oct 28, 2024
@dependabot dependabot bot deleted the dependabot/maven/world.bentobox-bentobox-2.6.0 branch October 28, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants