Hi guys,
I'm set as owner of a server and I got the permission "kits.admin".
I created 2 different Kits. A Starter Kit without any permissions or Auth lvl and a Admin Kit hidden for default group and Auth lvl 1.
If i type in chat the /kit list command, it show both kits in chat.
If i try to redeem one of this kits, it said "File does not exist".
Can someone help me with that, please?
Thanks in advance.
Here is my config file:
{
"Kit chat command": "kit",
"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": true,
"Autokits ordered by priority": [
"ExampleKitName",
"OtherKitName"
],
"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": "https://chaoscode.io/oxide/Images/kiticon.png",
"View kit icon URL": "https://chaoscode.io/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": 4,
"Patch": 1
}
}And here is my data file:
{
"_kits": {
"Starter Kit": {
"Name": "Starter Kit",
"Description": "For Starter to build a 2x1 Base and upgrading to wood.",
"RequiredPermission": "",
"MaximumUses": 10,
"RequiredAuth": 0,
"Cooldown": 3600,
"Cost": 0,
"IsHidden": false,
"CopyPasteFile": "Starter Kit",
"KitImage": "https://i.imgur.com/tFuNEcs.png",
"MainItems": [
{
"Shortname": "wood",
"DisplayName": null,
"Skin": 0,
"Amount": 2930,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "box.wooden",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 100.0,
"MaxCondition": 100.0,
"Ammo": 0,
"Ammotype": null,
"Position": 2,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "sleepingbag",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 100.0,
"MaxCondition": 100.0,
"Ammo": 0,
"Ammotype": null,
"Position": 1,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
}
],
"WearItems": [],
"BeltItems": [
{
"Shortname": "building.planner",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "hammer",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 1,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "door.hinged.wood",
"DisplayName": null,
"Skin": 0,
"Amount": 2,
"Condition": 100.0,
"MaxCondition": 100.0,
"Ammo": 0,
"Ammotype": null,
"Position": 2,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "lock.key",
"DisplayName": null,
"Skin": 0,
"Amount": 5,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 3,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "door.double.hinged.wood",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 100.0,
"MaxCondition": 100.0,
"Ammo": 0,
"Ammotype": null,
"Position": 4,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "cupboard.tool",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 5,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
}
]
},
"Admin": {
"Name": "Admin",
"Description": "Kit for Admins and Moderators",
"RequiredPermission": "",
"MaximumUses": 0,
"RequiredAuth": 1,
"Cooldown": 0,
"Cost": 0,
"IsHidden": true,
"CopyPasteFile": "Admin",
"KitImage": "https://i.imgur.com/CRCkVxM.png",
"MainItems": [
{
"Shortname": "ammo.shotgun",
"DisplayName": null,
"Skin": 0,
"Amount": 64,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
}
],
"WearItems": [
{
"Shortname": "pants",
"DisplayName": "Cowboy Sheriff Pants",
"Skin": 1766646393,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 5,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "shoes.boots",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 6,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "hat.boonie",
"DisplayName": "Cowboy Sheriff Hat",
"Skin": 1760060421,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "mask.bandana",
"DisplayName": "Black Bandana",
"Skin": 10061,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 1,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "tactical.gloves",
"DisplayName": null,
"Skin": 0,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 4,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "burlap.shirt",
"DisplayName": "Cowboy Shirt",
"Skin": 1755124648,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 2,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "jacket",
"DisplayName": "Berserker Cloak Jacket",
"Skin": 2843424058,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 3,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
}
],
"BeltItems": [
{
"Shortname": "hammer",
"DisplayName": "camomo_10 Hammer",
"Skin": 2775783068,
"Amount": 1,
"Condition": 0.0,
"MaxCondition": 0.0,
"Ammo": 0,
"Ammotype": null,
"Position": 0,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "knife.combat",
"DisplayName": "Glory Knife",
"Skin": 1702783691,
"Amount": 1,
"Condition": 72.0314941,
"MaxCondition": 100.0,
"Ammo": 0,
"Ammotype": null,
"Position": 2,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": null
},
{
"Shortname": "shotgun.pump",
"DisplayName": "Imperial Pump Shotgun",
"Skin": 3209537840,
"Amount": 1,
"Condition": 100.0,
"MaxCondition": 100.0,
"Ammo": 6,
"Ammotype": "ammo.shotgun",
"Position": 1,
"Frequency": -1,
"BlueprintShortname": null,
"Text": null,
"Contents": []
}
]
}
}
}