The command i send to the server with rcon doesn't have any effect. I haven't any errors from rcon client. I've added a listener on the ServerCommandEventbut it doesn't catch anything. PHP: public function onServerCommandEvent(ServerCommandEvent $event){ $message = $event->getCommand(); $sender = $event->getSender(); Main::log("DEBUG", "Server Command [".$message."] sent by ".$sender->getName()); } does anybody succeeded in using rcon with 1.4 ? PS : on 1.3 all was working like a charm :/ thx.