Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
tastybento 0adc2e3078 Uses current API to enable multiple schems.
This will load all schems in an add-on's schem folder if it exists and
associate them with this world set (overworld, nether and end). Schems
can be named anything, but the partner nether or end worlds must be
pre-fixed with "nether-" or "end-" in the filename.
Additional schems can be added by the admin into the schem folder, or
they can be stored in the jar file of the add-on. Both are supported.

No changes are required to current add-ons. I.e., there is no API
breakage here, but I would like to rename the SchemsManager method
loadIslands(World world) to be loadSchems(World world) in the future.

Related issues/PR:
https://github.com/BentoBoxWorld/BentoBox/issues/104
https://github.com/BentoBoxWorld/BentoBox/issues/207
https://github.com/BentoBoxWorld/BentoBox/issues/378
https://github.com/BentoBoxWorld/BentoBox/pull/408
2018-12-23 19:31:00 -08:00
.github/ISSUE_TEMPLATE Updated database types names in issue template 2018-11-11 17:43:08 +01:00
src Uses current API to enable multiple schems. 2018-12-23 19:31:00 -08:00
.gitignore Added command rank settings and extra ranks. 2018-08-11 21:08:04 -07:00
.travis.yml Revert "Update .travis.yml" 2018-08-08 10:33:22 +09:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-12-01 16:22:03 +01:00
LICENSE Change license 2018-02-10 11:25:32 +01:00
pom.xml Updated pom 2018-12-22 20:49:46 +01:00
README.md Fixed broken links 2018-12-22 20:25:19 +01:00
REFERENCES.md Renamed general.errors.not-leader to general.errors.not-owner 2018-12-09 13:18:24 +01:00

BentoBox

Build Status Lines Of Code Maintainability Rating Reliability Rating Security Rating Bugs

BentoBox is an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland. Admins can assemble the game or games how they like with a variety of add-ons. These include:

  • BSkyBlock - the successor to the popular ASkyBlock. Don't fall!
  • AcidIsland - you are marooned in a sea of acid!
  • Level - an add-on to calculate your island level and show a top ten
  • Challenges - an add-on that gives you challenges to accomplish
  • Welcome WarpSigns - an add-on that enables players to plant a warp sign

Bentobox represents a turning point on ASkyBlock's history : Tastybento and Poslovitch thought up and designed this complete rewrite in order to provide a whole new way to play Skyblock and other island-style games.

Disclaimer

BentoBox and all subsequent addons made by the BentoBoxWorld team are being developped as a hobby without receiving any kind of remuneration. You will never have to pay to download BentoBox or any addon created by the BentoBoxWorld team or to get access to the source code.

Hereby, you and only you are wrong when you :

  • insist that we should fix a bug within an irrational period of time;
  • behave rudely;
  • are asking for support whereas solutions have already been given or are easily accessible;

Bugs and Feature requests

File bug and feature requests here: https://github.com/BentoBoxWorld/BentoBox/issues. Make sure that your issue is following the guidelines, otherwise it will be declined.

Note for developers

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.

Official Builds

https://github.com/BentoBoxWorld/BentoBox/releases

Development Builds

These development builds are not eligible to any kind of support. Use them at your own discretion or only under our approval. Most of them are untested. In the worst cases, they can even corrupt your worlds and/or your databases.

Jenkins: https://ci.codemc.org/job/BentoBoxWorld/job/BentoBox/

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/