Help with GroupManager !

Discussion in 'Bukkit Help' started by Rus7ov, Dec 17, 2011.

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

    Rus7ov

    Hey guys ! :D
    I've got a problem with GroupManager, i'm the Admin (Owner) but Lockette don't let me break containers or pass a door, they tell me "Lockette:You don't have permission to use this door."
    A firned who is admin too, can pass doors or break signs, I also see my name in blue and the name of my friend is White, some help please ?

    My groups.yml file:
    Code:
    # Group inheritance
    # any inherited groups prefixed with a g: are global groups
    # These groups are defined in the globalgroups.yml
    # and can be inherited in any worlds groups/users.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and defined in the this groups.yml file.
    
    groups:
      Default:
        default: false
        permissions:
        - -bukkit.command.kill
        inheritance:
        - g:essentials_default
        - g:bukkit_default
        info:
          prefix: '&e'
          build: false
          suffix: ''
      Padawan:
        default: true
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - seats.sit
        info:
          prefix: '&6'
          build: true
          suffix: '&f'
      Electricien:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - seats.sit
        info:
          prefix: '&2'
          build: true
          suffix: '&f'
    
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:essentials_moderator
        - g:bukkit_moderator
        info:
          prefix: '&5'
          build: true
          suffix: ''
      Admina:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:essentials_admin
        - g:bukkit_admin
        info:
          prefix: '&c'
          build: true
          suffix: ''
      God:
        default: false
        permissions:
        - '*'
        - cf.allowfly
        - cf.allowcheat
        - cf.display
        - lockette.admin.create.*
        - lockette.admin.break
        - lockette.admin.bypass
        - lockette.admin.snoop
        - lockette.admin.reload
        inheritance:
        - admin
        info:
          prefix: '&3'
          build: true
          suffix: '&f'
      Admin:
        default: false
        permissions:
        - '*'
        - cf.allowfly
        - cf.allowcheat
        - cf.display
        - lockette.admin.create.*
        - lockette.admin.break
        - lockette.admin.bypass
        - lockette.admin.snoop
        - lockette.admin.reload
        inheritance:
        - admin
        info:
          prefix: '&3'
          build: true
          suffix: '&f'
    
    My users.yml file :
    Code:
    users:
      majilune:
        subgroups: []
        permissions: []
        group: Default
      Cisix:
        subgroups: []
        permissions: []
        group: Admin
      leor:
        subgroups: []
        permissions: []
        group: Electricien
      Rus7ov:
        subgroups: []
        permissions: []
        group: Admin
    Sorry if I don't speak english really good but i'm French and I have 14 years old ^^

    Thanks for help ! :)
     
  2. Offline

    zipron

    are you admin or also OP? because OP automatically gets the permissions to do it I think

    zip
     
  3. Offline

    CODsniperkid

    Give me a list of your plugins please.
     
  4. Offline

    Rus7ov

    My plugins are:
    - AntiCreeper
    - AntiMob
    - CFBanner
    - ChestShop
    - Essentials
    - EssentialsChat
    - EssentialsSpawn
    - GroupManager
    - HeroicDeath
    - iChat
    - LevelUp
    - Lockette
    - MobArena
    - MobDisguise
    - MyHome
    - MyMessages
    - NarrowtuxLib
    - NoCheat
    - nSpleef
    - OnlineUsers
    - Parachute
    - Permissions
    - Seats
    - ServerSideXray
    - Showcase
    - VanishNoPacket
    - WorldEdit
    - WorldGuard
    - xAuth
    - XcraftGate
     
  5. Offline

    zipron

  6. Offline

    Rus7ov

    Please help :(
     
Thread Status:
Not open for further replies.

Share This Page