use this PHP: $pl = $this->getServer()->getOnlinePlayers();foreach($pl as $p){$p->sendPopup("the msg");
Note that there is also broadcastPopup: https://github.com/pmmp/PocketMine-...fa367fee719dc/src/pocketmine/Server.php#L1831