Spawn point

Discussion in 'Plugin Development' started by ChrystianSandu, Jul 16, 2014.

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

    ChrystianSandu

    How I can set a spawn point (universal)?
    I don't need a plugin, I need code.
     
  2. Offline

    Onlineids

    ChrystianSandu
    Code:java
    1. for(World w : Bukkit.getWorlds()){
    2. w.setSpawnLocation(x, y, z);
    3. }
     
  3. Offline

    LordVakar

    You expect us to give you code when you could of found it easily in the javadocs perhaps or google?
     
  4. Offline

    ChrystianSandu

Thread Status:
Not open for further replies.

Share This Page