ERROR: mapping values are not allowed here?

Discussion in 'Bukkit Help' started by jbrocks28, Jan 15, 2012.

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

    jbrocks28

    When I checked my groups.yml file with a parser this is what I got.

    Code:
    ERROR:
    
    mapping values are not allowed here
      in "<unicode string>", line 89, column 20:
                inheritance:
                           ^
    Here is my groups.yml file.
    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
    
    groups:
      norm:
        default: true
        permissions:
        - essentials.compass
        - essentials.depth
        - essentials.getpos
        - essentials.list
        - essentials.mail.send
        - essentials.mail
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.rules
        - essentials.seen
        - essentials.suicide
        - essentials.ban.notify
        - essentials.jails
        - essentials.kick.notify
        - essentials.ping
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.portal
        - essentials.signs.use.mail
        - deadbolt.user.create.*
        - deadbolt.user.*
        - bukkit.command.tell
        - iConomy.access
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - ChestShop.shop.*
        - logblock.me
        - towny.claimed.owntown.block.*
        - towny.town.rename
        - towny.town.new
        - towny.town.delete
        - towny.town.claim.outpost
        - towny.town.spawn.town
        - towny.town.spawn.nation
        - towny.town.spawn.ally
        - towny.town.spawn.public
        - towny.top
        - towny.wild.*
        - ancasino.use
    
        inheritance: []
    
        info:
          prefix: '&7[]&7'
          build: true
          suffix: ''
    
      vip:
        default: false
        permissions:
        - essentials.afk
        - essentials.afk.kickexempt
        - essentials.ignore
        - essentials.near
        - essentials.delhome
        - essentials.signs.use.disposal
        - essentials.signs.use.free
        - essentials.back.ondeath
        - essentials.back
        - essentials.nick
        - essentials.clearinventory
        - essentials.togglejail
        - essentials.home.others
        - essentials.signs.create.disposal
        - essentials.signs.color
        - essentials.jump
        - essentials.sethome.multiple
        - essentials.top
        - essentials.joinfullserver
    
            inheritance:
        - norm
        info:
          prefix: '&6[V.I.P]&8'
          build: true
          suffix: ''
    
      mod:
        default: false
        permissions:
        - essentials.broadcast
        - essentials.invsee
        - essentials.kick
        - essentials.kick.exempt
        - essentials.mute
        - showcase.basic
        - essentials.mute.exempt
        - essentials.socialspy
        - essentials.warp
        - essentials.warp.*
        - ChestShop.mod
        - essentials.warp.list
        - essentials.signs.use.warp
        - essentials.togglejail
        - essentials.togglejail.offline
        inheritance:
        - norm
        - vip
           info:
          prefix: '&4[Moderator]&8'
          build: true
          suffix: ''
    
      admin:
        default: false
        permissions:
        - essentials.mode
        - essentials.mode.others
        - essentials.god
        - essentials.time.set
        - essentials.whois
        - essentials.ban.exempt
        - essentials.ban.notify
        - essentials.butcher
        - essentials.gc
        - essentials.kill
        - essentials.setjail
        - ChestShop.admin
        - towny.cheat.bypass
        - logblock.rollback
        - towny.claimed.*
        - towny.town.*
        - logblock.tools.toolblock
        - showcase.admin
        - citizens.*
        - essentials.spawnmob
        - essentials.spawnmob.*
        - essentials.tempban
        - essentials.tempban.exempt
        - essentials.tempban.offline
        - essentials.jail.exempt
        - essentials.unban
        - essentials.delhome.others
        - essentials.delwarp
        - essentials.setwarp
        - essentials.tp
        - essentials.tpohere
        - essentials.signs.break.disposal
        - essentials.signs.break.free
        - essentials.signs.break.mail
        - essentials.signs.break.time
        - essentials.signs.break.spawnmob
        - essentials.signs.break.warp
        - essentials.signs.break.weather
        - essentials.signs.create.free
        - essentials.signs.create.mail
        - essentials.signs.create.warp
        - ports.*
        - ancasino.admin
        - multiverse.access.*
        - iConomy.admin.stats
        - iConomy.admin.set
        - iConomy.admin.reset
        - iConomy.admin.grant
        - iConomy.admin.bank.remove
        - iConomy.admin.bank.create
        - iConomy.admin.account.remove
        - iConomy.admin.account.create
        - bukkit.command.gamemode
        - announcer.add
        - announcer.broadcast
        - announcer.delete
        - announcer.moderate
        - worldedit.*
        - worldguard.*
        - deadbolt.*
        - essentials.bigtree
    
        inheritance:
        - norm
        - vip
        - mod
    
        info:
          prefix: '&b[Administrator]&8'
          build: true
          suffix: ''
      own:
        default: false
        permissions:
        - '*'
            inheritance:
        - norm
        - vip
        - mod
        - admin
        info:
          prefix: '&5[Owner] &8'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions: []
        inheritance:
        - admin
        - noob
        - specialforces
        - moderator
        - creator
        info:
          prefix: '&1[Owner]&8'
          build: true
          suffix: ''
     
  2. Offline

    Carver

    Where you have inheritance, you ONLY have the rank below. I think this is essentials Group Manager, so I advise you to look for ''How to setup Essentials Group Manager'' or take a look here.

    This is my Owner group in groups.yml
    Code:
    Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&5'
          build: true
          suffix: ''


     
  3. Offline

    jbrocks28

    Thanks for pointing out the problem with the inheritance I've fixed that but it did not solve the problem. Here is the updated copy.

    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
     
    groups:
      norm:
        default: true
        permissions:
        - essentials.compass
        - essentials.depth
        - essentials.getpos
        - essentials.list
        - essentials.mail.send
        - essentials.mail
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.rules
        - essentials.seen
        - essentials.suicide
        - essentials.ban.notify
        - essentials.jails
        - essentials.kick.notify
        - essentials.ping
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.portal
        - essentials.signs.use.mail
        - deadbolt.user.create.*
        - deadbolt.user.*                   
        - bukkit.command.tell
        - iConomy.access
        - iConomy.list
        - iConomy.payment
        - iConomy.rank
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - ChestShop.shop.create
        - ChestShop.shop.*
        - logblock.me
        - towny.claimed.owntown.block.*
        - towny.town.rename
        - towny.town.new
        - towny.town.delete
        - towny.town.claim.outpost
        - towny.town.spawn.town
        - towny.town.spawn.nation
        - towny.town.spawn.ally
        - towny.town.spawn.public
        - towny.top
        - towny.wild.*
        - ancasino.use
     
        inheritance: []
     
        info:
          prefix: '&7[]&7'
          build: true
          suffix: ''
     
      vip:
        default: false
        permissions:
        - essentials.afk
        - essentials.afk.kickexempt
        - essentials.ignore
        - essentials.near
        - essentials.delhome
        - essentials.signs.use.disposal
        - essentials.signs.use.free
        - essentials.back.ondeath
        - essentials.back
        - essentials.nick
        - essentials.clearinventory
        - essentials.togglejail
        - essentials.home.others
        - essentials.signs.create.disposal
        - essentials.signs.color
        - essentials.jump
        - essentials.sethome.multiple
        - essentials.top
        - essentials.joinfullserver
        inheritance:
        - norm
          info:
          prefix: '&6[V.I.P]&8'
          build: true
          suffix: ''
      mod:
        default: false
        permissions:
        - essentials.broadcast
        - essentials.invsee
        - essentials.kick
        - essentials.kick.exempt
        - essentials.mute
        - showcase.basic
        - essentials.mute.exempt
        - essentials.socialspy
        - essentials.warp
        - essentials.warp.*
        - ChestShop.mod
        - essentials.warp.list
        - essentials.signs.use.warp
        - essentials.togglejail
        - essentials.togglejail.offline
        inheritance:
        - vip
     
          info:
          prefix: '&4[Moderator]&8'
          build: true
          suffix: ''
     
      admin:
        default: false
        permissions:
        - essentials.mode
        - essentials.mode.others
        - essentials.god
        - essentials.time.set
        - essentials.whois
        - essentials.ban.exempt
        - essentials.ban.notify
        - essentials.butcher
        - essentials.gc
        - essentials.kill
        - essentials.setjail
        - ChestShop.admin
        - towny.cheat.bypass
        - logblock.rollback
        - towny.claimed.*
        - towny.town.*
        - logblock.tools.toolblock
        - showcase.admin
        - citizens.*
        - essentials.spawnmob
        - essentials.spawnmob.*
        - essentials.tempban
        - essentials.tempban.exempt
        - essentials.tempban.offline
        - essentials.jail.exempt
        - essentials.unban
        - essentials.delhome.others
        - essentials.delwarp
        - essentials.setwarp
        - essentials.tp
        - essentials.tpohere
        - essentials.signs.break.disposal
        - essentials.signs.break.free
        - essentials.signs.break.mail
        - essentials.signs.break.time
        - essentials.signs.break.spawnmob
        - essentials.signs.break.warp
        - essentials.signs.break.weather
        - essentials.signs.create.free
        - essentials.signs.create.mail
        - essentials.signs.create.warp
        - ports.*
        - ancasino.admin
        - multiverse.access.*
        - iConomy.admin.stats
        - iConomy.admin.set
        - iConomy.admin.reset
        - iConomy.admin.grant
        - iConomy.admin.bank.remove
        - iConomy.admin.bank.create
        - iConomy.admin.account.remove
        - iConomy.admin.account.create
        - bukkit.command.gamemode
        - announcer.add 
        - announcer.broadcast
        - announcer.delete 
        - announcer.moderate
        - worldedit.*
        - worldguard.*
        - deadbolt.*
        - essentials.bigtree 
     
        inheritance:
     
        - mod
     
        info:
          prefix: '&b[Administrator]&8'
          build: true
          suffix: ''
      own:
        default: false
        permissions:
        - '*'
            inheritance:
        - admin
     
        info:
          prefix: '&5[Owner] &8'
          build: true
          suffix: ''


    [UPDATE] Sorry it actually is working now :)

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

    JJE990

    Hi,

    I'm having a similar if not the same problem as you. My groups.yml file is Here and my ERROR.LOG is Here. I have no idea what is wrong or what I have to do to fix it, but any help would be much appreciated.

    Many Thanks in Advance,

    JJE990
     
Thread Status:
Not open for further replies.

Share This Page