Change one value in types.json (like increasing canned food spawns). Validate. Reload your server or use #reload if you have CF installed. Watch what happens.
if len(sys.argv) > 1: target_dir = sys.argv[1] dayz json files full
Since JSON is strict, one missing comma or bracket will crash your server at startup. Here is the anatomy of the most common "full" JSON entry. Change one value in types
"className": "Pistol", "minQuantity": 1, "maxQuantity": 3, "probability": 0.05, "useWeight": true, "weight": 1.5 dayz json files full