skyblock

Discussion in 'Plugin Development' started by tyler672, Jan 16, 2017.

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

    tyler672

    So on skyblock plugins when someone creates a new island ehat does it do like where does it get creted??
    Please answer I need this
     
  2. Offline

    Zombie_Striker

    @tyler672
    Can you repeat what you said? I don't understand what you are asking for. Could you try to use a translator?
     
  3. Offline

    tyler672


    So on skyblock plugins when someone creates a new island what does it do, like where does the island get created??
     
  4. Offline

    Zombie_Striker

    @tyler672
    When it creates a skyblock island, it finds an empty slot to fit each island (If I remember correctly, each island is in it's own 1000x1000 chunk of land). Every time it needs to create a new island, it multiplies the current amount of islands by 1000 and builds a new island in the center of that chunk.
     
  5. Offline

    tyler672

    in the same world or in a different world. and how would i do that?
     
  6. Offline

    Zombie_Striker

    @tyler672
    If you don't want lag on your server/ run the server on an old computer/laptop, use the same world. If you have a dedicated server for this, use separate worlds.
    Just follow what I said in the previous post. It should be very straight forward. If you run into any problems while writing the code, let me know.
     
  7. Offline

    tyler672

    is there like a tutorial?? because i am new to bukkit API
     
  8. Offline

    mythbusterma

Thread Status:
Not open for further replies.

Share This Page