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

block players with spaces in their name from joining

Discussion in 'Help' started by Levi, Oct 24, 2017.

  1. Levi

    Levi Skeleton

    Messages:
    955
    GitHub:
    captainleviftw
    hey is there a way to block people with spaces in their name from joining the server?
     
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Why would you? You'll just loose a lot of players...
     
  3. dktapps

    dktapps Administrator Staff Member PMMP Team

    Messages:
    774
    GitHub:
    dktapps
    inb4 mods too dumb to use quotes around "playername with spaces"
     
    HimbeersaftLP likes this.
  4. Levi

    Levi Skeleton

    Messages:
    955
    GitHub:
    captainleviftw
    how do i add quotes here?
    $this->getServer()->dispatchCommand(new ConsoleCommandSender(), "setuperm ".$name." ".$perm);
     
  5. SalmonDE

    SalmonDE Zombie Pigman

    Messages:
    739
    GitHub:
    SalmonDE
    PHP:
    $this->getServer()->dispatchCommand(new ConsoleCommandSender(), "setuperm \"$name\" $perm");
     
    HimbeersaftLP likes this.
  6. Levi

    Levi Skeleton

    Messages:
    955
    GitHub:
    captainleviftw
  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.