783caf985f
This API enables any command to have a cool down and to have that cool down called by another command. For example, the Kick command sets the cool down on the Invite command. It is possible for commands to set cool downs on themselves too. Currently, cool downs are not stored persistently in the database so they disappear if the server is reloaded. This should be okay for now. |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
src | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
pom.xml | ||
README.md | ||
REFERENCES.md |
BentoBox
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>0.8.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
You can find the javadoc here: https://ci.codemc.org/job/BentoBoxWorld/job/bentobox/javadoc/