What should I use instead of plugin/scheduler/Callback task Since its removed, I wasnt updated.... For 3.0.0-ALPHA8? PHP: public function onEnable() { $this->getServer()->getPluginManager()->registerEvents($this, $this); $this->getServer()->getScheduler()->scheduleRepeatingTask(new CallbackTask(array($this, "HUD")), 10);