Post your Config/ kits.json and your DATA / Kits / kits_data_json file so any mistake can be spotted and help given
{
"_kits": {
"autokit": {
"Name": "autokit",
"Description": "",
"RequiredPermission": "kits.autokit",
"MaximumUses": 0,
"RequiredAuth": 2,
"Cooldown": 1,
"Cost": 0,
"IsHidden": true,
"CopyPasteFile": "",
"KitImage": "",
"MainItems": [
{
"Shortname": "arrow.wooden",
"Skin": 0,
"Amount": 99,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
}
],
"WearItems": [
{
"Shortname": "burlap.trousers",
"Skin": 850440604,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
},
{
"Shortname": "burlap.shirt",
"Skin": 1425637844,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 1,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
},
{
"Shortname": "mask.bandana",
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 2,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
},
{
"Shortname": "burlap.shoes",
"Skin": 811805331,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 3,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
}
],
"BeltItems": [
{
"Shortname": "bow.hunting",
"Skin": 1793915047,
"Amount": 1,
"Condition": 50.0,
"MaxCondition": 50.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
},
{
"Shortname": "stonehatchet",
"Skin": 1092741003,
"Amount": 1,
"Condition": 100.0,
"MaxCondition": 100.0,
"Ammo": 0,
"Ammotype": null,
"Position": 1,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
},
{
"Shortname": "stone.pickaxe",
"Skin": 1988077270,
"Amount": 1,
"Condition": 100.0,
"MaxCondition": 100.0,
"Ammo": 0,
"Ammotype": null,
"Position": 2,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
},
{
"Shortname": "pumpkin",
"Skin": 0,
"Amount": 5,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 3,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
},
{
"Shortname": "torch",
"Skin": 0,
"Amount": 1,
"Condition": 50.0,
"MaxCondition": 50.0,
"Ammo": 0,
"Ammotype": null,
"Position": 4,
"Frequency": 0,
"BlueprintShortname": null,
"Contents": null
}
]
},
{
"Currency used for purchase costs (Scrap, Economics, ServerRewards)": "Scrap",
"Log kits given": false,
"Wipe player data when the server is wiped": false,
"Use the Kits UI menu": true,
"Allow players to toggle auto-kits on spawn": false,
"Show kits with permissions assigned to players without the permission": false,
"Players with the admin permission ignore usage restrictions": false,
"Autokits ordered by priority": [
"autokit"
],
"Post wipe cooldowns (kit name | seconds)": {
"ExampleKitName": 3600,
"OtherKitName": 600
},
"Parameters used when pasting a building via CopyPaste": [
"deployables",
"true",
"inventories",
"true"
],
"UI Options": {
"Panel Color": {
"Hex": "#232323",
"Alpha": 1.0
},
"Disabled Color": {
"Hex": "#3e3e42",
"Alpha": 1.0
},
"Color 1": {
"Hex": "#007acc",
"Alpha": 1.0
},
"Color 2": {
"Hex": "#6a8b38",
"Alpha": 1.0
},
"Color 3": {
"Hex": "#d85540",
"Alpha": 1.0
},
"Color 4": {
"Hex": "#d08822",
"Alpha": 1.0
},
"Default kit image URL": "/oxide/Images/kiticon.png",
"View kit icon URL": "/oxide/Images/magnifyingglass.png"
},
"Kit menu items when opened via HumanNPC (NPC user ID | Items)": {
"0": {
"The list of kits that can be claimed from this NPC": [
"ExampleKitName",
"OtherKitName"
],
"The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim"
},
"1111": {
"The list of kits that can be claimed from this NPC": [
"ExampleKitName",
"OtherKitName"
],
"The NPC's response to opening their kit menu": "Welcome to this server! Here are some free kits you can claim"
}
},
"Version": {
"Major": 4,
"Minor": 0,
"Patch": 11
}
}