SkyBlock v3 - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: SkyBlock v3 (/thread-1508.html) |
SkyBlock v3 - Seadragon91 - 07-02-2014 SkyBlock lua plugin for the c++ mc server. Description This plugin creates islands for players, where player can build up stuff with that what they have on the island. There is one world named by default skyblock (now changeable), has to be added manually to the settings.ini (See the Installation-section) The players gets an island with an distance of by default 96 blocks in every direction to the next island. The spawn is only a small area of blocks. Config.ini Contains settings and internal plugin variables. Island number: A value that gets increased and used to calculate the position of an new island. Start should be 0 Island distance: Default 96 blocks. Is the distance between the islands and to the spawn. To island distance. Please use now a number that is a factor of 16, is easier to use for regenerating chunks. If you still use 100, no worries. It will then not remove all blocks in your island area, if you restart your island. Github https://github.com/Seadragon91/SkyBlock Installation
Schematics
Challenges Look into the Challenges.ini how to make challenges. If you add challenges, check that you have added the correct item type for the items. To check if a item type is valid, use the in game command:
Commands
Permissions
Added features
ToDo
Known problems
RE: SkyBlock v1 - NiLSPACE - 07-02-2014 You can make the plugin create the "players" folder using cFile:CreateFolder(a_FolderName) function. RE: SkyBlock v1 - Seadragon91 - 07-02-2014 (07-02-2014, 02:26 AM)STR_Warrior Wrote: You can make the plugin create the "players" folder using cFile:CreateFolder(a_FolderName) function. Added and updated files. Ty RE: SkyBlock v1 - ThuGie - 07-02-2014 Just wondering, do each player get his own world ? Or is it one world with separate islands ? And is a spawn supported ?, i assume so but depending if each player gets his own world i am not sure :p RE: SkyBlock v1 - Seadragon91 - 07-02-2014 (07-02-2014, 03:49 AM)ThuGie Wrote: Just wondering, do each player get his own world ? One world named skyblock and every player gets an island, there is a distance between them 100 blocks. And the spawn ... only a 5 * 1 * 5 blocks of stone. Will update my description. Edit: Updated. RE: SkyBlock v1 - ThuGie - 07-02-2014 Just wondering.. 1. Is there a world provided ? 2. Create a folder named SkyBlock in the Plugins folder of the MCServer In the Plugins folder, create a folder named SkyBlock and add all files from the github page Does this not say the same thing ? Both seem to tell me to create a directory called SkyBlock in the Plugins folder. RE: SkyBlock v1 - Seadragon91 - 07-02-2014 (07-02-2014, 04:06 AM)ThuGie Wrote: Just wondering.. 1.You need to add skyblock to the topic [Worlds] in the settings.ini. MCServer will create than a world and my plugin overwrites the generator, that is only air. 2. You are right. Fixed that. RE: SkyBlock v1 - ThuGie - 07-02-2014 Hey thanks for the explanation, have not used mcserver in ages :$. Currently updating my raspi, and will try it out on that . Edit: Taking ages to compile on raspi lol :p. RE: SkyBlock v1 - Seadragon91 - 07-02-2014 (07-02-2014, 04:16 AM)ThuGie Wrote: Hey thanks for the explanation, have not used mcserver in ages :$. Why compile? There are already builds on the main page or look here http://ci.bearbin.net/ RE: SkyBlock v1 - worktycho - 07-02-2014 Seems like this plugin could be done way more efficiently through the world generator. @xoft, how about some way of extending the grid generator? |