Players not starting with starter kit.

Discussion in 'Bukkit Help' started by rektok, Mar 29, 2013.

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

    rektok

    Hey all. I have a problem. When players join, all they start with is 10 pink wool and a wooden pickaxe. For some reason essentials doesn't start players with the tools.
    Plugins:
    Capture.PNG

    And this is the kits.
    Idk what's wrong.

    Code:
    kits:
      Tools:
        delay: 86400
        items:
          - 276 1
          - 257 1
          - 256 1
          - 258 1
          - 320 5
          - 306 1
          - 307 1
          - 308 1
          - 309 1
      Donor:
        delay: 86400
        items:
          - 276 1
          - 278 1
          - 277 1
          - 279 1
          - 57 5
          - 17 64
          - 36 32
      Donorx:
        delay: 86400
        items:
          - 276 1
          - 278 1
          - 277 1
          - 279 1
          - 57 10
          - 42 10
          - 41 10
      DonorxX:
        delay: 86400
        items:
          - 310 1
          - 311 1
          - 312 1
          - 313 1
          - 57 20
          - 42 20
          - 41 20
          - 133 15
    
     
  2. Offline

    LegitMagic

    The kit you want new players to start with is at the bottom of the essentials config. Go to the very bottom and you will see:

    # Do we want to give users anything on first join? Set to '' to disable
    # This kit will be given regardless of cost, and permissions.
    #kit: ''
    kit: basic <---------That is where you put the name of the kit you want them to start with. In my case, the kit name is "basic"
     
Thread Status:
Not open for further replies.

Share This Page