Yet another Permissionsx help thread

Discussion in 'Bukkit Help' started by MilkNCookies, May 20, 2014.

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

    MilkNCookies

    So I know there are a tonne of these and those guys who know what they are doing with pex must get so annoyed with everyone asking, I'm awful at this kind of thing and it's starting to really stress me out, so today I set up my pex file, and i think its pretty much stable. However now I have uploaded it and reloded my server, when I'm typing /pex nothing it happening, its like I typed nothing at all, and when I type /plugins it shows up in red. Any help would be much appreciated, here is my permissions.yml for reference:

    groups:
    Jailbird:
    default: false
    prefix: '[Jailbird]'
    suffix: '&d[Jailbird]&f'
    build: false
    permissions:
    - essentials.ping
    Citizen:
    default: true
    prefix: '[Citizen]'
    suffix: '&7[Citizen]&f'
    build: true
    permissions:
    - modifyworld.*
    - essentials.rules
    - essentials.ping
    - essentials.balance.others
    - essentials.balancetop
    - essentials.kit.spawn
    - essentials.kit.survival
    - essentials.help
    - essentials.pay
    - essentials.balance
    - essentials.tell
    - essentials.sell
    - essentials.who
    - essentials.afk
    - essentials.list
    - essentials.msg
    - essentials.warp.list
    - essentials.warp.Commands
    - essentials.warp.Market
    - essentials.helpop
    - essentials.motd
    - essentials.spawn
    - essentials.home
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.home
    -essentials.sethome
    Donator:
    default: false
    prefix: '[Donator]'
    suffix: '&9[Donator]&f'
    build: true
    build: true
    permissions:
    - essentials.back
    - essentials.warp.Donator
    - essentials.hat
    -essentials.kit.Donator
    inheritance:
    - Citizen
    FallenAngel:
    default: false
    prefix: '[FallenAngel]'
    suffix: '&4[FallenAngel]&f'
    build: true
    permissions:
    - essentials.jump
    - essentials.feed
    - essentials tp
    inheritance:
    - Donator
    Moderator:
    default: false
    prefix: '[Moderator]'
    suffix: '&5[Moderator]&4'
    build: true
    permissions:
    - essentials.ban
    - essentials.banip
    - essentials.kick
    - essentials.mute
    - essentials.tp
    - essentials.tphere
    - essentials.vanish
    - cpantixray.use
    - coreprotect.inspect
    - coreprotect.lookup
    - coreprotect.rollback
    coreprotect.help
    inheritance:
    - Trusted
    Co-Owner:
    default: false
    prefix: '[Co-Owner]'
    suffix: '&6[Co-Owner]&f'
    build: true
    permissions:
    - '*'
    inheritance:
    - Moderator
    Owner:
    default: false
    prefix: '[Owner]'
    suffix: '&3[Owner]&f'
    build: true
    permissions:
    - '*'
    inheritance:
    - Co-Owner

    Thanks guys!

    Here's my PasteBin to keep the formatting http://pastebin.com/W4R8GQ8m

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  2. Offline

    Foxmiracle

    Can you show me a screen shot of the /plugins list, When there's a plugin showed in red it means there's a different plugin overriding the PermissionsEX
     
  3. Offline

    MilkNCookies

    I am getting this in my log:
    [22:47:03] [Server thread/ERROR]: [PermissionsEx]
    ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    Your configuration must be fixed before PEX will enable
    Details: Error loading permissions file!
    =======================================================

    TomYaMee Sorry for dragging you into this I saw you replied to someone else's issues which looked very similar?

    View attachment 19791
    Here you go

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  4. Offline

    e-mitchell7

    When i copy pasted your pex file into a checker it had many tabs. When setting you pex permissions up be sure to ue spaces and no tabs, you also forgot to put some -'s befor your permissions node. Heres a fixed version of you permissions
    http://pastebin.com/de3bWFuH
     
  5. Offline

    JaguarJo

    MilkNCookies Fixed correctly: http://pastebin.com/0Q7eFd3U

    e-mitchell7 You got the tabs fixed, but the ' marks that you put around the modifyworld node do not belong there. You didn't get the permission nodes aligned properly and the build: true/false sections needed to be put under an options: line.
     
    e-mitchell7 likes this.
  6. Offline

    TomYaMee

    So, I guess you don't need my help anymore right?:)
     
  7. Offline

    MilkNCookies

    e-mitchell7 Yay, thanks they are working pretty well

    However if one of you guys could add me on skype and help me with other things on setting up my server such as the fact citizens can break the spawn area which is protected with world guard? My skype is: tehcitrus

    Thanks guys
     
  8. Offline

    e-mitchell7

    I didnt put those ' also I really only just checked for indentation problems because thats what most people have mess ups on
     
  9. Offline

    JaguarJo

    Not meaning to contradict you, but the ' marks around that node weren't in his file and they were in yours, so you had to have put them there. And your comment seemed to indicate that you thought they needed to be there:
    Maybe you just forgot that you did that part, idk. You did spot that there were indentation problems right from the start though, so that was helpful for him regardless.
     
  10. Offline

    e-mitchell7

    oh maybe i had oh well haha JaguarJo
     
Thread Status:
Not open for further replies.

Share This Page