hello everyone! https://forums.pocketmine.net/threads/schedule.2900/ i making TagGameServer this is api1.3 code. i wanna Version 1.5 of this code. Please help me
$this->getServer()->getScheduler()->scheduleDelayedTask(new BlahBlahBlahTask($this), $time); You can change Delayed to Repeating or DelayedRepeating task, BlahBlahBlahTask to the name of your task, & $time to the amount of time in ticks.