BentoBox

BentoBox

Plugin

BentoBox is a plugin for Minecraft servers running the Bukkit API, like Spigot, and Paper with a unique addon system that enables it to be customized and configured how an admin likes. BentoBox focuses on island-based games like SkyBlock, OneBlock, etc.

Server LibraryMinigame

428 downloads
8 followers
Createda year ago
Updateda month ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.
Filter loader...
Filter versions...

BentoBox 2.3.0

on Apr 15, 2024
Download

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

Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/2.2.0...2.3.0

BentoBox 2.2.0

on Mar 16, 2024
Download

This release adds support for MythicMobs to be included in island blueprints. It also fixes bugs and adds features with a lot of improvements around Teams and team management:

  • All the team will be shown in the GUI, along with Trusted and Coop members.
  • When kicking players through the GUI, you no long have to perform the action twice to confirm.
  • Admin commands to manage teams have been rewritten to be multi-island aware. Disbanding teams, Setting the owner, etc. now work much better. Team fix command has been retired.
  • An exploit was fixed where non-island members could be made members without them accepting invites.

Other changes:

  • The maximum number of homes a player can have is now applied per island.
  • If players prevented use of crafting tables, then visitors were not able to access their own inventory (because it has a tiny crafting part to it)

SkyBlock team

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

Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/2.1.1...2.2.0

This is a hot fix release to fix a bug with accepting team invites using the team GUI.

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

Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/2.1.0...2.1.1

BentoBox 2.1.0

on Feb 26, 2024
Download

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

Use this file, or go to 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

  • New placeholder to provide counts of team members by @tastybento in #2300
  • Adds multi-island support for the Admin Register and Unregister commands by @tastybento in #2302
  • Fix for other admin commands to avoid removing players from more than one island when used. Also removed the Admin team fix command because it was not multi-island aware and could cause issues. (commit: 0a9da71)
  • Bukkit paste for Admin Blueprint pasting and if the player is near the island to be pasted by @tastybento in #2304
  • Better disbanding of teams via admin command by @tastybento in #2306
  • Change respawn point to the default home on the island. #2305 by @tastybento in #2307
  • Temporarily removed support for the deletion of ItemsAdder CustomBlocks because it was causing lag when deleting. #2297 (commit: 01f51f4)
  • Version 2.1.0 by @tastybento in #2291

API:

  • Remove deprecated methods from IslandsManager and IslandCache (commit: 631a155)

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!

BentoBox for Minecraft

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: Download Site for Packs.

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

  • ⚙️ Adds a config section in BentoBox to run commands when it is loaded by @tastybento in #2167
  • Fixes a bug with incorrectly indexed pages +1 by @BONNe in #2178
  • 🔡 Update ru.yml by @tastybento in #2181
  • 🔡 Few RU translations by @gitlocalize-app in #2182
  • 🔡 Japanese update by @gitlocalize-app in #2183
  • 🔡 Indonesian translation by @gitlocalize-app in #2184
  • 2 0 0 multi island by @tastybento in #2185
  • Add checking for enchantment table inventory by @tastybento in #2191
  • ⚙️ Enables permissions to set how many islands a play can create. by @tastybento in #2201
  • 🔡 Hungarian translation by @gitlocalize-app in #2205
  • 🔡 Chinese translation by @gitlocalize-app in #2206
  • 🔡 Japanese translation by @gitlocalize-app in #2207
  • 🔡 Czech translation by @gitlocalize-app in #2208
  • 🔡 Portuguese translation by @gitlocalize-app in #2209
  • 🔡 German Translation WIP by @gitlocalize-app in #2210
  • 🔡 French translation WIP by @gitlocalize-app in #2211
  • 🔡 Croatian translation WIP by @gitlocalize-app in #2212
  • Remove the deprecated classes for 2.0 by @tastybento in #2216
  • This changes the loading to not be on STARTUP by @tastybento in #2214
  • Fixes a bug that removed old owner from island by @BONNe in #2218
  • Fixes a bug with EntityTeleportListener by @BONNe in #2222
  • Rank Management by @tastybento in #2220
  • Multi island api update by @tastybento in #2224
  • Fixes an issue with entity teleportation if nether/end worlds are disabled by @BONNe in #2227
  • 🔡 Better French, maybe... by @tastybento in #2228
  • Switch to Spigot's PlayerProfile on HeadGetter by @HSGamer in #2231
  • Separators, AddonClassLoader fixes and uni tests fixes by @Baterka in #2233
  • Adds a method that can return a different default value than 0 by @tastybento in #2234
  • 🔡 Add Ukrainian locale by @gitlocalize-app in #2236
  • 🔡 Add Ukrainian locale by @gitlocalize-app in #2235
  • Fixes end portal finding issue when entering from side by @BONNe in #2238
  • No tabs by @tastybento in #2243
  • Improves obsidian platform generation by @BONNe in #2246
  • Delete slimefun chunks/blocks when island is deleted. by @tastybento in #2247
  • Adds an ItemAdder hook to delete any blocks when island is deleted. by @tastybento in #2250
  • Material Type adapter by @tastybento in #2253
  • ⚙️ Customizable Language Selection Panel by @BONNe in #2254
  • ⚙️ Customizable Island Creation Panel by @BONNe in #2255
  • Fixes issue with file exporting in Windows system. by @BONNe in #2256
  • Fixes ItemParser. by @BONNe in #2257
  • Fixes warning about already existing file saving. by @BONNe in #2260
  • Add island object to Panel for context. by @tastybento in #2263
  • Add minor optimizations for chunk copying by @rchomczyk in #2261
  • Team gui by @tastybento in #2251
  • Faster teleports by @tastybento in #2267
  • Enable template to determine what is shown/clickable. by @tastybento in #2269
  • World context settings by @tastybento in #2271
  • Use a different method to grab the DataObject classes. by @tastybento in #2277
  • Fixes #2274 hanging signs protection by @tastybento in #2278
  • Fix for #2279 on-island placeholder for nether and end by @tastybento in #2280
  • Fix for #2281 by @tastybento in #2282
  • Center default home by @tastybento in #2287
  • Fixes EXP reset for players onJoin and onLeave by @BONNe in #2286
  • Release 2.0.0 by @tastybento in #2204

New Contributors

  • @Baterka made their first contribution in #2233
  • @rchomczyk made their first contribution in #2261

This is a bug fix release. The main fix is for an exploit where players could cause projectile damage on an adjacent island if it was allowed on the island they were in. Now damage checks are done on where the damage occurs and not where the shooter is.

Compatibility

✔️ Minecraft 1.20.1 ✔️ 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. Restart the server
  6. You should be good to go!

What's Changed

  • Exploit fix - Judge location of damage by location of entity not user (commit: 170c31f)
  • Various code refactoring to reduce complexity, improve maintenance
  • Improve or added automated tests for compilation

Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/1.24.0...1.24.1

Notes from 1.24.0

New in this release

Support for Minecraft 1.20.1. This includes adding protection for:

  • Chiseled Bookshelves - adding or removing books
  • Brushing of suspicious sand and gravel
  • Calibrated sculk sensors are protected as well as sculls sensors
  • Editing of signs, front and back. If sign is waxed then they are not editable by anyone.
  • Boats and rafts
  • Other new materials in 1.20.x

Other changes:

  • Bug fix: Multiverse supported again. It stopped working after a server reboot causing super-flat.
  • BentoBox bbox perms command added to show effective perms as registered by addons. This is only shown in the console.
  • API: Adjust priority of PlayerInteraction event listener to NORMAL
  • API: Add API to enable gamemodes to register ownership over additional worlds
  • API: New IslandInfoEvent that gets called when a player runs the info command. Enables addons to show additional info.
  • API: New IslandNameEvent that gets called when a player names or renames their island.

Compatibility

✔️ Minecraft 1.20.1 ✔️ Java 17 ✔️ Addons may need to be updated to their latest version to work with this version of BentoBox

What's Changed

New Contributors

Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/1.23.2...1.24.0

New in this release

🔺With 1.19.4 comes changes to the underlying API that affects how BentoBox can load Addons that forced a number of changes to BentoBox. Now, more than ever, Addons are like Plugins and will be visible in the /plugins command. Therefore, make sure you update your Addons to the latest version compatible with 1.23.0 of BentoBox to ensure they load and work correctly.

Other changes:

  • New flags for island protection HARVEST and CROP_PLANTING - enable players to allow visitors (or coop/trusted) to do farming
  • Support for 1.19.4
  • Adds API to enable translations to be set and specific API for flags #2109
  • Uses NMS to paste islands
  • New flags SHULKER_TELEPORT and ENDERMAN_TELEPORT that can prevent a shulker or enderman from teleporting on an island setting basis.
  • Locale files can now use the placeholder [display_name] instead of [name] to show the display (colorful) name of a player
  • Adds API to enable a GameModeAddon to declare whether it will use the legacy chunk deletion approach or the new one. The legacy is enough for void worlds. #2096 It also means the backup worlds will not be generated.
  • Enables banned commands to be more than one word. #2092

Compatibility

✔️ Minecraft 1.18.x to 1.19.4, but optimized with NMS for 1.19.4 ✔️ Java 17 ✔️ Adonis should 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. Restart the server
  6. 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

Full Changelog: https://github.com/BentoBoxWorld/BentoBox/compare/1.23.0...1.23.1

External resources



Project members

BentoBox

BentoBox

Organization

fredthedoggy

Member


Technical information

License
EPL-2.0
Project ID