{PEX} Permission Help

Discussion in 'Bukkit Help' started by taintedpie, Jul 12, 2012.

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

    taintedpie

    Ight, I setup my permissions ( I hate them sooo much, its annoying. ) I give the Moderator group permission to do /warp but when they try, they get " Do not have permission to preform this command " or something along them lines..

    http://pastebin.com/EyXSCNy5 - My permissions
     
  2. Offline

    Omnitv

    4 spaces only man. everything is wrong.
    Code:
        Member:
            prefix: '&0(&8M&7ember&0)&7 '
            inheritance:
          - Guest
            permissions:
          - essentials.afk
            - essentials.back
            - essentials.back.ondeath
            - essentials.balance
            - essentials.balance.others
            - essentials.balancetop
            - essentials.chat.color
            - essentials.chat.shout
            - essentials.chat.question
            - essentials.compass
            - essentials.depth
            - essentials.home
    Correct

    Code:
      Member:
        prefix: '&0(&8M&7ember&0)&7 '
        inheritance:
        - Guest
        permissions:
        - essentials.afk
        - essentials.back
    
     
  3. Offline

    taintedpie

    Your kidding me? :? How did I not see that

    Edit, I guess that just happened when copy / pasting. Its fine in the actual permissions.yml on my server.
     
Thread Status:
Not open for further replies.

Share This Page