Essentials Kits Improperly Defined

Discussion in 'Bukkit Help' started by pcout64, Aug 14, 2013.

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

    pcout64

    I have been operating a server for a while now and I have the hang of it, so to speak, but I just decided to open a PvP arena and with it I want kits for use. I have created the kits and when I use them as OP, they work, when I demote myself to a default rank and de-OPed I get this error message: "Error: That kit is improperly defined. Contact an administrator ."

    Here is the Kits portion of my essentials config.yml:
    Code:
      soldier:
        delay: 10,000
        items:
          - 306 1
          - 307 1
          - 308 1
          - 309 1
          - 267 1
          - 373:16396 2
          - 320 6
      archer:
        delay: 10,000
        items:
          - 298 1
          - 299 1
          - 300 1
          - 301 1
          - 261 1
          - 262 64
          - 268 1
          - 320 6
      tank:
        delay: 10,000
        items:
          - 310 1
          - 311 1
          - 312 1
          - 313 1
          - 268 1
          - 373:16392 3
          - 320 6
      covertops:
        delay: 10,000
        items:
          - 298 1
          - 299 1
          - 300 1
          - 301 1
          - 258 1
          - 368 6
          - 320 6
    I really hope you guys can help me!
    Thanks a lot,
    pcout
     
  2. Offline

    Necrodoom

    remove ',' from delay.
     
  3. Offline

    pcout64

    Scratch that, it didn't work! Still need some help!!
     
  4. Offline

    Kolugo

    Was that the full error? Did you receive any errors in the console, etc? If you could get the kit as an OP, but not as a member, I'd double check if you gave everybody the proper permissions first. Aside from the comma (,) in "delay", it doesn't look like these kits should be broken.
     
Thread Status:
Not open for further replies.

Share This Page