Problem/Bug Group Manager Help!

Discussion in 'Bukkit Help' started by ITekHD, Jan 9, 2015.

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

    ITekHD

    I had group manager for a while know and i never had this problem until know! Only ops can break use and hold items in their hands. When nonops try to do those things, the item their trying to hold just goes in thier inventory or if it is full on the groud and they cant pick it back up or break blocks!!! HELP!!!
     
  2. Offline

    InkzzzMC

    Post your groups.yml file
     
  3. Offline

    ITekHD

    Code:
    # 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:
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.sethome
        - essentials.suicide
        - essentials.ignore
        - playervaults.amount.2
        - essentials.enderchest
        - playervaults.workbench
        - modifyworld.*
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          prefix: '&7[&8&lMember&7]'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          prefix: '&2'
          build: true
          suffix: ''
      Moderator:
        default: false
        permissions: []
        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: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.effects.*
        - +vanish.effects.toggle.all
        inheritance:
        - admin
        info:
          prefix: '&4'
          build: true
          suffix: ''
    This is my new one:

    Code:
    # 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:
      Member:
        default: true
        permissions:
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.sethome
        - essentials.suicide
        - essentials.ignore
        - playervaults.amount.2
        - essentials.build
        - essentials.enderchest
        - playervaults.workbench
        - essentials.warps.*
        - essentials.warps*
        - essentials.warp.*
        - essentials.warp*
        - essentials.warps.list.*
        - essentials.warp.list*
        - modifyworld.*
        inheritance:
        info:
          prefix: '&7[&8&lMember&7]'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions:
        - essentials.gamemode
        - essentials.god
        - essentials.fly
        - essentials.jail
        - essentials.item
        - essentials.xp.give
        - essentials.xp
        - essentials.clear
        - essentials.kick
        - essentials.speed
        - playervaults.amount.1000
        inheritance:
        - member
        info:
          prefix: '&f&l[&a&lBuilder&f&l]'
          build: true
          suffix: ''
      Mod:
        default: false
        permissions:
        - essentials.kick
        - essentials.mute
        - essentials.gamemode
        - playervaults.amount.100000
        - essentials.brodcast
        inheritance:
        - builder
        info:
          prefix: '&f&l[&b&lModerator&f&l]'
          build: true
          suffix: ''
      Admin:
        default: false
        permissions:
        - essentials.ban
        - essentials.unban
        - essentials.signs.use.*
        - essentials.kill
        - essentials.ping
        - essentials.suicide
        - factions.admin.on
        - factions.admin.off
        - factions.admin
        inheritance:
        - moderator
        info:
          prefix: '&f&l[&4&lAdmin&f&l]'
          build: true
          suffix: ''
      Owner2:
        default: false
        permissions:
        - '*'
        - -vanish.effects.*
        - +vanish.effects.toggle.all
        inheritance:
        - admin
        info:
          prefix: '&7&l[&8Co&0&l-&8&lOwner&7&l]'
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - -vanish.effects.*
        - +vanish.effects.toggle.all
        inheritance:
        - admin
        info:
          prefix: '&5&l[&b&lOwner&5&l]'
          build: true
          suffix: ''
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 13, 2016
  4. @ITekHD essentials.warp* and essentials.warps* they wont work.
     
  5. Offline

    ITekHD

    I still have the same problem do u know to fix it?? Its rueing my server :(
     
Thread Status:
Not open for further replies.

Share This Page