Problem with permissions backend

Discussion in 'Bukkit Help' started by Xonic1898, Jan 11, 2014.

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

    Xonic1898

    ok so for some reason I keep getting this error in console when starting up the server.
    unable to load permissions backend.
    your configuration must be fixed before pex will enable
    details:error loading permissions file
    Does anyone know what the reason would be ?
    **here is my permissions list.**
    groups:
    Member:
    default: true
    permissions:
    - modifyworld.*
    - essentials.rules
    - essentials.help
    - essentials.pay
    - essentials.balance
    - essentials.tell
    - essentials.sell
    - essentials.back
    - essentials.back.ondeath
    - essentials.who
    - essentials.afk
    - essentials.list
    - essentials.msg
    - essentials.warp.list
    - essentials.warp
    - essentials.helpop
    - essentials.motd
    - essentials.spawn
    - essentials.home
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.home
    - essentials.sethome
    - essentials.sethome
    - iConomy.payment
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.sell
    - lwc.protect
    - mcmmo.ability.*
    - mcmmo.skills.*
    - ChestShop.buy
    - ChestShop.sell
    prefix: '&0[&6Guest&0] &r'
    options:
    build: true
    Trusted:
    permissions:
    - essentials.tp
    prefix: '&0[&2Trusted&0]&r '
    options:
    build: true
    Donator:
    permissions:
    - disguisecraft.*
    - disguisecraft.seer
    prefix: '&0[&4D&1o&4n&1a&4t&1o&4r&0]&r '
    options:
    build: true
    Moderator:
    permissions:
    - disguisecraft.*
    - essentials.tempban
    - essentials.tp
    - essentials.heal
    - essentials.feed
    - essentials.ban.notify
    - essentials.banip
    - essentials.clearinventory
    - essentials.eco.loan
    - essentials.ext
    - essentials.getpos
    - essentials.helpop.recieve
    - essentials.home.others
    - essentials.invsee
    - essentials.jails
    - essentials.jump
    - essentials.kick
    - essentials.kick.notify
    - essentials.mute
    - essentials.realname
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.time
    - essentials.protect.alerts
    - essentials.protect.admin
    - essentials.protect.ownerinfo
    - essentials.togglejail
    - essentials.top
    - essentials.unban
    - essentials.unbanip
    - essentials.whois
    - essentials.world
    inheritance:
    - Member
    prefix: '&0[&2Mod&0] &r'
    options:
    build: true
    Admin:
    permissions:
    - essentials.gamemode
    - essentials.tp
    - essentials.ban
    - essentials.god
    - essentials.invsee
    - worldedit.*
    inheritance:
    - Member
    - Moderator
    prefix: '&0[&4Admin&0] '
    options:
    build: true
    Owner:
    permissions:
    - '*'
    - worldedit.*
    inheritance:
    - admin
    prefix: '&0[&4O&6w&2n&1e&5r&0]&r '
    options:
    build: true
    Co-Owner:
    permissions:
    - '*'
    inheritance:
    - admin
    prefix: '&0[&6Co&0-&4O&6w&2n&1e&5r&0]&r '
    options:
    build: true
    **And here is the config for pex**
    permissions:
    backends:
    file:
    file: permissions.yml
    backend: file

    oops. spacing. what website can i use to correct that ?
     
  2. Offline

    TreeDB

    Xonic1898 Please paste the permissions on pastebin.com
     
  3. Offline

    Xonic1898

  4. Offline

    TreeDB

    Xonic1898 Try this: http://pastebin.com/raw.php?i=egbTGRHg

    It appears you added a couple extra spaces by mistake.

    Edit: I noticed you had build: true, it is not used by pex. I did not remove it from the link about (sorry about that).
     
  5. Offline

    Xonic1898

    Thank you so much. I used the pastebin link you put up there and took off the build: true and it works now. thanks so much TreeDB
     
Thread Status:
Not open for further replies.

Share This Page