Solved Loadout saving issues....

Is this config correct? as its not saving large med kits and ladders. But this is only saving sometimes. Sometimes it saves sometimes it doesn't.

{
"Permissions cache duration (seconds)": 300,
"Command": [
"loadout",
"outfit",
"spawnkit",
"loadouts",
"load-out"
],
"Wipe data on new map": [
{
"Permission": "loadout.default",
"Priority": 1,
"Reset items from old loadout group": true,
"Can save loadout": true,
"Can get loadout": true,
"Block if shortname was not defined": false,
"Restriction by categories": {
"Attachment": 99999,
"Weapon": 99999,
"Construction": 99999,
"Items": 99999,
"Resources": 99999,
"Attire": 99999,
"Tool": 99999,
"Medical": 99999,
"Food": 99999,
"Ammunition": 99999,
"Traps": 99999,
"Misc": 99999,
"All": 99999,
"Common": 99999,
"Component": 99999,
"Search": 99999,
"Favourite": 99999,
"Electrical": 99999,
"Fun": 99999
},
"Restriction by shortnames": {
"rifle.ak": 5,
"ammo.rifle": 99999,
"bandage": 99999,
"largemedkit": 99999,
"ladder.wooden.wall": 99999,
}
}
]
}
 

Orange

Administrator
Is this config correct? as its not saving large med kits and ladders. But this is only saving sometimes. Sometimes it saves sometimes it doesn't.

{
"Permissions cache duration (seconds)": 300,
"Command": [
"loadout",
"outfit",
"spawnkit",
"loadouts",
"load-out"
],
"Wipe data on new map": [
{
"Permission": "loadout.default",
"Priority": 1,
"Reset items from old loadout group": true,
"Can save loadout": true,
"Can get loadout": true,
"Block if shortname was not defined": false,
"Restriction by categories": {
"Attachment": 99999,
"Weapon": 99999,
"Construction": 99999,
"Items": 99999,
"Resources": 99999,
"Attire": 99999,
"Tool": 99999,
"Medical": 99999,
"Food": 99999,
"Ammunition": 99999,
"Traps": 99999,
"Misc": 99999,
"All": 99999,
"Common": 99999,
"Component": 99999,
"Search": 99999,
"Favourite": 99999,
"Electrical": 99999,
"Fun": 99999
},
"Restriction by shortnames": {
"rifle.ak": 5,
"ammo.rifle": 99999,
"bandage": 99999,
"largemedkit": 99999,
"ladder.wooden.wall": 99999,
}
}
]
}
Try to set `"Reset items from old loadout group": true, ` to false and please use spoilers and code blocks in future
 
Top