Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
tastybento 474de77ce2 Added death listener.
Counts player deaths in any game world.

Fixes https://github.com/BentoBoxWorld/addon-level/issues/18
2018-08-22 23:46:24 -04:00
.github/ISSUE_TEMPLATE Added database question 2018-07-14 15:24:59 -07:00
src Added death listener. 2018-08-22 23:46:24 -04: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
LICENSE Change license 2018-02-10 11:25:32 +01:00
pom.xml Switching to 0.9.0-SNAPSHOT. 2018-08-19 15:47:47 +02:00
README.md Switching to 0.9.0-SNAPSHOT. 2018-08-19 15:47:47 +02:00
REFERENCES.md Manually updated REFERENCES.md 2018-07-28 18:32:25 +02: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 ASkyBlock 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 and designed together this complete rewrite in order to provide a whole new way to play Skyblock.

Discover today BSkyBlock, its gameplay overhaul, and enjoy the Skyblock revival!

Bugs and Feature requests

File bug and feature requests here: https://github.com/BentoBoxWorld/bentobox/issues

Note for developers

This is an actively developed project but we are not currently accepting Pull Requests from non-collaborators. Once we have finished the main development, we'll be open to PR's.

Development Builds

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>FC-1</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

You can find the javadoc here: https://ci.codemc.org/job/BentoBoxWorld/job/bentobox/javadoc/