GroupManager Help!

Discussion in 'Bukkit Help' started by cybertron742, Mar 31, 2013.

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

    cybertron742

    On my server I am currently using essentials group manager as the permission system, and there is a problem none of the defined permissions i have set for the user work here is the groups.yml file:
    groups:
    Guest:
    default: true
    permission:
    - essentials.spawn
    - essentials.rules
    - essentials.motd
    - essentials.list
    - essentials.helpop
    - essentials.help
    - essentials.afk
    - essentials.back
    - essentials.back.ondeath
    - essentials.balance
    - essentials.balance.others
    - essentials.balancetop
    - essentials.chat.color
    - essentials.chat.shout
    - essentials.chat.question
    - essentials.compass
    - essentials.depth
    - essentials.home
    - essentials.ignore
    - essentials.mail
    - essentials.mail.send
    - essentials.msg
    - essentials.pay
    - essentials.ping
    - essentials.protect
    - essentials.sethome
    - essentials.signs.use.*
    - essentials.time
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpahere
    - essentials.tpdeny
    - essentials.warp.shop
    - essentials.warp.survival
    - essentials.warp.pvp
    - essentials.warp.creative
    - plotme.use
    - plotme.limit.1
    - quickshop.use
    - quickshop.find
    info:
    prefix: '&6[&5Guest&6]'
    build: true
    suffix: ''
    Member:
    default: false
    permission:
    - quickshop.create.sell
    - quickshop.create.buy
    - quickshop.create.double
    - quickshop.changeprice
    Inheritance:
    - guest
    info:
    prefix: '&6[&5Member&6]'
    build: true
    suffix: ''
    Mayor:
    default: false
    permission: []
    Inheritance:
    - member
    info:
    prefix: '&6[&5Mayor&6]'
    build: true
    suffix: ''
    Tycoon:
    default: false
    permission: []
    Inheritance:
    - mayor
    info:
    prefix: '&6[&5$&2T&6y&2c&6o&2o&6n&5$&6]'
    build: true
    suffix: ''
    DemonSlayer:
    default: false
    permission: []
    Inheritance:
    - tycoon
    info:
    prefix: '&6[&0The&4Demon&6Slayer&4!!&6]'
    build: true
    suffix: ''
    Helper:
    default: false
    permission:
    - essentials.kits.helper
    - essentials.nick
    Inheritance:
    - member
    info:
    prefix: '&6[&dHelper&6]'
    build: true
    suffix: ''
    Iron:
    default: false
    permission:
    - essentials.kits.farmer
    - essentials.warp.vipcreative
    - plotme.limit.3
    Inheritance:
    - helper
    info:
    prefix: '&6[&7IRON&6]'
    build: true
    suffix: ''
    Gold:
    default: false
    permission:
    - essentials.kits.miner
    - essentials.tnt
    - plotme.limit.6
    Inheritance:
    - iron
    info:
    prefix: '&5[&6GOLD&5]'
    build: true
    suffix: ''
    TestModerator:
    default: false
    permission:
    - essentials.kick
    - essentails.mute
    - essential.jail
    - essentials.broadcast
    Inheritance:
    - member
    info:
    prefix: '&6[&4Test&5Mod&6]'
    build: true
    suffix: ''
    Moderator:
    default: false
    permission:
    - essentials.tempban
    - essentials.ban
    - essentails.unban
    - essentials.unbanip
    Inheritance:
    - testmoderator
    info:
    prefix: '&6[&5Mod&6]'
    build: true
    suffix: ''
    Moderator+:
    default: false
    permission:
    - essentials.invsee.preventmodify
    - essentials.tp
    Inheritance:
    - moderator
    info:
    prefix: '&6[&5Mod&4+&6]'
    build: true
    suffix: ''
    Admin:
    default: false
    permission:
    - essentials.invsee.preventmodify
    - essentials.tp
    Inheritance:
    - moderator+
    info:
    prefix: '&6[&5Admin&6]'
    build: true
    suffix: ''
    Admin+:
    default: false
    permission: []
    Inheritance:
    - admin
    info:
    prefix: '&6[&5Admin+&6]'
    build: true
    suffix: ''
    Owner:
    default: false
    permission:
    - -invsee.preventmodify
    - '*'
    - groupmanager.*
    Inheritance:
    - admin+
    - g:groupmanager_moderator
    - g:groupmanager_admin
    info:
    prefix: '&5[&6&n&lOwner&5]'
    build: true
    suffix: ''

    Anyone...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  2. Offline

    Necrodoom

    paste startup log.
     
  3. Offline

    cybertron742

  4. Offline

    Necrodoom

    you have tabs on file plugins/GroupManager/worlds/world/groups.yml paste using www.pastebin.com
     
  5. Offline

    cybertron742

    Where are the tabs?

    file plugins/GroupManager/worlds/world/groups.yml: http://pastebin.com/JLwqarPF

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  6. Offline

    Necrodoom

    the error in startup log doesnt match your file, you sure the startup log was the most recent one or the file you pasted is the right one?
     
  7. Offline

    cybertron742

  8. Offline

    Necrodoom

    they still dont seem to match, groups.yml pasted is fine, the startup you pasted is 30 min ago, try paste whole of plugins/groupmanager/error.log?
     
  9. Offline

    cybertron742

  10. Offline

    cybertron742

    fixed it in the plugins/groupmanager/worlds/world/groups.yml, permission: needed to be changed to: permissions:
    (well i'm a noob)
     
Thread Status:
Not open for further replies.

Share This Page