Secondary Spawn command

Discussion in 'Plugin Development' started by coolmonkeyguy, May 27, 2013.

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

    coolmonkeyguy

    How would i go about making a secondary spawn command with a custom name. cus when i combine the custom name spawn command with the current spawn command they do the same thing. I would need it to tp the user to a position i set it using /sethub
     
  2. Offline

    chasechocolate

    If you want to set the world spawn, then just use world.setSpawnLocation(player.getLocation()). You would just put that in your onCommand() boolean.
     
Thread Status:
Not open for further replies.

Share This Page