Expandable Minecraft server plugin for island-type games like SkyBlock or AcidIsland.
Go to file
tastybento 20d74e19c9 Added a concept of UUID to the class that is to be saved.
If the class to be saved does not define its own uuid, then one will be
generated at random by the database manager. For flat file databases,
the UUID is used for filenames. For other databases, it's an index
record. If the class defines a UUID then the same record will be
replaced again and again. i.e., it's like a config file.
2017-05-23 22:41:05 -07:00
locales Initial commit from @Poslovitch 2017-05-20 14:09:53 -07:00
src/main/java/us/tastybento/bskyblock Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
.travis.yml Added Travis CI 2017-05-20 14:33:53 -07:00
LICENSE Initial commit from @Poslovitch 2017-05-20 14:09:53 -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
config.yml Fixed conflicts. Removed "y" variable in Island as it is useless. 2017-05-21 10:20:07 +02:00
plugin.yml Database additions 2017-05-21 16:53:17 -07:00
pom.xml Changed everything to BSkyBlock 2017-05-20 14:52:52 -07:00

README.md

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.