Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
Tastybento 4100edd279 Adds support for MongoDB.
Needs more testing, but seems to work. The main problem is that it pulls
in the MongoDB Java driver which boosts the size of the JAR to 2.3MB. It
may be better to put the Mongo driver into an addon so that only Mongo
users have to have the larger JAR.
2018-03-18 21:54:24 -07:00
.circleci CircleCI config update 2017-08-05 16:30:08 -07:00
locales Forgot to push the updated en_US for SettingsPanel 2018-03-01 11:02:42 +01:00
src Adds support for MongoDB. 2018-03-18 21:54:24 -07:00
.gitignore Added dependency injection (DI) for flag listeners for plugin. 2018-02-03 11:54:33 -08:00
.travis.yml Try again - Travis, Sonarqube 2018-03-12 19:08:14 -07:00
config.yml Adds support for MongoDB. 2018-03-18 21:54:24 -07:00
LICENSE Change license 2018-02-10 11:25:32 +01:00
plugin.yml Removed Vault dependency 2017-12-16 18:29:12 +01:00
pom.xml Adds support for MongoDB. 2018-03-18 21:54:24 -07:00
README.md Merge remote-tracking branch 'origin/master' into develop 2018-03-12 18:35:51 -07:00

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.