Discussion in 'Development' started by KittyDev, Sep 29, 2017.
what is the code for this? i only know how to count online players XD
PHP: $level = $this->getServer()->getLevelByName("World");$pcount = count($level->getPlayers());
$level = $this->getServer()->getLevelByName("World");$pcount = count($level->getPlayers());
PHP: $count = count($this->getServer()->getLevelByName('name')->getPlayers());
$count = count($this->getServer()->getLevelByName('name')->getPlayers());
thanks guys