Warning server permissions file .yml is not a valid YAML

Discussion in 'Bukkit Help' started by alien0121, Oct 30, 2012.

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

    alien0121

    So this error come up on my server every time I start up, it doesn't seem to be causing any problems for me so far but it is a warning and i want to get it fixed. please help!

    I am also using PEX

    Here is my permissions.yml file:

    groups:
    Guest:
    default: true
    rank: '1000'
    prefix: '&6[Guest]&r'
    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
    - factions.join
    - factions.create
    - factions.disband
    - factions.leave
    - factions.help
    - factions.title
    - factions.relation
    - factions.who
    - factions.admin
    - factions.power
    - factions.claim
    - factions.unclaim
    - factions.description
    - factions.mod
    - factions.list
    - factions.home
    - factions.sethome
    - factions.unclaimall
    - factions.kick
    - factions.invite
    - factions.map
    - factions.show
    - factions.disband
    - factions.chat
    - lwc.protect
    - mcmmo.ability.*
    - mcmmo.skills.*
    - ChestShop.buy
    - ChestShop.sell
    Member:
    default: false
    rank: '950'
    prefix: '&3[Member]'
    inheritance:
    - Guest
    Trusted:
    default: false
    rank: '900'
    prefix: '&0[&3Trusted&0]&r '
    inheritance:
    - Guest
    options:
    build: true
    Donator:
    permissions:
    - disguisecraft.*
    - disguisecraft.seer
    inheritance:
    - Trusted
    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: '&2[Mod]&r '
    options:
    build: true
    Admin:
    permissions:
    - worldedit.*
    - null
    - essentials.gamemode
    - essentials.tp
    - essentials.ban
    - essentials.god
    - essentials.invsee
    inheritance:
    - Member
    - Moderator
    prefix: '&0[&1A&2d&3m&4i&5n&0] '
    options:
    build: true
    Owner:
    permissions:
    - '*'
    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
    users:
    player:
    group:
    - Owner
    options:
    group: Owner
    player:
    group:
    - Co-Owner
    options:
    group: Co-Owner
    xRidiCulz:
    group:
    - Admin
    player:
    options:
    group: Donator
    group:
    - Donator
    player:
    group:
    - Moderator
    player:
    group:
    - Moderator
    player:
    group:
    - Trusted
    player:
    group:
    - Trusted
     
  2. Offline

    AJAW

    Wrong section...
     
  3. Offline

    Lolmewn

    Spacing is off. Just edit the document with the spacing. Also, terribly wrong forum -.-
     
  4. Offline

    alien0121

    what do you mean by spacing alos sorry for wrong section this is my first post :(
     
  5. Offline

    Lolmewn

    YAML formatted documents follow exact rules. If there's only one space too much or too little, it errors.
    With every indent, there should be 2 spaces added.
    Code:java
    1.  
    2. permissions:
    3. someUser:
    4. - perm1.perm
    5.  
     
  6. Offline

    Gravity

    Moved to Bukkit Help.
     
  7. Offline

    LaxWasHere

    yaml-online-parser.appspot.com
     
  8. Offline

    jacklin213

    alien0121 when pasting large sumptions of txt/code plz use [.code] brackets [./code]
    or paste to http://pastebin.com or http://pastie.com and link it here

    other wise the spacing would be wrong and no one would be able to read a huge chunk of bad spacing
    and when u do it in code brackets it saves us from scrolling up and down the page to comment
     
Thread Status:
Not open for further replies.

Share This Page