de85f85bbe
A listener can be added to a flag. This listener is the same as a panel item listener. When the settings flag is clicked, it'll call the listener. There is a default listener. Right now the default is called UpDownClick.java. This makes the rank go up when you left click and down when you right click. Another implementation may be to just have the rank loop around with left clicks. I added two more ranks - Admin and Mod. These are special ranks that have a value above owner. If a player is given this rank, they can bypass protections. This will avoid the need to use permissions and also enable islands to be set up that for example, only Admins can edit, but Mods cannot. So, it's now possible for an owner to lock out team members from the island as well as visitors. This is a bit weird and so more click classes should be created. For example, one that just toggles between Owner and Visitor. Currently, only an island owner can change settings, but this could be expanded to allow members. Also, it will need to be expanded to allow Admins. |
||
---|---|---|
.circleci | ||
locales | ||
src | ||
.gitignore | ||
.travis.yml | ||
config.yml | ||
LICENSE | ||
plugin.yml | ||
pom.xml | ||
README.md | ||
REFERENCES.md |
BSkyBlock
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.