Solved Kits | Items doesnt auto-equip

Why is it that when i do the kit it doesnt equip the armor for them or me??? here is a sample code i dont know whats going wrong in this..
Code:
{

      "Shortname": "Supporter",

      "Display name": "Supporter",

      "Permission": "kits.supporter",

      "Cooldown": 14400,

      "Wipe-block time": 0,

      "Icon": null,

      "Description": "Must be Supporter Rank To Claim",

      "Max uses": 0,

      "API Kit": false,

      "Show without uses": false,

      "Show without permission": true,

      "Show if wipe-blocked": true,

      "Show if on cooldown": true,

      "Custom message if doesn't have permission": "You will need to donate for Supporter rank at our site!",

      "Items": [

        {

          "Command": "",

          "Shortname": "hat.wolf",

          "Amount": 1,

          "Skin": 0,

          "Random skin": false,

          "Display name": null,

          "Blueprint": false,

          "Container": "wear",

          "Slot": 0,

          "Fuel": 0.0,

          "Contents": {},

          "Condition (don't change me)": 0.0,

          "Maximal Condition (don't change me)": 0.0

        },

        {

          "Command": "",

          "Shortname": "jacket",

          "Amount": 1,

          "Skin": 0,

          "Random skin": false,

          "Display name": null,

          "Blueprint": false,

          "Container": "wear",

          "Slot": 0,

          "Fuel": 0.0,

          "Contents": {},

          "Condition (don't change me)": 0.0,

          "Maximal Condition (don't change me)": 0.0

        },

        {

          "Command": "",

          "Shortname": "pants",

          "Amount": 1,

          "Skin": 0,

          "Random skin": false,

          "Display name": null,

          "Blueprint": false,

          "Container": "wear",

          "Slot": 0,

          "Fuel": 0.0,

          "Contents": {},

          "Condition (don't change me)": 0.0,

          "Maximal Condition (don't change me)": 0.0

        },

        {

          "Command": "",

          "Shortname": "wood.armor.pants",

          "Amount": 1,

          "Skin": 0,

          "Random skin": false,

          "Display name": null,

          "Blueprint": false,

          "Container": "wear",

          "Slot": 0,

          "Fuel": 0.0,

          "Contents": {},

          "Condition (don't change me)": 0.0,

          "Maximal Condition (don't change me)": 0.0

        },

        {

          "Command": "",

          "Shortname": "shoes.boots",

          "Amount": 1,

          "Skin": 0,

          "Random skin": false,

          "Display name": null,

          "Blueprint": false,

          "Container": "wear",

          "Slot": 0,

          "Fuel": 0.0,

          "Contents": {},

          "Condition (don't change me)": 0.0,

          "Maximal Condition (don't change me)": 0.0

        },

        {

          "Command": "",

          "Shortname": "burlap.gloves",

          "Amount": 1,

          "Skin": 0,

          "Random skin": false,

          "Display name": null,

          "Blueprint": false,

          "Container": "wear",

          "Slot": 0,

          "Fuel": 0.0,

          "Contents": {},

          "Condition (don't change me)": 0.0,

          "Maximal Condition (don't change me)": 0.0

        }
 
Last edited by a moderator:

Orange

Administrator
Why is it that when i do the kit it doesnt equip the armor for them or me??? here is a sample code i dont know whats going wrong in this..


{
"Shortname": "Supporter",
"Display name": "Supporter",
"Permission": "kits.supporter",
"Cooldown": 14400,
"Wipe-block time": 0,
"Icon": null,
"Description": "Must be Supporter Rank To Claim",
"Max uses": 0,
"API Kit": false,
"Show without uses": false,
"Show without permission": true,
"Show if wipe-blocked": true,
"Show if on cooldown": true,
"Custom message if doesn't have permission": "You will need to donate for Supporter rank at our site!",
"Items": [
{
"Command": "",
"Shortname": "hat.wolf",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "wear",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 0.0,
"Maximal Condition (don't change me)": 0.0
},
{
"Command": "",
"Shortname": "jacket",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "wear",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 0.0,
"Maximal Condition (don't change me)": 0.0
},
{
"Command": "",
"Shortname": "pants",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "wear",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 0.0,
"Maximal Condition (don't change me)": 0.0
},
{
"Command": "",
"Shortname": "wood.armor.pants",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "wear",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 0.0,
"Maximal Condition (don't change me)": 0.0
},
{
"Command": "",
"Shortname": "shoes.boots",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "wear",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 0.0,
"Maximal Condition (don't change me)": 0.0
},
{
"Command": "",
"Shortname": "burlap.gloves",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "wear",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 0.0,
"Maximal Condition (don't change me)": 0.0
}
How you copied items?
 
Top