Group Manager Help!!!

Discussion in 'Bukkit Help' started by rogvid700, Aug 16, 2011.

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

    rogvid700

    Ok so I am putting permissions into group manager into a certain group right? Well they are Essentials commands......and whenever players, that are in that group, try to use the essentials command, it says they do not have permission. Is their a certain layout.....like using ' ' or *?

    I really need to know this because all I want to do is allow that group to use the /give command.....and the command I use is - essentials.give but it doesnt work for that group. Is there a group manager /give command? Or a default /give command that will work with group manager? Thanks! Please Help!

    Here is my groups.yml file....

    Code:
    groups:
      SemiAdmin:
        default: false
        permissions:
        - '*'
        inheritance:
        - moderator
        info:
          prefix: '&2[Demi-God] &2'
          build: true
          suffix: ''
      Player:
        default: true
        permissions: []
        inheritance: []
        info:
          prefix: ''
          build: false
          suffix: ''
      Moderator:
        default: false
        permissions:
        - essentials.item
        - essentials.tp
        - essentials.tphere
        inheritance:
        - civilian
        info:
          prefix: '&1[Mod] &1'
          build: true
          suffix: ''
      Civilian:
        default: false
        permissions:
        - ei.use
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.clearinventory
        - essentials.depth
        - essentials.geoip.show
        - essentials.getpos
        - essentials.give.*
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.info
        - essentials.itemspawn.item-[itemid]
        - essentials.itemspawn.item-[itemname]
        - essentials.itemspawn.item-all
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.rules
        - essentials.seen
        - essentials.sell
        - essentials.sethome
        - essentials.setxmpp
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.disposal
        - essentials.signs.use.free
        - essentials.signs.use.heal
        - essentials.signs.use.mail
        - essentials.signs.use.protection
        - essentials.signs.use.sell
        - essentials.signs.use.trade
        - essentials.signs.use.warp
        - essentials.spawn
        - essentials.suicide
        - essentials.warp
        - essentials.world
        - essentials.worth
        - 'give'
        inheritance:
        - player
        info:
          prefix: ''
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - '*'
        inheritance:
        - semiadmin
        info:
          prefix: '&6[GOD] &6'
          build: true
          suffix: ''
    
     
  2. Offline

    BugSpreadeR

    paste the groups.yml or something in here so we can check if theres something wrong with it
    remember to put it in code format like so...
    Code:
    put code here
     
  3. Offline

    rogvid700

    Ok I posted my config file....XD
     
  4. Offline

    BugSpreadeR

    i dont see anything wrong with it...heres a stupid question...did you install the entire essentials plugin?maybe you didnt download the jar that has the /give feature in it...and is your craftbukkit.jar the latest?and the essentials plugin too?update all your files
     
Thread Status:
Not open for further replies.

Share This Page