Plugin Help PermissionsEX, some perms work others don't

Discussion in 'Plugin Help/Development/Requests' started by poptart999, Sep 28, 2014.

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

    poptart999

    here is my permissions file:

    groups:
    Member:
    options:
    prefix: [Member]
    default: true
    build: true
    permissions:
    - essentials.help
    - essentials.rules
    - essentials.motd
    - essentials.afk
    - essentials.depth
    - essentials.help
    - essentials.kit
    - essentials.kit.tools
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.motd
    - essentials.msg
    - essentials.ping
    - essentials.r
    - essentials.rules
    - essentials.seen
    - essentials.signs.use.disposal
    - essentials.suicide
    - essentials.home
    - essentials.sethome
    - heavyspleef.join
    - heavyspleef.vote
    - heavyspleef.leave
    - heavyspleef.start
    - heavyspleef.spectate
    - heavyspleef.join.spleef1
    Honors:
    options:
    prefix: '&6[Honor]'
    default: false
    Mod:
    inheritance:
    - Honors
    build: true
    permissions:
    - grieflog.*
    - grieflog.tool
    - essentials.tp
    - essentials.fly
    - essentials.back
    options:
    prefix: '&9[Mod]'
    default: false
    Admin:
    build: true
    permissions:
    - '*'
    options:
    prefix: '&4[Admin]'
    default: false
    users:
    7342dd44-eaa1-4834-9316-c2f304b2c288:
    group:
    - Admin
    options:
    name: poptart999
    5d2e1bad-bc0a-47af-b774-14f20c23ba65:
    group:
    - Honors
    options:
    name: TheOnlyBucket
    73fc804c-acf8-4af3-98c6-563b8169f481:
    options:
    name: spectralpoet7
    group:
    - Member
    KingAwesome1337:
    group:
    - Honors
    _PunkinMan_:
    group:
    - Mod
    technocowboy25:
    group:
    - Honors
    schema-version: 1

    The grieflog perms works but most of the essentials don't. Any help?
     
  2. Offline

    pookeythekid

    poptart999 You may want to try properly indenting your file. That's how yml files work; they are indented into "keys".
     
  3. Offline

    JaguarJo

    Looks like you forgot to put the ' marks around your prefix for Member group.

    Also, we can't help check basic formatting because pasting directly into the comments section removes all of your file's spacing. Next time, try using the code button in the comment toolbar or pasting your file to pastebin and then giving us a link to the page. That way we can help you check for syntax errors and stuff like that.
     
Thread Status:
Not open for further replies.

Share This Page