Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
Florian CUNY 04830f472b Version FC-0.79 2018-07-27 22:56:45 +02:00
.github/ISSUE_TEMPLATE Added database question 2018-07-14 15:24:59 -07:00
locales Merge branch 'master' into develop 2018-07-27 22:52:08 +02:00
schems Added new island and nether island schems 2018-07-03 17:51:01 -07:00
src Added clear resets and clear reset all admin commands. 2018-07-25 09:47:57 -07: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 javadoc link 2018-07-27 20:30:30 +02:00
REFERENCES.md Edited some references and manually updated REFERENCES.md 2018-04-28 12:31:53 +02:00
config.yml Added GeoLimit for mobs - world setting. 2018-07-22 16:17:34 -07:00
plugin.yml Removed useless soft-dependencies from plugin.yml 2018-07-17 15:15:23 +02:00
pom.xml Version FC-0.79 2018-07-27 22:56:45 +02:00

README.md

BSkyBlock

Build Status Lines Of Code Maintainability Rating Reliability Rating Security Rating 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.

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.

Discover today BSkyBlock, its gameplay overhaul, and enjoy the Skyblock revival!

Add-ons

BSkyBlock is built to enable add-ons (plugins that use the BSkyBlock API). Here is a list of the current ones:

  • Level - provides island level calculation and a top ten
  • Welcome Warps - provides the warp sign feature

You can find the projects on tastybento's GitHub.

Bugs and Feature requests

File bug and feature requests here: https://github.com/tastybento/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:

<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/