YAML PARSER ERROR HOW TO FIX? [NEED SOLUTION ASAP]

Discussion in 'Bukkit Help' started by MacIsANerd, May 3, 2014.

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

    MacIsANerd

    My permissions for group manager is right below this sentence! If you can help me fix it, I'll gladly appreciate it.:)
    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Default:
        default: true
        permissions:
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.pay
        - essentials.afk
        - essentials.afk.auto
        - essentials.compass
        - essentials.help
        - essentials.helpop
        - essentials.mail
        - essentials.mailsend
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.suicide
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.disposal
        - essentials.signs.use.enchant
        - essentials.signs.use.free
        - essentials.signs.use.heal
        - essentials.signs.use.gamemode
        - essentials.signs.use.sell
        - essentials.signs.use.warp
        - essentials.kits.tools
        - auction.bid
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&7[Member] '
          build: true
          suffix: ''
      Villager:
        default: false
        permissions:
        - essentials.sethome.multiple.villager
        - essentials.kits.villager
        - auction.start
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&6[Villager] '
          build: true
          suffix: ''
      Knight:
        default: false
        permissions:
        - essentials.sethome.multiple.knight
        - essentials.kits.knight
        - essentials.ignore
        - essentials.tpahere
        - essentials.ptime
        - essentials.back
        inheritance:
        - villager
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&d[Knight] '
          build: true
          suffix: ''
      King:
        default: false
        permissions:
        - essentials.sethome.multiple.king
        - essentials.kits.king
        - essentials.workbench
        inheritance:
        - knight
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&d[Knight] '
          build: true
          suffix: ''
      God:
        default: false
        permissions:
        - essentials.sethome.multiple.god
        - essentials.kits.god
        - essentials.hat
        - essentials.signs.color
        - essentials.keepxp
        inheritance:
        - King
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&b[God] '
          build: true
          suffix: ''
    Overseer:
        default: false
        permissions:
        - essentials.sethome.multiple.overseer
        - essentials.kits.overseer
        - essentials.enderchest
        inheritance:
        - God
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&4&l[Zues] '
          build: true
          suffix: ''
    Zues:
        default: false
        permissions:
        - essentials.sethome.multiple.zues
        - essentials.kits.zues
        - essentials.feed
        inheritance:
        - Overseer
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&4&l[Zues] '
          build: true
          suffix: ''
    EnderGod:
        default: false
        permissions:
        - essentials.sethome.multiple.endergod
        - essentials.kits.endergod
        inheritance:
        - Zues
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&5&l[EnderGod] '
          build: true
          suffix: ''
    WitherKing:
        default: false
        permissions:
        - essentials.sethome.multiple.witherking
        - essentials.kits.witherking
        - essentials.kits.cannon
        - essentials.kits.poition
        - essentials.signs.color
        inheritance:
        - Zues
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&1&l[WitherKing] '
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.*
        inheritance:
        - admin
        info:
          prefix: '&a[Owner]'
          build: true
          suffix: ''
    
     
  2. Offline

    EMT62899

    MacIsANerd We need more info that that.. what exactly is the issue?
     
  3. Offline

    MacIsANerd

    Code:
    ERROR:
     
    while parsing a block mapping
      in "<unicode string>", line 11, column 1:
        groups:
        ^
    expected <block end>, but found '<block mapping start>'
      in "<unicode string>", line 119, column 2:
        Overseer:
        ^
    that ^^^
    and also post the permissions in yaml parser if other errors come out i really dont know how to fix these errors
     
  4. Offline

    kungfuko

    Your rank names needs to be on line. 2 spaces
     
  5. Offline

    EMT62899

Thread Status:
Not open for further replies.

Share This Page