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) |
RE: SkyBlock v1 - tonibm19 - 09-08-2014 Could you add a command to invite other players to your island? We're usign skyblock in our server and we would like to have this feature. RE: SkyBlock v1 - Seadragon91 - 09-15-2014 (09-08-2014, 06:44 PM)tonibm19 Wrote: Could you add a command to invite other players to your island? I can add this. For this I will need to separate the island in a own file. I will add also uuid support, adding a new command for the island:
regards, Seadragon91 RE: SkyBlock v1 - SamJBarney - 09-16-2014 The 'island obsidian' command seems like a pretty dangerous command. Suddenly may obsidian vault turns to lava! NOOOOOOOO! RE: SkyBlock v1 - Seadragon91 - 10-05-2014 New update and changed version to 2. Please read the README.md, for installation or upgrading.
For more informations look into my github repository. Edit: Added attachment SkyBlock.zip. Edit 2: Forgot to mention something important... Edit 3: Updated attachment, forgot to change version in SkyBlock.lua RE: SkyBlock v2 - Seadragon91 - 10-12-2014 Updated. Fixed bug with lava, block was visible, but didn't work. Edit: Fixed event for damage checking, canceled it in all worlds. RE: SkyBlock v2 - Seadragon91 - 01-25-2015 New update. Fixed a few things
I am adding a calculation of the island, a island value. It would gather all non-air blocks and every block/meta has points, that can be customized over commands and a file. This code relies heavy on scheduler tasking, because of a problem with schedulers and the in-game reload command it can crash the server. Very dangerous. RE: SkyBlock v2 - Smorfy - 05-16-2015 Hi, when i create a new island, there is no chest with the start items. Where can i configure it. I look to some files but i cant't find it? Thanks RE: SkyBlock v2 - Seadragon91 - 05-16-2015 (05-16-2015, 08:41 PM)Smorfy Wrote: Hi, MCServer doesn't have support for reading the content of inventory blocks from a schematic file. The items should be added to your player inventory. RE: SkyBlock v2 - Smorfy - 05-16-2015 (05-16-2015, 09:39 PM)Seadragon91 Wrote:(05-16-2015, 08:41 PM)Smorfy Wrote: Hi, If the items not be added to the player. Is it a config problem? Or what i can do? RE: SkyBlock v2 - Seadragon91 - 05-16-2015 Could you please try the command "/island restart"? I am testing it on my side. Edit: It works fine on my side, not sure what the problem is. |