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

send Message to players

Discussion in 'Requests' started by fipteam, Feb 20, 2017.

  1. fipteam

    fipteam Spider

    Messages:
    14
    GitHub:
    ThePlastus
    Hello I need a code
    How send message to all players with permission perm.perm
     
  2. corytortoise

    corytortoise Skeleton

    Messages:
    825
    GitHub:
    corytortoise
    PHP:
      foreach($this->getServer()->getOnlinePlayers() as $player) {
        if(
    $player->hasPermission("perm.perm") {
            
    $player->sendMessage("You have the permission 'perm.perm!'");
            }
        }
     
  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.