Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
Tastybento 9db2602f78 Added FlagsManagerTest class to test the flags manager.
Added some code to the Flag, Flags and FlagManager classes to enable
passing the tests.
Realized that some flags had duplicate icons. This means that the
getFlagByIcon() method doesn't work because there could be more than
one. If we want to allow duplicate icons then we need to change the
manager. Also, do we need to getFlagByIcon method?
2018-02-25 19:48:01 -08:00
.circleci CircleCI config update 2017-08-05 16:30:08 -07:00
locales Made improvements while writing challenges addon 2018-02-24 11:28:21 -08:00
src Added FlagsManagerTest class to test the flags manager. 2018-02-25 19:48:01 -08:00
.gitignore Added dependency injection (DI) for flag listeners for plugin. 2018-02-03 11:54:33 -08:00
.travis.yml Added Travis CI 2017-05-20 14:33:53 -07:00
config.yml Added code to support protection flag listeners. 2018-01-30 16:59:10 -08:00
LICENSE Updated license to BSD license. 2017-07-07 14:33:00 -07:00
plugin.yml Removed Vault dependency 2017-12-16 18:29:12 +01:00
pom.xml Added to POM to get coverage from Jacco for Sonarcube 2018-02-19 23:22:23 -08:00
README.md Updated README 2018-02-11 20:44:04 -08: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. Pull requests are accepted if they address a specific issue and are of high enough quality. The best way to do a pull request is to file an issue, then say that you'll fix it so we know it's coming and can coordinate with you.