Essentials kits not working for me:(

Discussion in 'Bukkit Help' started by Evilape2698, Mar 20, 2014.

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

    Evilape2698

    hello there,

    /kit works, it lists kits as normal
    but when i do /kit starter (i made this kit, and got rid of the others)
    this is the error i get:

    net.minecraft.inventory.IInventory.getcontents[](lnet/minecraft/item/itemstack:
    [​IMG]

    i have changed the default format, it wasnt working before and i was getting the same error as now.. i read on a forum on here a different format so i tried it and its still not working..
     
  2. Offline

    Sycholic

    kits:
    <kit name>:
    delay: <delay between usage>
    items:
    - <item number> <amount> <meta>
    - <item number> <amount> <meta>

    http://wiki.ess3.net/wiki/Kits

    If your still having issues then run your kits.yml thru http://yaml-online-parser.appspot.com/ make sure you have no errors. Also the itemstack error is making me think your trying to give illegal stacks out possible. like stacked swords etc...
     
  3. Offline

    Evilape2698

    config:
    kits:
    starter:
    delay: 43200
    items:
    - 272 1
    - 273 1
    - 274 1
    - 275 1
    - 350 32
    - 17 32
    - 294 1
    - 355 1
    - 295 16
    - 58 1
    - 61 1
    - 351 1
    - 54 1
    - 50 4
    - 302 1
    - 303 1
    - 304 1
    - 305 1
    and yes the yml paser say its correct


    ^^ and my spacing isnt default! yml says default and my way are both correct
     
  4. Try:

    Code:
    kits:
     starter:
      delay: 43200
      items:
      - 272 1
      - 273 1
      - 274 1
      - 275 1
      - 350 32
      - 17 32
      - 294 1
      - 355 1
      - 295 16
      - 58 1
      - 61 1
      - 351 1
      - 54 1
      - 50 4
      - 302 1
      - 303 1
      - 304 1
      - 305 1
     
Thread Status:
Not open for further replies.

Share This Page