Groupmanager Struggles :(

Discussion in 'Bukkit Help' started by EatDefeat, May 10, 2015.

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

    EatDefeat

    I'm having an issue regarding a mistype near line 12, column 3, (according to the error log) but can't find the issue. I have spent a good hour on trying to find it, but to no avail.

    Here is the groups.yml file

    # 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:
    Owner: <------ Should be near here
    default: false
    permissions:
    - -vanish.*
    - '*'
    - essentials.chat.color
    inheritance:
    - admin
    info:
    prefix: '&5&lOwner '
    build: true
    suffix: ''
    Scavenger:
    default: false
    permissions:
    - -essentials.nick
    inheritance:
    - newbie
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2Scavenger '
    build: true
    suffix: ''
    Hunter:
    default: false
    permissions: []
    inheritance:
    - scavenger
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&3Hunter '
    build: true
    suffix: ''
    Wizard:
    default: false
    permissions: []
    inheritance:
    - warrior
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&bWizard '
    build: true
    suffix: ''
    JrMod:
    default: false
    permissions:
    - coreprotect.inspect
    - essentials.jail
    - essentials.kick
    - essentials.mute
    - essentials.nick
    inheritance:
    - king
    info:
    prefix: '&1Jr.Mod '
    build: true
    suffix: ''
    Knight:
    default: false
    permissions: []
    inheritance:
    - wizard
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&6Knight '
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - coreprotect.help
    - coreprotect.inspect
    - coreprotect.lookup
    - coreprotect.restore
    - coreprotect.rollback
    - essentials.fly
    - essentials.help
    - essentials.home
    - essentials.invsee
    - essentials.lightning
    - essentials.nick
    - essentials.nick.color
    - essentials.spawn
    - essentials.tempban
    - essentials.tp
    - essentials.tp.others
    - essentials.tpall
    - essentials.unban
    - essentials.vanish
    - essentials.vanish.effect
    - essentials.weather
    inheritance:
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&0Mod '
    build: true
    suffix: ''
    Newbie:
    default: true
    permissions:
    - -bukkit.command.kill
    - essentials.help
    - essentials.home
    - essentials.rules
    - essentials.sethome
    - essentials.spawn
    - essentials.warp
    - essentials.warp.list
    - essentials.warps
    - multiverse.portal.access.end2spawn
    - multiverse.portal.access.spawn2end
    - serversigns.use
    - serversigns.use.*
    inheritance:
    - g:groupmanager_default
    - g:essentials_default
    - g:bukkit_default
    - g:towny_default
    info:
    prefix: '&eNewbie '
    build: false
    suffix: ''
    King:
    default: false
    permissions: []
    inheritance:
    - knight
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&aKing '
    build: true
    suffix: ''
    Warrior:
    default: false
    permissions: []
    inheritance:
    - hunter
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&1Warrior '
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - -vanish.*
    - '*'
    - coreprotect.*
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&4Admin '
    build: true
    suffix: ''
     
  2. Offline

    zxhosting

    <link redacted, dont ask for money>
     
    Last edited by a moderator: May 11, 2015
    oceantheskatr likes this.
  3. Offline

    nbrandwine

Thread Status:
Not open for further replies.

Share This Page