If you want to be able to choose your spawns at the beginning of the game you'll need to follow these steps to be able to choose from the default four spawnpoints in Muldraugh, Riverside, Rosewood & West Point. If you want to add modded spawnpoints, you can follow this guide.
1. Open the File Manager
2. Navigate to /server-data/Server/
3. Right click and select new file.
4. Name the new file pzserver_spawnregions.lua
5. Right click the file and select Edit.
6. Paste this into the file:
function SpawnRegions()
return {
{ name = "Muldraugh, KY", file = "media/maps/Muldraugh, KY/spawnpoints.lua" },
{ name = "Riverside, KY", file = "media/maps/Riverside, KY/spawnpoints.lua" },
{ name = "Rosewood, KY", file = "media/maps/Rosewood, KY/spawnpoints.lua" },
{ name = "West Point, KY", file = "media/maps/West Point, KY/spawnpoints.lua" },
}
end
7. In the Advanced Server Settings add a line at the bottom of the field as follows: SpawnRegions=pzserver_spawnregions.lua
8. Save Configs & Restart the Server