Kits Chat Command

Orange

Administrator
I want to click on a kit and then run a command chat.say / mymini
Code:
{
      "Shortname": "test1",
      "Display name": "Test Kit #1",
      "Permission": "",
      "Cooldown": 300,
      "Wipe-block time": 600,
      "Icon": "",
      "Description": "Test kit #1",
      "Max uses": 0,
      "API Kit": false,
      "Show without uses": false,
      "Show without permission": false,
      "Show if wipe-blocked": true,
      "Show if on cooldown": true,
      "Custom message if doesn't have permission": "",
      "Items": [
        {
          "Command": "",
          "Shortname": "stonehatchet",
          "Amount": 1,
          "Skin": 0,
          "Random skin": false,
          "Display name": null,
          "Blueprint": false,
          "Container": "",
          "Slot": 0,
          "Fuel": 0.0,
          "Contents": {},
          "Condition (don't change me)": 0.0,
          "Maximal Condition (don't change me)": 0.0
        },
Please take a look on original config. There are all examples
 
i know that but dont work.


"Command": "chat",
"Shortname": "stonehatchet",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
Can you give me an exaple please?
 
i dont understand sorry.

how i add the command /mymini as a Kit?

"Shortname": "test",
"Display name": "test",
"Permission": "kits.admin",
"Cooldown": 0,
"Wipe-block time": 0,
"Icon": "",
"Description": "Created by LosGranada at 04/01/2021 19:56:07",
"Max uses": 0,
"API Kit": false,
"Show without uses": false,
"Show without permission": false,
"Show if wipe-blocked": true,
"Show if on cooldown": true,
"Custom message if doesn't have permission": "",
"Items": [
{
"Command": "",
"Shortname": "flashlight.held",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "Belt",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 50.0,
"Maximal Condition (don't change me)": 50.0
},
 
where do I have to insert this? give me an example.

Command: "\"chat.say / mymini\"",
"Shortname": "flashlight.held",
"Amount": 1,
"Skin": 0,

dont work.
 

copeman365

Developer
{
"Shortname": "MiniCopter",
"Display name": "MiniCopter",
"Permission": "",
"Cooldown": 300,
"Wipe-block time": 600,
"Icon": "",
"Description": "Use This Kit To Get A Mini Copter",
"Max uses": 0,
"API Kit": false,
"Show without uses": false,
"Show without permission": false,
"Show if wipe-blocked": true,
"Show if on cooldown": true,
"Custom message if doesn't have permission": "",
"Items": [
{
"Command": "chat.say /mymini",
"Shortname": "",
"Amount": 1,
"Skin": 0,
"Random skin": false,
"Display name": null,
"Blueprint": false,
"Container": "",
"Slot": 0,
"Fuel": 0.0,
"Contents": {},
"Condition (don't change me)": 0.0,
"Maximal Condition (don't change me)": 0.0
},
 
Top