This my code, I didn't see Custom anywhere, so I let the config get created again and still not there. I have autokit also, but don't know what to leave in the code. Also it gives error and won't let me use CopyPaste sometimes, I just tested it and it worked finially

Thanks!

{
  "Kit chat command": "kit",
  "Currency used for purchase costs (Scrap, Economics, ServerRewards)": "Scrap",
  "Log kits given": true,
  "Wipe player data when the server is wiped": true,
  "Use the Kits UI menu": true,
  "Allow players to toggle auto-kits on spawn": true,
  "Show kits with permissions assigned to players without the permission": true,
  "Players with the admin permission ignore usage restrictions": false,
  "Autokits ordered by priority": [
	"Admin Kit",
	"Moderator Kit",
	"VipElite",
	"VipBasic",
	"Donor Kit",
	"Drone",
	"Food Kit",
	"Gather Kit",
	"Raid Kit",
	"Daily Kit",
	"Builder Kit",
	"Astartes+",
	"autokit"
  ],
  "Custom AutoKits": {
   "0": "Admin Kit",
   "1": "Moderator Kit",
   "2": "VipElite",
   "3": "VipBasic",
   "4": "Donor Kit",
   "5": "Drone",
   "6": "Food Kit",
   "7": "Gather Kit",
   "8": "Raid Kit",
   "9": "Daily Kit",
   "10": "Builder Kit",
   "11": "Astartes+",
   "12": "autokit"
  },
  "Post wipe cooldowns (kit name | seconds)": {
    "Admin Kit": 0,
	"Moderator Kit": 0,
	"VipElite": 0,
	"VipBasic": 600,
	"Donor Kit": 700,
	"Drone": 1440,
	"Food Kit": 600,
	"Gather Kit": 700,
	"Raid Kit": 1440,
	"Daily Kit": 400,
	"Builder Kit": 700,
	"Astartes+": 600,
	"autokit": 0
  },
  "Parameters used when pasting a building via CopyPaste": [
    "autoheight",
    "true",
    "blockcollision",
    "true",
    "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": 3,
    "Patch": 0
  }
}​