Page MenuHomedesp's stash

Timer.java
No OneTemporary

Timer.java

package me.despawningbone.HLR;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
public class Timer {
public static int taskid;
public void main(Player player) {
taskid = Bukkit.getServer().getScheduler().scheduleSyncDelayedTask(Bukkit.getPluginManager().getPlugin("HLR"), new Runnable() {
@Override
public void run() {
HLRCommandMain.start.put(player, false);
player.sendMessage(ChatColor.YELLOW + "You can now use /converthopper again.");
}
}, ConfigHandler.time);
}
}

File Metadata

Mime Type
text/x-c
Expires
Sun, Sep 6, 8:56 PM (1 d, 54 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c3/ef/63ed41994bd187ab5202a478355e

Event Timeline