Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
tastybento 7804c4a867 Enabled subcommand addition to BSkyBlock /island command.
This is a bit of a hack. The AbstractCommand class had to be pulled
apart to enable the ArgumentHandler to be imported by another plugin
without the other plugin having to extend AbstractCommand, which is
something it does not want to do because it is not defining a new
command, but just adding arguments. 

There's too much passing of arguments in this implementation, but it
works. I'll see if I can simplify it.
2017-10-09 22:52:57 -07:00
.circleci CircleCI config update 2017-08-05 16:30:08 -07:00
lib Implemented command arguments and tabcomplete changes 2017-08-05 10:23:45 -07:00
locales Added team admin commands. 2017-08-27 16:17:45 -07:00
schematics Removed unused imports. 2017-07-07 17:12:14 -07:00
src/main/java/us/tastybento Enabled subcommand addition to BSkyBlock /island command. 2017-10-09 22:52:57 -07:00
.travis.yml Added Travis CI 2017-05-20 14:33:53 -07:00
config.yml Removed unused imports. 2017-07-07 17:12:14 -07:00
LICENSE Updated license to BSD license. 2017-07-07 14:33:00 -07:00
plugin.yml Teams functions are working now. 2017-08-26 12:36:03 -07:00
pom.xml Enabled subcommand addition to BSkyBlock /island command. 2017-10-09 22:52:57 -07:00
README.md We can use the issues on this project because we are both collaborators. 2017-05-20 22:04:52 -07:00

BSkyBlock

Build Status

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!

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.