コード例 #1
0
ファイル: Main.php プロジェクト: legoboy0215/AFK
 public function onDeath(PlayerDeathEvent $event)
 {
     if ($this->isEnabled() == true) {
         $event->setCancelled();
     }
 }