1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Solved COUNT PLAYER IN A SPECIFIC WORLD

Discussion in 'Development' started by KittyDev, Sep 29, 2017.

  1. KittyDev

    KittyDev Slime

    Messages:
    96
    GitHub:
    FreakingDev
    what is the code for this? i only know how to count online players XD
     
  2. DaPigGuy

    DaPigGuy Slime

    Messages:
    86
    GitHub:
    DaPigGuy
    PHP:
    $level $this->getServer()->getLevelByName("World");
    $pcount count($level->getPlayers());
     
  3. SkyZone

    SkyZone Slime

    Messages:
    95
    PHP:
    $count count($this->getServer()->getLevelByName('name')->getPlayers());
     
  4. KittyDev

    KittyDev Slime

    Messages:
    96
    GitHub:
    FreakingDev
    thanks guys
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.