Cuberite Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


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?
We're usign skyblock in our server and we would like to have this feature.

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:
  • island
  • island add <player> - Add player to friend list
  • island remove <player> - Remove player from friend list
  • island list - List players from your friend list, list which island you can teleport, too
  • island obsidian - Reset obsidian to lava
  • island join <player> - Teleport to the friends island
  • island help - List all island command

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!Big Grin


RE: SkyBlock v1 - Seadragon91 - 10-05-2014

New update and changed version to 2. Please read the README.md, for installation or upgrading.
  • Added uuid support, rename player file on join
  • Added island info file for island information
  • Create island file from player, if not existent
  • Moved "skyblock restart" to island command
  • Added island command and arguments (home, home set, obsidian, add, remove, join, list, restart). Type "skyblock help" for a list.
  • Reset challenges on island restart
  • Added command "skyblock recreate " for schematic spawn, permission skyblock.admin.recreate
  • Player can add friends who have no island. If friend want to start an own one, type "island restart" twice. Completed challenges will not be reset.
  • Use an stick, make an right-click to get the island number, island owner and his friends from an island area.

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
  • corrected loading / unloading of island infos
  • Fixed teleport to home location

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 dangerousConfused.


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,

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

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,

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

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.

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.