How do I make a wait?

Discussion in 'Plugin Development' started by SuperPyroManiac, Sep 4, 2012.

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

    SuperPyroManiac

    Hello, I'm a novice with java, and am going to start working on basic plugins to get me a better understanding for larger projects.

    The thing I really need help with is how do I make a wait?

    I know lua very well, and it is very simple, In lua you can do wait(Seconds) and it will wait. I'm not sure how to do this with java. Someone told me that thread.sleep(Milliseconds) will crash the server for that amount of time. So just to be on the safe side, what do you guys do?
     
  2. Offline

    MrFigg

  3. Offline

    SuperPyroManiac

Thread Status:
Not open for further replies.

Share This Page