Solved I need help with PermissionsEx

Discussion in 'Bukkit Help' started by ThePurpleGolem, Nov 4, 2014.

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

    ThePurpleGolem

    I keep getting an error like this:
    Code:
    [PermissionsEx]
    ========== UNABLE TO LOAD PERMISSIONS BACKEND =========
    Your configuration must be fixed before PEX will enable
    Details: Error loading permissions file!
    =======================================================
    However, I can not find what I have done wrong! Please help!
    Code:
    Code:
    groups:
      Peasant:
        options:
          build: true
          prefix: '&3&l|&1 Peasant&3&l |&a '
          default: true
      Metothegreat:
          permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
        options:
          build: true
          prefix: '&3&l|&8 Knight&3&l |&6 '
          default: false
      AlalJax:
          permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
        options:
          build: true
          prefix: '&3&l|&e King &5 Dragon &0 Slayer&3&l |&2 '
      Minegamer292:
          permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
        options:
          build: true
          prefix: '&3&l|&8 Knight&3&l |&6 '
      2puffer1:
          permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
        options:
          build: true
          prefix: '&3&l|&8 Knight &5 Dragon &0 Slayer&3&l |&6 '
      Jellybeanrhino:
          permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
        options:
          build: true
          prefix: '&3&l|&8 Knight&3&l |&6 '
      SwiftSwine:
          permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
        options:
          build: true
          prefix: '&3&l|&1 Peasant&3&l |&a '
      ddf02:
          permissions:
        - '*'
        options:
          build: true
          prefix: '&3&l|&4 Overlord &5 Dragon &0 Slayer&3&l |&c '
    
    Please help me! This is killing me!

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

    JaguarJo

    ThePurpleGolem Your permissions lines are indented too far. I'll show you what I mean.
    You have:
    Code:
      Metothegreat:
          permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
    It should be:
    Code:
      Metothegreat:
        permissions:
        - essentials.home
        - essentials.sethome
        - essentials.msg
        - essentials.spawn
        - essentials.back
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.suicide
    The word permissions should line up with the front of the - lines. Fix this on all of your groups and you should be good to go.
     
  3. Offline

    ThePurpleGolem

    Thank you! However, this has still not fixed the problem. Is there any more problems?
     
  4. Offline

    OTF Catastrophe


    Very confused why you created groups of your friends names when you could have put them in peasant group and given that group the same perms but never the less, I went ahead and changed around the pex file so its fixed now. Simply delete the permissions.yml file you have and download this and put it in the same place you delete the other one from.

    https://www.dropbox.com/s/08vw1edds4tp2q7/permissions.yml?dl=0
     
  5. Offline

    ThePurpleGolem

    Ahhhh I did that because they have to buy different permissions. This way it is easier to keep track of it seperately. I still though do not know what you changed, I will see if it works later.
     
  6. Offline

    OTF Catastrophe


    I simply fixed the ranks parsing errors and made it compatible to run, it should work whenever you try it.
     
  7. Offline

    ThePurpleGolem

    Thank you it works now :D
     
  8. Offline

    OTF Catastrophe

    No problem! Always happy to help a Bukkit member in need :D
     
Thread Status:
Not open for further replies.

Share This Page