[Noob Question] Delayed Tasks

Discussion in 'Plugin Development' started by LordManegane, Sep 16, 2013.

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

    LordManegane

    Well i have a question.
    Im very new on using delayed tasks, and i doesnt know in wich timing its.
    I dont know how to explain it well.
    Code:java
    1. Bukkit.getServer().getScheduler().scheduleSyncDelayedTask(this, new Runnable() {
    2. public void run() {
    3. }
    4. }, ThisNumbers);

    If you understand my shitty explanation and know it, so many thanks.
     
  2. LordManegane
    The time is in ticks. 20 ticks = 1 second.
     
    LordManegane likes this.
  3. Offline

    LordManegane

Thread Status:
Not open for further replies.

Share This Page