Essentials: Kits

Discussion in 'Bukkit Help' started by EdwardBailie, Dec 22, 2013.

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

    EdwardBailie

    Help! My kits doesn't work! Here's the link to the config http://pastebin.com/rs0aUA3v it says "That kit does not exist"! What's wrong with my config?

    Bump.
     
  2. Offline

    JaguarJo

    EdwardBailie Too many spaces on lines 250-253, 266-269, and 283-286. You also forgot to put the item amount beside the item ID number on each of those lines plus line 257.
     
  3. Offline

    EdwardBailie

    I fixed that and it still doesn't work! ;(
     
  4. Offline

    MrTomTomHD

    Try this.

    Show Spoiler

    Code:
    kits:
      tools:
        delay: 86400
        items:
          - 272 1
          - 273 1
          - 274 1
          - 275 1
          - 291 1
          - 298 1
          - 299 1
          - 300 1
          - 301 1
          - 261 1
          - 262 64
      vip:
        delay: 86400
        items:
          - 267 1 sharpness:2 efficiency:1
          - 257 1 digspeed:3
          - 258 1 digspeed:2
          - 256 1 digspeed:2
          - 322 16
          - 322:1 3
          - 49 64
          - 46 15
          - 364 15
          - 306 fireprotect:3
          - 307 fireprotect:3
          - 308 fireprotect:3
          - 309 fireprotect:3
      premium:
        delay: 86400
        items:
          - 276 sharpness:3 fireaspect:1 efficiency:1
          - 257 1 digspeed:4 unbreaking:3
          - 258 1 digspeed:3 unbreaking:3
          - 256 1 digspeed:3 unbreaking:3
          - 322 30
          - 322:1 10
          - 49 120
          - 46 15
          - 364 15
          - 306 fireprotect:3 unbreaking:2
          - 307 fireprotect:3 unbreaking:2
          - 308 fireprotect:3 unbreaking:2
          - 309 fireprotect:3 unbreaking:2
      king:
        delay: 86400
            items:
          - 276 sharpness:3 fireaspect:2 baneofarthropods:2 efficiency:1
          - 278 1 digspeed:4 unbreaking:3
          - 279 1 digspeed:3 unbreaking:3
          - 279 1 digspeed:3 silktouch:1 unbreaking:3
          - 277 1 digspeed:3 unbreaking:3
          - 322 120
          - 322:1 30
          - 49 300
          - 46 35
          - 364 64
          - 310 fireprotect:3 unbreaking:2
          - 311 fireprotect:3 unbreaking:2
          - 312 fireprotect:3 unbreaking:2
          - 313 fireprotect:3 unbreaking:2
    
     
  5. Offline

    EdwardBailie

    Nope, it doesn't works :(

    Nevermind. The moderator on my server fixed this :)
     
Thread Status:
Not open for further replies.

Share This Page