Autokits is there a way?Solved

How do i add autokits to new players and people who have died, I had it so they where wearing a bunnysuit and had a flash light and some food.
With the update I cant figure it out

do i have to redo my whole kits? or we can convert??

marduk1234

do i have to redo my whole kits? or we can convert??

No you dont it will convert all kits over just follow the instructions to convert data files , just check your cooldowns , mine seemed to go crazy but edited them to what i want and everything going well,
Check the documentation for converting data over to new version
The files are now in a folder in data section and contains two json files
kits_data.json (which you edit)
player_data.json (which you can delete after the wipe to clear players usage(s) it is recreated when server reloads plugin on startup
Edit the DATA file with the plugin unloaded or the server down or it will not save any changes,
I always (with files this large) copy/paste it into a "new text" file so i can edit it the way i want it then (making sure plugin is unloaded) replace the original with the edited one/save/reload plugin.



Merged post

Just make sure you enter the name of the kit(s) you want to use as the autokit (which you of course have already created  :)
in the example below i have already entered "autokit" as the desired kit. but you can use the name of any of your kits.
{
  "Currency used for purchase costs (Scrap, Economics, ServerRewards)": "Scrap",
  "Log kits given": true,
  "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": true,
  "Autokits ordered by priority": [
    "autokit",
    "OtherKitName"​
Locked automatically