예제 #1
0
파일: Main.php 프로젝트: legoboy0215/AFK
 public function onDeath(PlayerDeathEvent $event)
 {
     if ($this->isEnabled() == true) {
         $event->setCancelled();
     }
 }