Skip to content

Instantly share code, notes, and snippets.

@PJZ9n
Last active April 13, 2018 16:44
Show Gist options
  • Save PJZ9n/684e44a40f9067b27871bb47bd113cd8 to your computer and use it in GitHub Desktop.
Save PJZ9n/684e44a40f9067b27871bb47bd113cd8 to your computer and use it in GitHub Desktop.
public function onJoin(PlayerJoinEvent $event){
$this->getServer()->getScheduler()->scheduleDelayedTask(new testTask($this, $event->getPlayer()), 20);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment