Solved Creating a new world for Skyblock

Discussion in 'Plugin Development' started by plisov, Mar 27, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    plisov

    I'm starting to create a Skyblock plugin and am having trouble creating a world. How would I start to create a world with a void? Could I use Multiverse in anyway to make it easier?
     
  2. Online

    timtower Administrator Administrator Moderator

    @plisov You need to make your own generator for that. Or use a void generator.
     
  3. Offline

    Caderape2

  4. Offline

    plisov

    Is there any way I could use the Multiverse API to make the void world?
     
  5. Online

    timtower Administrator Administrator Moderator

    Nope.
    You need to provide the generator by making it or by using an existing one.
     
  6. Offline

    plisov

    Would it be easier to create the void world before hand using Multiverse and then instead of creating it calling it / loading it using the plugin?
     
  7. Online

    timtower Administrator Administrator Moderator

    If multiverse can create an empty world then you should use that.
     
  8. Offline

    plisov

    Alright, thanks! I was able to create the world and get the play to teleport to that world. I have created a schematic folder and have placed a schematic into that folder. How would I randomly paste that schematic in the world I created and save the XYZ coordinates of it in the user data folder I created for each player?
     
    Last edited: Mar 28, 2017
Thread Status:
Not open for further replies.

Share This Page