public void onServerStart() { instance.timed = new TimeTaskHandler(); }
public void onServerStop() { instance.timed.kill(); instance.timed = null; }