Solved Essentials Kit Problem

Discussion in 'Bukkit Help' started by Freakdm, Oct 3, 2012.

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

    Freakdm

    Hello my Friends,
    I am having a bukkit Server and use Essentials..
    I defined multiple kits for my Users , but they can´t use them .
    I definend the Permission for the kits but they only can use it when they have Operator Permissions..

    (Now there is a message in the Terminal : [SEVERE] [Essentials] Permission System Error: GroupManager returned: null) Whatz dat?

    --Information--
    Zenturio:
    default: false
    permissions:
    - essentials.spawn
    - mv.spawn
    - essentials.kit.zenturio <----- Doesnt Work!! :(
    - essentials.back
    - essentials.tpa
    - essentials.tpahere
    - essentials.ptime
    - essentials.clean
    - essentials.feed
    - essentials.heal
    - essentials.repair
    - essentials.warp
    - essentials.tpa
    - essentials.msg
    - paintball.general
    - paintball.shop
    - xteam.*
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator

    Thanks
    Daniel
     
  2. Offline

    Necrodoom

    paste your startup log. that error means you have a YML error in GM
     
  3. Offline

    SpaZMonKeY777

    You need to change the permission like this:

    Your current one: - essentials.kit.zenturio
    What it needs to be: - essentials.kits.zenturio

    Essentials had a recent update that changed that permission, and it confused me as well until I figured it out. Hope this helps!
     
    Freakdm likes this.
  4. Offline

    Freakdm

    Thank you Very much it works :D
     
  5. Offline

    the_merciless

    Never understood why they made such a stupid change. i had to go through 1500 players and change each and every kit permission. Would of been much easier if i could just change it in the groups, but unfortunately that wasnt an option for me. Due to a way i give donators permissions.
     
  6. Offline

    ourpitsfresh

    OMG that was totally my issue for over an hour now. Thank you for this fix. This is very strange and I never thought it was a typo because even with ".kit" permissions and not ".kits" permissions, my operator profile still gave me permission and I was able to use the new kits I made, see them with /kit but no one else could.
     
  7. Offline

    nrm123

    I got the error... That kit does not exist or is improperly defined. But not for kit starter or help...

    Code:
    - essentials.kits.Starter
    - Works

    Code:
    - essentials.kits.Gold
    - Doesnt
     
  8. Offline

    the_merciless

    its a problem in your config. paste your kits from essentials config
     
  9. Offline

    nrm123

    Code:
    kits:
      Starter:
        delay: 600
        items:
          - 272 1
          - 274 1
          - 275 1
          - 273 1
          - 298 1
          - 299 1
          - 300 1
          - 301 1
          - 320 5
          - 297 5
      Help:
        delay: 172800
        items:
          - 387 1 title:&6Infinitum_&6Help author:Staff lore:&6Infinitum_&6Server_&6Help_&6Book book:Help   
      Gold:
        Delay:
        Items:
          -
          -
          -
      Emerald:
        Delay: 172800
        Items:
          -
          -
          -
      Diamond:
        Delay: 172800
        Items:
          -
          -
          -
      Platinum:
        Delay: 172800
        Items:
          -
          -
          -
      Obsidian:
        Delay: 604800
        Items:
          - 49 64
          - 49 64
    I had that..when i try it with items in the kits it tells me i dont have permission
     
  10. Offline

    the_merciless

    You have no items or delays set for most of your kits, you need to fill these in or delete them.
     
  11. Offline

    nrm123

    Should that stop me from getting the permission though
     
  12. Offline

    the_merciless

    No it just means when you try to use the command it will throw an error

    Oh, yeah it will, as the kit is not defined properly it will not create a permission node for it. Fix the config and you should be ok.
     
  13. Offline

    nrm123

    O
    Ok thanks ill try it
     
  14. Offline

    nrm123

    ive added items to the kits and they do not work. all other commands work for the group just not the kits so theres something from stoping them.
    heres what ive got in groupmanager
    Code:
    groups:
      Default:
        default: true
        permissions:
        - essentials.delhome
        - essentials.help
        - essentials.helpop
        - essentials.spawn
        - essentials.kits.Starter
        - essentials.list
        - essentials.motd
        - essentials.msg
        - essentials.r
        - essentials.rules
        - essentials.sethome
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.signs.use.buy
        - essentials.signs.use.disposal
        - essentials.signs.use.heal
        - essentials.signs.use.sell
        - essentials.signs.use.warp
        - factions.create
        - factions.claim
        - factions.sethome
        - factions.invite
        - factions.kick
        - factions.mod
        - factions.admin
        - factions.disband
        - factions.ally
        - factions.neutral
        - factions.enemy
        - factions.home
        - factions.join
        - factions.leave
        - factions.list
        - iConomy.access
        - iConomy.list
        - stargate.use
        inheritance: []
        info:
          prefix: ''
          build: true
          suffix: ''
      Gold:
        default: false
        permissions:
        - essentials.kits.Gold
        - essentials.sethome.multiple.Gold
        inheritance:
        - Default
        info:
          prefix: '&e[Gold]&r '
          build: true
          suffix: ''
      Emerald:
        default: false
        permissions:
        - essentials.kits.Emerald
        - essentials.sethome.multiple.Emerald
        inheritance:
        - Gold
        info:
          prefix: '&2[Emerald]&r '
          build: true
          suffix: ''
      Diamond:
        default: false
        permissions:
        - essentials.kits.Diamond
        - essentials.nick
        - essentials.sethome.multiple.Diamond
        inheritance:
        - Emerald
        info:
          prefix: '&b[Diamond]&r '
          build: true
          suffix: ''
      Platinum:
        default: false
        permissions:
        - essentials.kits.Platinum
        - essentials.kits.Obsidian
        - essentials.near
        - essentials.sethome.multiple.Platinum
        inheritance:
        - Diamond
        info:
          prefix: '&3[Platinum]&r '
          build: true
          suffix: ''
      Mod:
        default: false
        permissions: []
        inheritance:
        - Diamond
        info:
          prefix: '&9[Mod]&r '
          build: true
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - Mod
        info:
          prefix: '&5[Admin]&r '
          build: true
          suffix: ''
      Owner:
        default: false
        permissions:
        - '*'
        inheritance:
        - Admin
        info:
          prefix: '&6[Owner]&r '
          build: true
          suffix: ''
    and heres the kits in essentials
    Code:
    kits:
      Starter:
        delay: 600
        items:
          - 272 1
          - 274 1
          - 275 1
          - 273 1
          - 298 1
          - 299 1
          - 300 1
          - 301 1
          - 320 5
          - 297 5
      Help:
        delay: 172800
        items:
          - 387 1 title:&6Infinitum_&6Help author:Staff lore:&6Infinitum_&6Server_&6Help_&6Book book:Help
      Gold:
        Delay: 172800
        Items:
          - 267 1 knockback:1 durability:1
          - 306 1 protection:1
          - 307 1 protection:1
          - 308 1 protection:1
          - 309 1 protection:1
      Emerald:
        Delay: 172800
        Items:
          - 267 1 sharpness:2 knockback:2
          - 306 1 protection:2
          - 307 1 protection:2
          - 308 1 protection:2
          - 309 1 protection:2
      Diamond:
        Delay: 172800
        Items:
          - 276 1 sharpness:2 knockback:2
          - 310 1 protection:2
          - 311 1 protection:2
          - 312 1 protection:2
          - 313 1 protection:2 feather_falling:1
      Platinum:
        Delay: 172800
        Items:
          - 276 1 sharpness:2 knockback:3 unbreaking:2
          - 310 1 protection:2
          - 311 1 protection:2
          - 312 1 protection:2
          - 313 1 protection:2 feather_falling:2
      Obsidian:
        Delay: 604800
        Items:
          - 49 64
          - 49 64
    its definately the kits :/

    as Op i can access kit Starter and Help, then with the others i get 'Does not exist or improperly defined message' Ive removed all other kits and it is still playing up

    Ok its fixed...forgot that code is really fussy. didnt like the capital in essentials.kit.Gold , even though the kit name is capitalized ah well thanks for your help, im sure ill be back when i add the enchants back in lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  15. Offline

    the_merciless

    Essentials example config says all kits should be in lower case as well as permissions. Maybe the capitals messes it up a bit.
     
Thread Status:
Not open for further replies.

Share This Page