Anyway I can get this to display all players on each server PHP: public function onEnable(){ $this->players = []; $this->maxplayers = []; foreach (["5.9.155.4:19145","5.9.155.4:19190","5.9.155.4:19138","5.9.155.4:19192","5.9.155.4:19145","5.9.155.4:19146"] as $cfg) { $r = explode(":",$cfg,2); if (!isset($r[1])) $r[1] = 19132; list($host,$port) = $r; $this->launchQuery($host,$port); }