Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
Florian CUNY 399a5c1518 Version up FC-0.8
Fixed pom.xml (was still using 1.12.2 API)
Updated plugin.yml (main class)
2018-08-01 11:29:45 +02:00
.github/ISSUE_TEMPLATE Added database question 2018-07-14 15:24:59 -07:00
locales Fixed typo in en-US 2018-07-28 18:32:11 +02:00
src Updated test units to 1.13 API 2018-08-01 11:21:29 +02:00
.gitignore Added Vietnamese to the locales (#162) 2018-04-25 18:04:28 +02:00
.travis.yml Reverting. No code in Sonarcloud for some reason. 2018-04-27 17:44:05 -07:00
LICENSE Change license 2018-02-10 11:25:32 +01:00
README.md Fix readme. 2018-07-29 13:41:17 -07:00
REFERENCES.md Manually updated REFERENCES.md 2018-07-28 18:32:25 +02:00
config.yml Switch to BentoBox 2018-07-29 13:21:46 -07:00
plugin.yml Version up FC-0.8 2018-08-01 11:29:45 +02:00
pom.xml Version up FC-0.8 2018-08-01 11:29:45 +02:00

README.md

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/Tastybento/job/bskyblock/

API

Maven dependency:

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

<dependencies>
  <dependency>
    <groupId>us.tastybento</groupId>
    <artifactId>bskyblock</artifactId>
    <version>FC-0.74</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

You can find the javadoc here: https://ci.codemc.org/job/Tastybento/job/bskyblock/javadoc/