Yesterday I noticed my zone manager zones were not as my config shows so I decided to manually adjust them and yet today they were back to defaults.
I have "BanditCampZoneRadius": 1 because the bandit camp does not have a safe zone so people sleeping there are subject to wandering players killing them. Maybe make it so if the config is like this: "BanditCampZoneRadius": 0 then that safe zone manager zone is not created.
Anyway that is not my issue, my issue is everytime the server resets (each night) the zones are over written with defaults and ignoring the config values.
My Config:
{
"BanditCampZoneRadius": 1,
"Enter Message": "You are now entering a No Sleep Zone",
"Leave Message": "You are now Leaving a No Sleep Zone",
"OupostZoneRadius": 130,
"Use Enter and Leave Messages?": true
}My Zones(post server reset):
{
"Name": "BanditCamp",
"Radius": 100.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"Location": "-49.09974 32.43773 -173.8156",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "BanditCamp.0",
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "EjectSleepers"
}, {
"Name": "OutPost",
"Radius": 100.0,
"Radiation": 0.0,
"Comfort": 0.0,
"Temperature": 0.0,
"Location": "226.0629 27.02666 618.557",
"Size": "0 0 0",
"Rotation": "0 0 0",
"Id": "OutPost.1",
"EnterMessage": null,
"LeaveMessage": null,
"Permission": null,
"EjectSpawns": null,
"Enabled": true,
"Flags": "EjectSleepers"
}