/**
  * @priority MONITOR
  */
 public function onRconCmd(RemoteServerCommandEvent $ev)
 {
     $this->logEvent(self::RCON, $ev->getMessage());
 }