Skip to content

Release 2.3.0

Latest
Compare
Choose a tag to compare
@tastybento tastybento released this 15 Apr 05:26
8649afd

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:

  • Team members can now have multiple islands too - it's a setting in BentoBox config.yml if you wish to enable it.
  • Blueprints can now be given a max-usage setting. This is only enabled when players are allowed to make multiple island. So, for example, it's possible to limit players to only one of each type of island. There is also an option to hide any island blueprints if they have been used up. Don't forget that permissions can also be used to hide or show island blueprint options.

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

  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
  4. Download the latest versions of all your addons and put them in the Addons folder
  5. (Optional) Move or delete the BentoBox/locales folder to have the plugin save updated language files.
  6. Restart the server
  7. You should be good to go!

What's Changed

  • Fix #2320. Enables hiding of setting flags by Ops when in another world by @tastybento in #2327
  • Sort player's islands by age so they are always in the same order. This makes the list of islands with a number by them always consistent - by @tastybento in #2331
  • Adds support for multi islands to the admin range command by @tastybento in #2332
  • Add feature to limit blueprint availability. by @tastybento in #2336
  • Remove restrictions on having multiple islands for team members. by @tastybento in #2335
  • Added placeholders for island names and member lists #2329 by @tastybento in #2337
  • Limit blueprint pasting to world y coords. Addresses #2334 (commit: 1bce4ec)
  • Remove player from island, not all islands when kicked. (commit: e7055c6)
  • Make sure it's the user's island that the target is being kicked from. (commit: c86eb6a)
  • Fix bug with MythicMobs changes #2340 (commit: ffb955b)

Full Changelog: 2.2.0...2.3.0