Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
tastybento aad5239ba3 Added logging methods to BSkyBlock to avoid plugin.getLogger()
plugin.getLogger() is a final class and so cannot be mocked. It was
making development of tests very hard. By making three logging methods
in BSkyBlock.java, they default to do nothing when BSkyBlock is mocked.
Previously, every time there was a use of logger in testing it was
throwing NPE's because plugin.getLogger() was returning null and the
getLogger() method could not be made not null by mocking because it was
final (in JavaPlugin).
2018-04-28 13:02:15 +09:00
.circleci
locales Added Vietnamese to the locales (#162) 2018-04-25 18:04:28 +02:00
src Added logging methods to BSkyBlock to avoid plugin.getLogger() 2018-04-28 13:02:15 +09: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
config.yml Added in requirement for BsbMongo Plugin 2018-03-31 15:33:48 -07:00
LICENSE Change license 2018-02-10 11:25:32 +01:00
plugin.yml Fixed issues with panels not scaling in size correctly. 2018-04-02 18:20:54 -07:00
pom.xml Added IslandCacheTest WIP 2018-04-24 13:18:22 -07:00
README.md Merge remote-tracking branch 'origin/master' into develop 2018-03-12 18:35:51 -07:00
REFERENCES.md Fixed formatting for REFERENCES 2018-04-27 17:12:18 -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.