Kits Example #118


  • Enhancment
  • Waiting
Open
Assigned to jonathantje
  • Checkium created this issue May 6, 2016

    I'm trying to make a kit, but it's giving me a lot of errors, and there's no fucking example or help how to do it~
    How can users fucking do something without a documentation

    PvP:
      description: Kit default.
      cooldown: "1s"
      firstjoin: true
      items:
        - type: IRON_SWORD
        - type: GOLDEN_APPLE
          quantity: 3
        - type: CHAINMAIL_HELMET
          protection:2
          durability: 2
        - type: CHAINMAIL_CHESTPLATE
          protection:2
          durability: 2
        - type: CHAINMAIL_LEGGINGS
          protection:2
          durability: 2
        - type: CHAINMAIL_BOOTS
          protection:2
          durability: 2

  • Checkium added the tags Enhancment New May 6, 2016
  • Checkium edited description May 6, 2016
  • Jonathantje posted a comment May 6, 2016

    There actually is a documentation here, but it is still Work In Progress, so it is empty. The commands documentation is ready, so if you need any help with commands you should take a look.

    In your case, just add a space between "protection:" and "2" and your kits.yml should work.

    BTW: Just noticed a weird bug where it deletes your kits.yml when it is corrupt, weird. Will be fixed in the next update.


    Edited May 6, 2016
  • Jonathantje removed a tag New May 6, 2016
  • Jonathantje added a tag Waiting May 6, 2016

To post a comment, please login or register a new account.