Group Code not working

Discussion in 'Bukkit Help' started by bobertbobert1, Jan 10, 2014.

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

    bobertbobert1

    I currently have been trying to fix the code for my groups.yml on my server but everything seems like it is typed correctly, yet none of the users on my server have ranks and none of them can use any of their permissions assigned to them when I put them in a certain group.
    This is the code:
    groups:
    Everyone:
    default: true
    info:
    prefix: '&7[Default]'
    suffix: ''
    build: true
    permissions:
    - essentials.pay
    - essentials.signs.color
    - essentials.tpa
    - essentials.tpaccept
    - essentials.spawn
    Regulars:
    default: false
    info:
    prefix: '&e[Member]'
    suffix: ''
    build: true
    inheritance:
    - 'Everyone'
    permissions:
    - 'essentials.hat'
    Moderators:
    default: false
    info:
    prefix: '&3[Mod]'
    suffix: ''
    build: true
    inheritance:
    - 'Helper'
    permissions: []
    Administrators:
    default: false
    info:
    prefix: '&c[Admin]'
    suffix: ''
    build: true
    inheritance:
    - 'VMod'
    permissions:
    - '*'
    - 'bukkit.command.*'
    Owners:
    default: false
    info:
    prefix: '&4[Owner]'
    suffix: ''
    build: true
    inheritance:
    - 'Administrators'
    permissions: []
    Helper:
    default: false
    info:
    prefix: '&1[Helper]'
    suffix: ''
    build: true
    inheritance:
    - 'Regulars'
    permissions:
    - essentials.top
    - essentials.vanish
    - essentials.tempban
    - essentials.tempban.offline
    - essentials.mute
    - essentials.mute.notify
    - essentials.mute.offline
    - essentials.god
    - essentials.tp
    VMod:
    default: false
    info:
    prefix: '&b[VMod]'
    suffix: ''
    build: true
    inheritance:
    - 'Moderators'
    permissions: []
     
  2. Offline

    jonter22

  3. Offline

    Necrodoom

    As well as your startup log, please.
     
  4. Offline

    bobertbobert1

  5. Offline

    DuoDex

    What permissions plugin are you using?
     
  6. Offline

    ZackBlazes

    What plugin is this?
     
  7. Offline

    bobertbobert1

    I am currently using GroupManager
     
Thread Status:
Not open for further replies.

Share This Page