Teleporting to each player online help

Discussion in 'Plugin Development' started by Exloki, Jan 5, 2013.

Thread Status:
Not open for further replies.
  1. Hello,

    I'm trying to make something that will tp the command sender around online players, with an args[0] time gap between the teleports. I've got everything except how to make the gap between the executions of the command.

    Here's what I have thus far: https://gist.github.com/6c604e452451a165d2d1

    Thanks!
     
  2. Offline

    xXSniperzzXx_SD

    put all the players into a list, then have a repeating schedular tp the command sender to each player on the list
     
  3. How do you mean? I think I already did what you're suggesting in my code...
     
Thread Status:
Not open for further replies.

Share This Page