PLEASE GROUP MANAGER I NEED HELP

Discussion in 'Bukkit Help' started by annoyingtaco4899, Mar 22, 2012.

Thread Status:
Not open for further replies.
  1. # 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:
    Default:
    default: true
    permissions:
    - essemtials.msg
    - essentials.afk
    - essentials.help
    - essentials.me
    - essentials.motd
    - essentials.playerlist
    - essentials.rules
    - essentials.spawn
    - iConomy.list
    - iConomy.payment
    - iConomy.rank
    - localshops.buysell
    - lwc.protect
    inheritance: []
    info:
    prefix: '&7[Default]&f'
    build: true
    suffix: ''
    Owner:
    default: false
    permissions:
    - worldedit.*
    - worldguard.*
    - enchanter.enchant
    - '*'
    inheritance:
    - C:confused:wner
    info:
    prefix: '&1[&2O&3w&4n&5e&6r&8]&7'
    build: true
    suffix: '&9'
    Donator:
    default: false
    permissions:
    - essentials.togglejail
    - essentials.tp
    - godPowers.heal
    inheritance:
    - default
    info:
    prefix: '&b[Donator]'
    build: true
    suffix: '&build'
    SemiAdmin:
    default: false
    permissions:
    - +groupmanager.mandemote
    - +groupmanager.manpromote
    - -groupmanager.*
    - worldedit.wand
    - worldguard.*
    inheritance:
    - moderator
    info:
    prefix: '&c[Semi&3Admin]&7'
    build: true
    suffix: SemiAdmin
    Head_Admin:
    default: false
    permissions:
    - worldedit.*
    - worldguard.*
    - enchanter.enchant
    - '*'
    inheritance:
    - Admin
    info:
    prefix: '&3[&4Head_Admin&3]&7'
    build: true
    suffix: ''
    Trusted:
    default: false
    permissions:
    - essentials.spawnmob
    - essentials.gamemode
    inheritance:
    - builder
    info:
    roles-requirement:
    - BlueFaction
    - RedFaction
    prefix: '&a[Trusted]&7'
    roles-category: job
    build: false
    suffix: ''
    Admin:
    default: false
    permissions:
    - worldedit.*
    - worldguard.*
    - enchanter.enchant
    inheritance:
    - semiadmin
    info:
    prefix: '&4[Admin]&7'
    build: true
    suffix: '&4'
    VIP:
    default: false
    permissions:
    - essentials.kick
    - essentials.god
    - essentials.time
    - essentials.time.set
    - essentials.tp
    - essentials.tp.others
    inheritance:
    - Trusted
    info:
    roles-requirement:
    - BlueFaction
    - RedFaction
    prefix: '&3[VIP]&7'
    roles-category: job
    build: true
    suffix: ''
    Peasant:
    default: false
    permissions:
    - roles.joinrole
    - roles.leaverole
    - roles.myroles
    inheritance:
    - Builder
    info:
    prefix: '&3[Peasant]&7'
    build: true
    suffix: Peasant
    ProVIP:
    default: false
    permissions:
    - essentials.togglejail
    - essentials.jail.exempt
    - essentials.togglejail.offline
    - essentials.tempban
    - essentials.tempban.exempt
    - essentials.tempban.offline
    inheritance:
    - VIP
    info:
    roles-requirement: Miner
    prefix: '&d[&4Pro&3V&9I&1P&d]&7'
    roles-category: subjob
    build: true
    suffix: ''
    Builder:
    default: false
    permissions:
    - essentials.back
    - essentails.home
    - essentials.sethome
    inheritance:
    - default
    info:
    prefix: '&8[Builder]&7'
    build: true
    suffix: ''
    SuperHero:
    default: false
    permissions:
    - minecartmania.*
    - essentials.god
    - godPowers.*
    inheritance:
    - ProVIP
    info:
    roles-requirement: Railer
    prefix: '&3[Super&aHero]&7'
    roles-category: skill
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - essentials.ban
    - essentials.give
    - essentials.tp
    - essentials.tphere
    - essentials.unban
    - godPowers.*
    inheritance:
    - SuperHero
    info:
    prefix: '&9[Moderator]&7'
    build: true
    suffix: Mod
    C:confused:wner:
    default: false
    permissions:
    - worldedit.*
    - worldguard.*
    - enchanter.enchant
    - '*'
    inheritance:
    - Head_Admin
    info:
    prefix: '&2[&5Co Owner&2]&5'
    build: true
    suffix: ''
     
  2. Offline

    Ltstingray

    What exactly are you having a problem with? I'm not sure if it's this forum messing with formatting or if you badly formatted this. Wanna throw this in code tags and copy paste again? You can also check for syntax errors at http://yamllint.com/
     
  3. Offline

    Omnitv

    This http://yamllint.com/ would save me a SHIZ ton amount of time! I wov you! <3

    But this does not help in the learning process though.


    SO THIS IS WHY! people are having spacing issues!
    This is for Ruby! is says it here Optimized for Ruby hot for permisisons.yml for pex/bpermissions/essentials!
    This is not a way to fix your permissions.yml!
     
  4. Offline

    Necrodoom

    what is the error? you gave no error. paste your groups.yml using www.pastebin.com, aswell.
     
  5. Offline

    Ltstingray

    Ok, and that's why it's perfectly helped me find my problems? You want help in the learning process don't look for automated answers. You use it to find a missed - or : or even an odd spacing. Obviously if you rely on a software you're not going to learn anything. It doesn't matter what's it's used for, if it doesn't parse there it's not going to parse in GroupManager.

    I'll also add I just took a perfect groups.yml and it parsed fine. Removing a space, 2 spaces, adding a space, 2 spaces comes back invalid. removing a - comes back invalid, removing a : comes back invalid. So maybe before you get all in a puff because it says optimized for ruby you might try it out. A yml parsing engine is a parsing engine no matter what it's used for.
     
  6. Offline

    jacklin213

    so is ur problem solved or not?
     
Thread Status:
Not open for further replies.

Share This Page