world.setSpawnPoint

Discussion in 'Plugin Development' started by Loog, Aug 5, 2012.

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

    Loog

    What does world.setSpawnPoint do and how is it used? Does this mean we can set multiple spawn points?
     
  2. Offline

    MatorKaleen

    Errrp... I can't find a method called setSpawnPoint()
    I only found setSpawnLocation(int x, int y, int z)
     
  3. Offline

    Loog

    Are you using Craftbukkit 1.3.1 R0.1?
     
  4. Offline

    Limeth

    Im not using 1.3.1 but you could always set spawn with:
    Code:
    Location loc;
    setSpawnLocation(loc.getX(), loc.getY(), loc.getZ())
     
Thread Status:
Not open for further replies.

Share This Page