.github | ||
src | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
pom.xml | ||
README.md | ||
REFERENCES.md |
BentoBox
BentoBox is an expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.
It is designed to take over ASkyBlock and AcidIsland for 1.13+ Minecraft versions.
Addons
Admins can assemble the game or games how they like with a variety of Addons. These include some popular Gamemodes:
- BSkyBlock: the successor to the popular ASkyBlock.
- AcidIsland: you are marooned in a sea of acid!
And these include Addons that are bringing incredible new features, such as:
- Level: calculate your island level and show a top ten.
- Challenges: gives you challenges to accomplish.
- WarpSigns: enables players to plant a warp sign and visit other player's islands.
And there are plenty of other official or community-made Addons you can try and use for your server!
Downloads
Webtool
A webtool is currently being developed to allow you to easily setup BentoBox and Addons on your server.
Direct links
Developers
What about contributing?
BentoBox heavily relies on the community that gets involved in its development. You don't need to know any programming language to start helping us.
However, your contribution must be in agreement with:
Report bugs and suggest features
Bugs and feature requests must be filed on our issue tracker.
Pull requests
We consider Pull Requests from non-collaborators that contain actual code improvements or bug fixes. Do not submit PRs that only address code formatting because they will not be accepted.
API
Maven dependency:
<repositories>
<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>
You can find the javadoc here: https://ci.codemc.org/job/BentoBoxWorld/job/BentoBox/javadoc/