9b1e955d18
Closes #414 commit 0b551d174289ea1b75e55f0f4d268592a716f66f Author: Florian CUNY <poslovitch@bentobox.world> Date: Tue Feb 19 10:50:08 2019 +0100 Updated FireListenerTest commit 3f2cc83037e1994a686bacd4d8541eece8c9dc53 Author: Florian CUNY <poslovitch@bentobox.world> Date: Tue Feb 19 10:40:46 2019 +0100 Added descriptions in en-US for FIRE_BURNING, FIRE_IGNITE and FLINT_AND_STEEL commit 880df9e904a0121804a73c2fcb40b9faa2aa290b Author: Florian CUNY <poslovitch@bentobox.world> Date: Tue Feb 19 10:35:54 2019 +0100 Fixed description of FISH_SCOOPING commit 02259b0f8fdad31e7431d4d525b74bee6b499813 Author: Florian CUNY <poslovitch@bentobox.world> Date: Tue Feb 19 10:34:54 2019 +0100 Improved description of FIRE_SPREAD commit 92c5d137d8fb114dacdebc32626e04a5ee16982b Author: Florian CUNY <poslovitch@bentobox.world> Date: Tue Feb 19 10:30:17 2019 +0100 Added Flags#FIRE_BURNING and Flags#Fire_IGNITE These are SETTING flags commit 0be4a87c1986a55a15fa16e87e4073921a269e34 Author: Florian CUNY <poslovitch@bentobox.world> Date: Tue Feb 19 10:21:52 2019 +0100 Added Flags#FLINT_AND_STEEL #414 |
||
---|---|---|
.github | ||
src | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
pom.xml | ||
README.md | ||
REFERENCES.md |
BentoBox
BentoBox is an expandable Minecraft 1.13+ Spigot plugin for island-type games like SkyBlock or AcidIsland.
About BentoBox
History
ASkyBlock and AcidIsland were originally created by tastybento. These two plugins were sharing the same codebase, which grew fastly but ultimately became hard to maintain. Poslovitch was running a Skyblock server before starting to contribute regularly on ASkyBlock's codebase.
Then came the idea of completely rewriting ASkyBlock. A turning point that would be called BSkyBlock. In May 2017, tastybento agreed to the idea, and Poslovitch and him spent more time developing the code of the plugin which would become BentoBox. During summer 2018, ASkyBlock's support got dropped and development was focused on the now called plugin BentoBox, which would then take over ASkyBlock and AcidIsland for 1.13+ servers.
Description
BentoBox introduces a unique Addon system and a powerful API which allows for a technically unlimited customization of the gamemodes. Therefore, BentoBox does nothing on its own: addons and gamemodes are bringing the features.
BentoBox being totally free and open-sourced, we are confident in seeing this platform grow and become even more powerful in the future.
Start now to create the server you've dreamed 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!
Documentation
Downloads
Webtool
A webtool is currently being developed to allow you to easily setup BentoBox and Addons on your server.
Direct links
Developers
- Jenkins (untested and mostly unstable builds)
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
BentoBox uses Maven, and its Maven repository is kindly provided by CodeMC.
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>