Hi, I tried to kick a Player while joining (PlayerPreLoginEvent) It works, but the console said Code: Error: "Call to a member function getIp() on null" (EXCEPTION) in "src/pocketmine/Player" at line 855 My code: PHP: $event->getPlayer()->kick(TextFormat::RED . "Du wurdest " . TextFormat::GREEN . "TEMPORÄR" . TextFormat::RED . " gebannt.\n" . TextFormat::DARK_AQUA . "Grund: " . TextFormat::RED . $config2->get("Grund") . "\n" . TextFormat::RED . "Bis: " . TextFormat::YELLOW . $config2->get("Dauer") . " Uhr", false); Anyone know, how to fix this?