PEX Permissions with different worlds

Discussion in 'Bukkit Help' started by vito2772, Jul 11, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    vito2772

    with PEX how come ppl cant do /kit op in the world OP. And when i did it the other way ppl could do it in BOTH places. Up above it is the standard format, no world:
    [World name]
    it is just permissions:
    Please Help
     
  2. Offline

    Iroh

    Do they have these permissions
    essentials.kit
    essentials.kits.op
     
  3. Offline

    vito2772

    Yes i do, I have it like -essentials.kits.op in the other worlds and then like Worlds:
    permissions:
     
  4. Offline

    Iroh

    Post your permissions file.
     
  5. Offline

    Blooguy

    Not sure how your permissions are setup atm but if you want to allow/disallow kits in specific worlds you can use per-world perms. like this:

    Code:
    groups:
      player:
        default: true
        permissions:
        - essentials.kits
        worlds:
          world1:
            permissions:
            - essentials.kit.op
    The above perms. setup will allow a player in the group to use '/kit op' in world "world1" but no other world.
     
Thread Status:
Not open for further replies.

Share This Page