mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2024-12-28 17:27:35 +01:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
b2b92ccb28
40
README.md
40
README.md
@ -9,7 +9,6 @@ BSkyBlock
|
|||||||
![Bugs](https://sonarcloud.io/api/project_badges/measure?project=us.tastybento%3Abskyblock&metric=bugs)
|
![Bugs](https://sonarcloud.io/api/project_badges/measure?project=us.tastybento%3Abskyblock&metric=bugs)
|
||||||
|
|
||||||
|
|
||||||
A skyblock Bukkit plugin for Minecraft derived from the well-known ASkyBlock!
|
|
||||||
This is a survival game where the player starts with an island in the sky.
|
This is a survival game where the player starts with an island in the sky.
|
||||||
|
|
||||||
BSkyBlock (Better SkyBlock) 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.
|
BSkyBlock (Better SkyBlock) 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.
|
||||||
@ -18,44 +17,15 @@ BSkyBlock (Better SkyBlock) represents a turning point on ASkyBlock's history :
|
|||||||
|
|
||||||
Add-ons
|
Add-ons
|
||||||
=======
|
=======
|
||||||
BSkyBlock is built to enable add-ons (plugins that use the BSkyBlock API). Here is a list of the current ones:
|
BSkyBlock is an add-on that uses the BentoBox API. Here is a list of other ones:
|
||||||
|
|
||||||
* Level - provides island level calculation and a top ten
|
* Level - provides island level calculation and a top ten
|
||||||
* Welcome Warps - provides the warp sign feature
|
* Welcome Warps - provides the warp sign feature
|
||||||
|
* Challenges - challenges
|
||||||
|
* AcidIsland - survival game in a sea of acid
|
||||||
|
|
||||||
You can find the projects on tastybento's GitHub.
|
You can find the projects on GitHub.
|
||||||
|
|
||||||
Bugs and Feature requests
|
Bugs and Feature requests
|
||||||
=========================
|
=========================
|
||||||
File bug and feature requests here: https://github.com/tastybento/bskyblock/issues
|
File bug and feature requests here: https://github.com/BentoBoxWorld/addon-bskyblock/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:
|
|
||||||
```xml
|
|
||||||
<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/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user