Skip to content
@BentoBoxWorld

BentoBoxWorld

Home of BSkyBlock, AcidIsland, CaveBlock and SkyGrid! All powered by BentoBox! Download: https://download.bentobox.world

Discord Build Status Lines of Code Maintainability Rating Reliability Rating Security Rating Bugs

Hi there 👋

🙋‍♀️ What is BentoBox World about?

BentoBox World is where we develop BentoBox. 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, AcidIsland, Boxed, SkyGrid, etc., and a whole suite of addons for those games. You can download BentoBox and associated addons at download.bentobox.world.

Who would use BentoBox? How?

BentoBox is for admins who want to run games like Skyblock, Oneblock or other island games on a Minecraft multiplayer server. BentoBox is a plugin for the server, i.e. some extra code that adds to the vanilla server code. If you want to find out about how to run your own Minecraft server for fun or profit, there are a lot of tutorials and videos on the Internet. Just google for it. Oracle provide a good blog on how to set up a free server on their cloud and there are many, many server hosting options out there. Bentobox enhances the stock Minecraft game (also called vanilla) with new game modes that challenge new and experienced players alike. We hope you enjoy the "art" we have created and have fun with it!

🌈 Contribution guidelines - how can the community get involved?

BentoBox is supported by volunteers who code and test it. The best way for you to get involved is to clone the repos you are interested in, submit a PR, which might be Java code, or language translations, or config edits and that will start the ball rolling. We are always happy for submissions. We also appreciate testers, who report bugs and recommend improvements. If you can't code, but want to support the work we do, you can help by sponsoring, which helps pay for servers, domain names, and other costs.

If you contribute code it must be in agreement with:

👩‍💻 Useful resources

  • User and Admin Documentation can be found at docs.bentobox.world
  • Downloads of binaries are at the main download site: download.bentobox.world
  • Snapshots of development builds are on the Continuous Integration build server: ci.bentobox.world
  • JavaDocs can be found on the CI server under each project's build. The BentoBox API is here

Addons

These are some popular Gamemodes:

  • AcidIsland: You are marooned in a sea of acid!
  • AOneBlock: Start to play with only 1 magical block.
  • Boxed: A game mode where you are boxed into a tiny space that only expands by completing advancements.
  • BSkyBlock: The successor to the popular ASkyBlock.
  • CaveBlock: Try to live underground!
  • SkyGrid: Survive in world made up of scattered blocks - what an adventure!

All official Addons are listed here:

There are also plenty of other official or community-made Addons you can try and use for your server!

BentoBox API

BentoBox uses Maven, and its Maven repository is kindly provided by CodeMC.

Maven

<repositories>
  <repository>
    <id>codemc-snapshots</id>
    <url>https://repo.codemc.org/repository/maven-snapshots</url>
  </repository>
  <repository>
    <id>codemc-repo</id>
    <url>https://repo.codemc.org/repository/maven-public/</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>world.bentobox</groupId>
    <artifactId>bentobox</artifactId>
    <version>PUT-VERSION-HERE</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle

repositories {
  maven { url "https://repo.codemc.org/repository/maven-public/" }
}

dependencies {
  compileOnly 'world.bentobox:bentobox:PUT-VERSION-HERE'
}

History

tastybento created ASkyBlock and AcidIsland that shared the same codebase. These plugins became very popular but became hard to maintain. Poslovitch was running a Skyblock server before starting to contribute regularly to ASkyBlock's codebase. He proposed the idea of completely rewriting ASkyBlock to make it easier to maintain and richer in features. In May 2017, this became the BSkyBlock project. As development progressed it became clear that a lot of the new core features could be used by other island-style games and so that core functionality was split off and renamed BentoBox and the addon system was created. The addons for BSkyBlock and AcidIsland became very simple to develop and much smaller. The community started to grow and we added new game modes like SkyGrid and CaveBlock by BONNe. BONNe also took over maintenance of Challenges and Biomes and contributed to other addons.

In December 2019, Poslovitch launched the BentoBox collection on SpigotMC and the story continues!

Pinned

  1. BSkyBlock Public

    BSkyBlock add-on for BentoBox (Discord link: https://discordapp.com/invite/T5HxmvK)

    Java 115 57

  2. AcidIsland Public

    AcidIsland™ add-on for BentoBox

    Java 16 13

  3. CaveBlock Public

    CaveBlock addon for BentoBox. An interesting variation from Skyblock, where your goal is to survive in a cube of stone!

    Java 14 6

  4. AOneBlock Public

    A OneBlock Minecraft Game for BentoBox

    Java 62 27

  5. Boxed Public

    A game mode where you are boxed into a tiny space that only expands by completing advancements

    Java 13 4

  6. BentoBox Public

    Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.

    Java 278 128

Repositories

  • SkyGrid Public

    SkyGrid gamemode addon for BentoBox

    Java 7 EPL-2.0 4 5 0 Updated Jun 8, 2023
  • BentoBox Public

    Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.

    Java 278 EPL-2.0 128 222 3 Updated Jun 7, 2023
  • Greenhouses Public

    BentoBox Add-on to enable personal biomes in a glass greenhouse

    Java 12 EPL-2.0 9 16 0 Updated Jun 5, 2023
  • AOneBlock Public

    A OneBlock Minecraft Game for BentoBox

    Java 62 EPL-2.0 27 24 0 Updated Jun 4, 2023
  • Challenges Public

    Add-on for BentoBox to add challenges for BSkyBlock and AcidIsland

    Java 12 EPL-2.0 33 14 1 Updated Jun 4, 2023
  • IslandFly Public

    Gives players the fly command

    Java 3 EPL-2.0 6 6 0 Updated Jun 3, 2023
  • Bank Public

    Allow your players to deposit and withdraw money from the island's bank! See island rankings!

    Java 3 EPL-2.0 6 4 0 Updated Jun 3, 2023
  • Level Public

    Add on for BentoBox to calculate island levels for BSkyBlock and AcidIsland. Please read the Wiki!

    Java 21 EPL-2.0 29 45 0 Updated Jun 3, 2023
  • Boxed Public

    A game mode where you are boxed into a tiny space that only expands by completing advancements

    Java 13 EPL-2.0 4 9 0 Updated Jun 3, 2023
  • Visit Public

    A simple addon that allows to visit any BentoBox island.

    Java 1 EPL-2.0 5 0 0 Updated Jun 1, 2023