Skip to content

Gamerchanel/SkyBlock-Multiplayer

 
 

Repository files navigation

Description:

This plugin is a multiplayer version of the singleplayer version of SkyBlock which contains two different game modes:
(1) PvP mode, where each player can have one or more islands
(2) build mode with endless lifes

The plugin creates an empty minecraft world with the name "SkyBlockMultiplayer" additional to your existing worlds.
Initially only an out-look tower is created, which can be accessed via console command "/skyblock join". With the command "/skyblock start" the player gets a new island.
The distance between the islands can be changed within the config file.


New languages for the game messages can be added as .yml files to the language folder. A number of languages (only default english and german at the moment) are provided in the zip subfolder "language_translations".
These files can be copied into the folder SkyBlockMultiplayer/languages and can also be used as basis for new tranlations. To load a new language file use the command "/skyblock set language <language>".


How to install the plugin:
Copy the SkyBlockMultiplayer.jar into your plugin folder
Start the server, the plugin creates a folder named SkyBlockMultiplayer, this folder contains the config file and the language folder with the default english.yml

Commands:
/skyblock – shows the version
/skyblock join - join Skyblock
/skyblock start - get an island
/skyblock newIsland [player] - give yourself or an other player a new island
/skyblock set offline - deactivate Skyblock
/skyblock set online - activate Skyblock
/skyblock set language <language> - change language
/skyblock set gamemode <option> - <build> or <pvp>
/skyblock set closed - close SkyBlock to stop players to join
/skyblock set opened - open SkyBlock to allow players to join
/skyblock setOwner <island number> <player> - change the owner of a island
/skyblock reset - reset Skyblock
/skyblock remove <island number> - removes an area of 15 blocks in each direction of the spawn location
/skyblock reload config - reload config
/skyblock reload language - reload language
/skyblock status - show status
/skyblock home - teleport back to your island
/skyblock home add - add a player to your friend list
/skyblock home remove - remove a player from your friend list
/skyblock home join <player name> - teleport to a friends's island
/skyblock home list - show all friends from your list
/skyblock home set - change your spawn location
/skyblock tower - teleport to the spawn tower
/skyblock tower recreate - recreates the spawn tower

Permissions:
skyblock.set – needed for set commands
skyblock.reset – needed for reset command
skyblock.newisland – needed only if PVP is on
skyblock.reload - needed for reload commands
skyblock.join - needed to join SkyBlock
skyblock.build - to build on the spawn tower, to build on other player islands (only needed if build.withProtectedArea is true)
skyblock.owner.set - needed for command /skyblock setowner <island number> <player>
skyblock.messages - needed to get messages outside from SkyBlock
skyblock.remove - needed for remove command

Changelog:
	- fixed default spawn location for tower if schematic file is given
	- fixed ender pearl, have not working in other world
	- fixed joining location from other world
	- added a big improvement for build mode, if withProtecedArea is true
	- fixed home join not working if friend is offline
	- a few other improvements and fixes
	
Downloads:
https://github.com/Leseratte91/SkyBlock-Multiplayer/downloads

About

Bukkit plugin for a multiplayer version of Skyblock. Contains a PvP version, where each player has one life/island and a build mode with endless lifes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published