mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-22 10:45:22 +01:00
Switching to 0.9.0-SNAPSHOT.
This commit is contained in:
parent
a82e8138c3
commit
3ffb434a02
12
README.md
12
README.md
@ -12,11 +12,11 @@ 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
|
||||
* 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.
|
||||
|
||||
@ -49,7 +49,7 @@ Maven dependency:
|
||||
<dependency>
|
||||
<groupId>world.bentobox</groupId>
|
||||
<artifactId>bentobox</artifactId>
|
||||
<version>FC-0.92</version>
|
||||
<version>FC-1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>world.bentobox</groupId>
|
||||
<artifactId>bentobox</artifactId>
|
||||
<version>FC-1</version>
|
||||
<version>0.9.0-SNAPSHOT</version>
|
||||
|
||||
<name>BentoBox</name>
|
||||
<description>BentoBox is an expandable Minecraft Spigot plugin for island-type games like ASkyBlock or AcidIsland.</description>
|
||||
|
Loading…
Reference in New Issue
Block a user