GROUP MANAGER HELP PLEASE!

Discussion in 'Bukkit Help' started by TehBillcams, May 27, 2013.

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

    TehBillcams

    I installed Group Manager, (I am op), added myself to the owner category, but I can't use any commands, literally none, (Owner category inherits mod commands and mods have ban, etc.)

    Can you help me to add commands so owner can ban, mute, jail and every other command that mods have.

    Thanks,

    here is my;
    globalgroups: http://pastebin.com/s1qHt8mE
    groups: http://pastebin.com/LcHaPcbF

    If you help me to add commands for owners, I will most likely send you some money via paypal :D
     
  2. Offline

    Eathan

    Does it come up with a message when you try use a command?
    If so, which one?
     
  3. Offline

    Necrodoom

    what does it say when you type /manload?
     
  4. Offline

    jetgil

    # 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:
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    - essentials.tpa
    - essentials.spawn
    - essentials.warp
    - essentials.item
    - essentials.signs.free.create
    - essentials.signs.free.use
    - essentials.build
    - essentials.eco
    - essentials.pay
    - essentials.sell
    - essentials.msg
    - essentials.warp.list
    - plotme.use
    - essentials.tpdeny
    - essentials.tpaccept
    - essentials.sethome
    - essentials.home
    - essentials.warp.list
    - essentials.delhome
    - plotme.auto
    - plotme.claim
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    info:
    prefix: '&e'
    build: false
    suffix: ''
    Builder:
    default: false
    permissions:
    - essentials.tp
    - essentials.spawn
    - essentials.warp
    - essentials.item
    - essentials.signs.free.create
    - essentials.signs.free.use
    - essentials.fly
    - essentials.tpall
    - essentials.build
    - essentials.eco
    - essentials.pay
    - essentials.sell
    - essentials.msg
    - essentials.warp.list
    - plotme.use.claim
    - plotme.use.auto
    - essentials.delhome
    - essentials.kit
    - essentials.workbench
    - essentials.spawner.*
    - essentials.fireball
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    prefix: '&2'
    build: true
    suffix: ''
    Moderator:
    default: false
    permissions:
    - essentials.tp
    - essentials.spawn
    - essentials.warp
    - essentials.item
    - essentials.signs.free.create
    - essentials.signs.free.use
    - essentials.fly
    - essentials.hat
    - essentials.gamemode
    - essentials.ban
    - essentials.kick
    - essentials.unban
    - essentials.build
    - essentials.eco
    - essentials.pay
    - essentials.sell
    - essentials.msg
    - essentials.warp.list
    - plotme.use.claim
    - plotme.use.auto
    - essentials.vanish
    - essentials.vanish.see
    - essentials.setjail
    - essentials.invsee
    - essentials.invsee.modify
    - essentials.invsee.preventmodify
    - essentials.god
    - essentials.kit
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    prefix: '&5'
    build: true
    suffix: ''
    Admin:
    default: false
    permissions:
    - essentials.tp
    - essentials.spawn
    - essentials.warp
    - essentials.item
    - essentials.signs.free.create
    - essentials.signs.free.use
    - essentials.fly
    - essentials.hat
    - essentials.gamemode
    - essentials.ban
    - essentials.kick
    - essentials.unban
    - essentials.build
    - essentials.eco
    - essentials.pay
    - essentials.sell
    - essentials.msg
    - essentials.warp.list
    - plotme.use.claim
    - plotme.use.auto
    - essentials.vanish
    - essentials.vanish.see
    - essentials.setjail
    - essentials.invsee
    - essentials.invsee.modify
    - essentials.invsee.preventmodify
    - essentials.god
    - essentials.kit
    - essentials.*
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    prefix: '&c'
    build: true
    suffix: ''
    Owner:
     
  5. Offline

    Necrodoom

    jetgil dont hijack threads.
     
  6. Offline

    Slider

    Check your users.yml for any permissions set, because for each example player in the file is already an permission set. So maybe you just change the name of an example player and add the needed group. So easily delete the "permissions:" or set it to "permissions: []" but only in the users.yml! because this overwrites the inheritance permissions.
     
  7. Offline

    Necrodoom

    no, it doesnt have anything to do with inheriting permissions..
    well unless you are pirate.
     
  8. Offline

    jetgil

    no I'm not pirate but my friens are

    and I didn't understand what you meant
     
  9. Offline

    Slider

    necrodoom i just meant you have to check if there are any permissions there for specific users in the users.yml. Because you cant use commands if you set "permissions: '*' " in the groupfile but for your player theres a "permission: -command.etc." in the usersfile.
     
  10. Offline

    Necrodoom

    here is your issue then, run an online mode server.
     
Thread Status:
Not open for further replies.

Share This Page