Group Manager Error

Discussion in 'Bukkit Help' started by Tman64trb, Aug 16, 2013.

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

    Tman64trb

    So I set up my perms and ranks, and i try to run the server. Then when i log in, i see that a default rank doesnt work, nor does /manuadd. Says a internal error has occured. So i check the logs and i see this Caused by: while parsing a block mapping in "<reader>", line 11, column 1: groups: ^expected <block end>, but foundBlockMappingStart in "<reader>", line 41, column 3:Member: ^
    I cant figure out how to fix it. Help please! :c
    # 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:
    Noob:
    default: true
    permissions:
    - -bukkit.command.kill
    - essentials.back
    - essentials.afk
    - essentails.tpa
    - essentials.tpayes
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.tpno
    - essentials.motd
    - essentials.help
    - essentials.helpop
    - essentials.msg
    - essentials.sethome
    - essentials.home
    - essentials.delhome
    - essentials.mail
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e[&7Noob&e]&7 '
    build: true
    suffix: ''
    Member:
    default: false
    permissions:[]
    inheritance:
    - Noob
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&1[2Member&1]&2 '
    build: true
    suffix: ''
    Mod:
    default: false
    permissions:
    - essentials.kick
    - essentials.tp
    - essentials.sethome.multiple.vip
    inheritance:
    - Member
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&a[&6Moderator&a]&6 '
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - essentials.ban
    - essentials.sethome.multiple.staff
    inheritance:
    - Mod
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&0[&cAdmin&0]&c '
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&0[&b&kz&4Owner&b&kz&0]&4 '
    build: true
    suffix: ''
     
  2. Offline

    c0mp

    Tman64trb Pasting the permissions file directly into the post causes the formatting to be lost. Always best to use a service like pastebin.com when showing YAML files. But the issue sounds like it's somewhere in or around line 41, column 3:Member: ^
     
  3. Offline

    ZeroForce

    Yes, when you copy and paste it, the formatting is lost. That means that it is probably a spacing error on the line:
    Member:
    Check the spacing there and make sure it is correct.
     
  4. Offline

    Tman64trb

  5. Offline

    c0mp

    Running it through an Online YAML Parser confirms that there are formatting issues with the file:
    ERROR: while scanning a simple key in "<unicode string>", line 43, column 5: permissions:[] ^ could not found expected ':' in "<unicode string>", line 44, column 5: inheritance: ^
     
Thread Status:
Not open for further replies.

Share This Page