Problem/Bug Essentials X Kits permissions not working

Discussion in 'Bukkit Help' started by ChaoticWagon, Jul 28, 2020.

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

    ChaoticWagon

    I am using essentials x and Group Manager to add kits to a server but for some reason the kits arent working even after I add the permissions for them.

    This is my group manager
    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:
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:towny_moderator
        - g:vanish_moderator
        info:
          build: true
          prefix: '&5'
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        - +vanish.effects.toggle.all
        - -vanish.effects.*
        - essentials.reload
        - essentials.kits.*
        inheritance:
        - admin
        info:
          build: true
          prefix: '&c&lOwner'
          suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        - g:towny_builder
        info:
          build: true
          prefix: '&2'
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:towny_admin
        - g:vanish_admin
        info:
          build: true
          prefix: '&c'
          suffix: ''
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        - -essentials.kit
        - essential.kit
        - essentials.afk
        - essentials.back
        - essentials.bal
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.delhome
        - essentials.enderchest
        - essentials.home
        - essentials.home.compass
        - essentials.kit
        - essentials.kits*
        - essentials.kits.*
        - essentials.kits.claim
        - essentials.mail
        - essentials.mail.send
        - essentials.pay
        - essentials.sell
        - essentials.sell.bulk
        - essentials.sell.hand
        - essentials.sethome
        - essentials.sethome.multiple
        - essentials.signs.create.trade
        - essentials.signs.use.trade
        - essentials.top
        - essentials.tp
        - essentials.tpa
        - essentials.tpacancel
        - essentials.tpaccept
        - essentials.tpr
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        - g:towny_default
        info:
          build: true
          prefix: '&f[Default]'
          suffix: ''
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 29, 2020
Thread Status:
Not open for further replies.

Share This Page