This mod has been deprecated. Please upgrade to:

DayZ Life V2 Client (RP Framework)

DayZ Life V2 Server (RP Framework)

Army Job Spawn Points:

{
    "version": "2", // Never touch this value. It is needed internally
    "jobId": "Army", // 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 Civilian can spawn
        {
            "id": "221727198",  // 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": "North West Airfield",  // The name of the Location 
            "point": [ // Coordinates of Spawn Point 
                4657.5400390625,
                343.8925476074219,
                9586.001953125
            ],
            "orientation": [ // The Orientation of Spawn Point
                64.7444076538086,
                0.0,
                0.0
            ],
            "items": [  // Items that the player get at spawn point
                "BDUPants",
                "BDUJacket",
                "MilitaryBelt",
                "TacticalGloves_Green",
                "MilitaryBoots_Black",
                "MilitaryBeret_Red"
            ]
        }
      // You can add here more points
    ]
}