Solved Need Help With Essentials Kits!

Discussion in 'Bukkit Help' started by mewton13, Dec 21, 2014.

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

    mewton13

    In my server i am having problems with the kits i have made one for the server and it says "this kit is improperly defined" I have double checked through everything...

    PLEASE HELP!
     
  2. @mewton13 Please post your kits in the code tags.
     
  3. Offline

    mewton13

    What does that mean?
     
  4. @mewton13 Post the configuration for your kits in the
    Code:
     tags.
     
  5. Offline

    mewton13

    Im guessing you mean this:

    Code:
    # Note: All items MUST be followed by a quantity!
    # All kit names should be lower case, and will be treated as lower in permissions/costs.
    # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
    # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
    # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
    # For more information, visit http://wiki.ess3.net/wiki/Kits
    kits:
      tools:
        delay: 10
        items:
          - 272 1
          - 273 1
          - 274 1
          - 275 1
      dtools:
        delay: 600
        items:
          - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
          - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
          - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
          - 279:780 1
      notch:
        delay: 6000
        items:
          - 397:3 1 player:Notch
      color:
        delay: 6000
        items:
          - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
      firework:
        delay: 6000
        items:
          - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
          - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
          - 401 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
      starter:
        Delay: 86400
        Items:
          - 306 1 protection:2
          - 307 1 protection:2
          - 308 1 protection:2
          - 309 1 protection:2
          - 276 1 sharpness:1
          - 261 1
          - 262 32
          - 364 16 
     
  6. @mewton13 Your last kit has 'Delay' and 'Items' not 'delay' and 'items' also do you get any errors in console when you do the /kit command?
     
  7. Offline

    mewton13

    No i dont think so

    Thanks so much it has worked :D

    <Edited by bwfcwalshy: Merged posts, please use the edit button rather than double posting.>
     
  8. @mewton13 No problem, please use the edit button next time rather than double posting.
     
  9. Offline

    mewton13

  10. Marked thread as solved.
     
Thread Status:
Not open for further replies.

Share This Page