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

Solved Permissions World pureperm help

Discussion in 'Plugin Help' started by Matrox, Jan 7, 2019.

  1. Matrox

    Matrox Slime

    Messages:
    92
    GitHub:
    MatroxMC
    Hi I would like to know how to put permissions in a world my not another with pureperm
     
  2. Kkora

    Kkora Baby Zombie

    Messages:
    189
    GitHub:
    shisui203
    In config.yml, there is an option "called per-worlds-perms" turn it to true and find in groups.yml, there is an options called "worlds: [] "
    Use it.
     
  3. Matrox

    Matrox Slime

    Messages:
    92
    GitHub:
    MatroxMC
    worlds: [name] or worlds: - name ???
     
  4. Kkora

    Kkora Baby Zombie

    Messages:
    189
    GitHub:
    shisui203
    like this
    Code:
    worlds:
      world1:
        Guest:
          permssions:
             - pocketmine.command.teleport
     
  5. Matrox

    Matrox Slime

    Messages:
    92
    GitHub:
    MatroxMC
    Thanks :):)
     
    Kkora likes this.
  6. Matrox

    Matrox Slime

    Messages:
    92
    GitHub:
    MatroxMC
    worlds:
    Spawn:
    J:
    permissions:
    - pocketmine.command.teleport


    ???
     
  7. Matrox

    Matrox Slime

    Messages:
    92
    GitHub:
    MatroxMC
    ???
     
  8. Kkora

    Kkora Baby Zombie

    Messages:
    189
    GitHub:
    shisui203
    Code:
    ---
    Guest:
       alias: "g"
      isDefault: True
      inheritance: ""
      permissions:
       - pocketmine.command.help
        worlds:
        world:
          isDefault: true
          permissions: []
             - pocketmine.command.give     
    
     
  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.