Copl Job Spawn Points:
{
"version": "2", // Never touch this value. It is needed internally
"jobId": "Cop", // Never touch this value. It is needed internally
"blockTimeForJobChange": 3600 //For this time period player can not open the spawn menu without dying
"spawnPoints": [ Positions where Cops can spawn
{
"id": "568380011", // must be unique, if you add manually an position, you can set an empty value like "", the mod will automatically assign a value. Never change this value.
"name": "Police Station Chernogorsk", // The name of the Location
"point": [ // Coordinates of Spawn Point
6632.7509765625,
11.370984077453614,
2592.99755859375
],
"orientation": [ // The Orientation of Spawn Point
-28.203798294067384,
0.0,
0.0
],
"items": [ // Items that the player get at spawn point
"PoliceVest",
"PoliceJacket",
"PolicePants",
"PoliceCap",
"DressShoes_Black",
"TelescopicBaton"
]
}
// You can add here more points
]
}