Group manager help?

Discussion in 'Bukkit Help' started by M4yhem, Aug 19, 2013.

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

    M4yhem

    hi guys
    im useing the openinv plugin and ive added the permitions to group manager and still it wont work any idears why http://pastebin.com/LJYqfzBQ
     
  2. Offline

    PatchGuru

    Code:
    Prisoner:
      default: true
      permissions:
      - essentials.signs.use.kit
      - essentials.signs.use.kit.starter
      - essentials.signs.use.disposal
      - essentials.signs.use.sell
      - essentilas.signs.use.warp
      - essentials.signs.use.warp
      - essentials.signs.use.warp.Out
      - essentials.signs.use.warp.ThePit
      - essentials.signs.use.warp.Spawn1
      - essentials.signs.use.warp.Spawn2
      - essentials.signs.use.warp.Spawn3
      - essentials.signs.use.warp.Spawn4
      - essentials.signs.use.warp.Spawn5
      - essentials.signs.use.warp.Spawn6
      - essentials.signs.use.warp.Spawn7
      - essentials.signs.use.warp.Spawn8
      - essentials.pay
      - essentials.help
      - essentials.helpop
      - essentials.helpop.receive
      - essentials.mail
      - essentials.mail.send
      - essentials.msg
      - essentials.motd
      - essentials.rules
      - essentials.seen
      - essentials.build.break.17
      - essentials.build.break.18
      - essentials.balance
      - essentials.kit
      - essentials.kits.starter
      - essentials.ignore
      - treeassist.replant
      - treeassist.destroy.*
      - CommandSigns.use
      - pvptimer.grant
      - multiverse.portal.access.*
      - MineReset.normal
      inheritance:
      - g:bukkit_default
      info:
        prefix: '&7[Prisoner]&f'
        build: false
        suffix: '&f'
    Guard:
      default: false
      permissions:
      - essentials.kit
      - essentials.kits.guard
      - essentials.invsee
      - essentials.invsee.modify
      - jail.usejailstick.369
      - jail.usercmd.jailstick
      - jail.command.jail
      - jail.command.unjail
      - openinv.search
      inheritance:
      - prisoner
      info:
        prefix: '&b[Guard]&f'
        build: false
        suffix: '&f'
    Mod
      default: false
      permissions: []
      inheritance:
      - Guard
      - g:essentials_moderator
      - g:bukkit_moderator
      - g:towny_moderator
      info:
        prefix: '&e[Mod]&f'
        build: true
        suffix: '&f'
    Admin:
      default: false
      permissions: []
      inheritance:
      - Mod
      - g:essentials_admin
      - g:bukkit_admin
      - g:towny_admin
      info:
        prefix: '&5[Head-Admin]&f'
        build: true
        suffix: '&f'
    Owner:
      default: false
      permissions:
      - '*'
      inheritance:
      - Admin
      info:
        prefix: '&2[WARDEN]&f'
        build: true
        suffix: '&a[&3O&5W&bN&dE&cR&a]'
    The issues were occuring when you would place permissions like "- essentials" in the permissions section of each group. You only put permissions like "- essentials.kit". There is no usage for just placing the name of the plugin in the permissions.
     
  3. Offline

    NanoSkill

    Are you sure it is the right permission node you are after.

    "OpenInv.openinv" gives permission to use OpenInv
    "OpenInv.openself" Allows opening the inventory of the command user
    "OpenInv.editinv" - Allows editing of inventory

    "OpenInv.openender" - Allows opening of EnderChests
    "OpenInv.editender" - Allows editing of enderchest

    "OpenInv.search" gives permission to use searchinv
    "OpenInv.crossworld" allows cross-world openinv.
    "OpenInv.exempt" makes the player's inventory protected (unable to be opened)
    "OpenInv.override" gives permission to open anyone's inventory, even protected ones
    "OpenInv.anychest" gives permission to open chests that are blocked by a block on top.
    "OpenInv.silent" gives permission to open chests in total silence, without animation.
     
Thread Status:
Not open for further replies.

Share This Page