Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@tastybento tastybento released this 31 Jan 07:12
· 361 commits to master since this release
196e90b

This is a major release with big changes to the plugin! The top new feature is that players can now have more than one island in a world!

Players can create additional islands by running the create command, for example /island create. To teleport to different islands, they can use the island go command. If the island has a name, then they can use that, otherwise BentoBox will randomly assign a number to the island, e.g., "BoxManager's island 2".

By default players have only have one island, but you can enable more in the BentoBox config.yml, for example:

island:
  # The default number of concurrent islands a player may have.
  # This may be overridden by individual game mode config settings.
  concurrent-islands: 10

Players can also be given the permission [gamemode].island.number.[number] where [gamemode] is the name of the game mode being played, and [number] is how many islands the user is allowed, e.g., bskyblock.island.number.10.

Game modes may in the future allow island number setting directly in their configs, but for now it's mostly global or via perms.

Other changes:

  • New Team Management GUI - use the teams command to view and manage your teams, invites, etc.
  • Loads of language translation updates
  • Customizable GUI panels:
    • Team Panel
    • Team Invite Panel
    • New Island Panel
    • Language Panel
    • You can find them in plugins/BentoBox/panels. The files have comments in them.

Compatibility

✔️ Minecraft 1.20.4
✔️ 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!

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

New Contributors

Full Changelog: 1.24.1...2.0.0