Unsure how to define the jail kitSolved
Hey,
how can i set the Jailkit for the Prisoners?
There is no line where i can put the jail kit in.

Best regards,
BattleSheep
  • "Give prisoners a designated kit" - Enabling this will give the prisoner the specified kit when they enter the prison. If you have not set a kit for the prison they will receive nothing
yeah its weird as is no where to tell it what the name of the kit is.

Doesnt help that the old oxide site is all archived up so we cant read what was in the old posts.
In response to tomhud ():
"Give prisoners a designated kit" - Enabling this will give the prisoner the specified kit when the...
You use the kits plugin to create the kit is my guess,
Using the skins that are availble to me I can create a kit using grey stripped long pants and a red stripped long sleeve "skivvie", So to try it out equip yourself with burlap pants, shirt and boots , then type  /kit add Prisoner in chat and use the settings you want, I suppose as it is specifically for prisoners you would want "hide" set to true , Level set to 1 and npc only= false, then use /kit items to copy your inventory , after you have done that you can go to the data/kits/json file and replace the kits clothing items with the ones in the bottom code box, and then save it, hopefully it will give you a striped prison outfit, but to check it you can redeem it and see how it looks and add and remove articles you dont want in it. This response is a bit long winded but hope it helps and anyway here is the complete "stripe" kit config if you want to cut and paste it into your data folder, you will still have to use chat to create the kit etc.
},
    "stripe": {
      "name": "stripe",
      "description": null,
      "max": 0,
      "cooldown": 0.0,
      "authlevel": 0,
      "hide": true,
      "npconly": false,
      "permission": null,
      "image": null,
      "building": null,
      "items": [
        {
          "itemid": 671063303,
          "container": "wear",
          "amount": 1,
          "skinid": 0,
          "weapon": false,
          "blueprintTarget": 0,
          "mods": []
        },
        {
          "itemid": 935692442,
          "container": "wear",
          "amount": 1,
          "skinid": 10051,
          "weapon": false,
          "blueprintTarget": 0,
          "mods": []
        },
        {
          "itemid": 237239288,
          "container": "wear",
          "amount": 1,
          "skinid": 10078,
          "weapon": false,
          "blueprintTarget": 0,
          "mods": []
        },
        {
          "itemid": -1163532624,
          "container": "wear",
          "amount": 1,
          "skinid": 10072,
          "weapon": false,
          "blueprintTarget": 0,
          "mods": []
        },
        {
          "itemid": 1366282552,
          "container": "wear",
          "amount": 1,
          "skinid": 0,
          "weapon": false,
          "blueprintTarget": 0,
          "mods": []
        },
        {
          "itemid": -1549739227,
          "container": "wear",
          "amount": 1,
          "skinid": 10034,
          "weapon": false,
          "blueprintTarget": 0,
          "mods": []
        },
        {
          "itemid": 1545779598,
          "container": "belt",
          "amount": 1,
          "skinid": 0,
          "weapon": true,
          "blueprintTarget": 0,
          "mods": []
        }
      ]​


          "itemid": 935692442,
           "skinid": 10051,
         
           "itemid": 237239288,
          "skinid": 10078,
          
            "itemid": -1163532624,
           "skinid": 10072,
         
          "itemid": -1549739227,
          "skinid": 10034,
         ​
i can make kits fine but in the jail config there is nothing to define what kit name to give them.
Try prison or prison kit :)
will do 
yet in the cs file it mentioned `inmate` so i made a kit called inmate and it didnt work
In response to tomhud ():
will do 
yet in the cs file it mentioned `inmate` so i made a kit called inmate and it didnt wo...
i Checked online and all the old oxide files are now unavailable and there is nothing worthwhile in any other sites regarding setting up the kit , it just says you can have one, But it is optional so it should work ok without one, They will just be in their underwear but they wont have any food/drink,
yeah the jail plugin works fine - no issues with that but i want a jail kit :)
In response to tomhud ():
yeah the jail plugin works fine - no issues with that but i want a jail kit :)
The kit is defined when you create the jail
/jail create <name> <spawnfile> <zoneId> <opt:kit>
Locked automatically