[URGENT] GroupManager Problem

Discussion in 'Bukkit Help' started by Yoshii, Aug 4, 2012.

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

    Yoshii

    Well I Have A Problem,
    I Made group.yml Different:

    # 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:
    Builder:
    default: true
    permissions:
    - essentials.afk
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    inheritance:
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '<&2Builder>&f '
    build: true
    suffix: ''
    Vip
    default: false
    permissions:
    - essentials.feed
    - essentials.gamemode
    - essentials.hat
    - essentials.nick
    - essentials.sethome.multiple
    - essentials.warp.*
    - essentials.afk
    - essentials.back
    - essentials.home
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    inheritance: []
    info:
    prefix: '<&2Vip>&f '
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5<Mod>&f '
    build: true
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c<Admin>&f '
    build: true
    suffix: ''
    CoOwner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&4<Co-Owner>&f '
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - '*'
    - -vanish.*
    inheritance:
    - admin
    info:
    prefix: '&4<Owner>&f '
    build: true
    suffix: ''


    But It Crashes Everytime, Can Someone Help Me?
     
  2. Offline

    jacklin213

  3. Offline

    Yoshii

  4. Offline

    jacklin213

  5. Offline

    Yoshii

    Thanks, I Feel So Stupid *Facepalm*
    Thanks For Your Help
     
  6. Offline

    jacklin213

    np mark as solved
     
Thread Status:
Not open for further replies.

Share This Page