Setting PVP for only 1 monument?
should I just delete the plugin after it has generated what I need so it won't do it again on server restart?
Covfefe
Which config? When I loaded the plugin every single monument was a pvp zone. Please tell me how to delete them as if I'm a 10 year old
should I just delete the plugin after it has generated what I need so it won't do it again on server restart?
The config for the Zone Manager Auto Zones
{
"ZoneSettings": {
"airfield_1": "200",
"sphere_tank": "80",
"water_treatment_plant_1": "175",
"radtown_small_3": "80",
"launch_site": "295",
"military_tunnel_1": "115",
"excavator": "205",
"satellite_dish": "100",
"powerplant_1": "150",
"junkyard": "165",
"trainyard_1": "165"
},
"ZonesDome Option": {
"Use Zone Domes Spheres over Zones": true,
"Use TruePVE Rule Set": true,
"TruePVE RuleSet": "exclude",
"Enter Zone Message": "WARNING: You are now entering a PVP Zone",
"Leave Zone Message": "Returning to PVE Area"
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 5
}
}Where it says ZoneSettings, those are the monuments that it will generate zones for. You can remove the ones you dont want. If it generated ones you do not want to include, you will need to unload zonemanager so that you can delete them manually from the zonemanager data file. Reload Zone Manager and then reload Zone Manager Auto Zones and it will recreate them again for only the ones you have listed in the config itself.
Thank you!FastBurst
The config for the Zone Manager Auto Zones
{ "ZoneSettings": { "airfield_1": "200", "sphere_tank": "80", "water_treatment_plant_1": "175", "radtown_small_3": "80", "launch_site": "295", "military_tunnel_1": "115", "excavator": "205", "satellite_dish": "100", "powerplant_1": "150", "junkyard": "165", "trainyard_1": "165" }, "ZonesDome Option": { "Use Zone Domes Spheres over Zones": true, "Use TruePVE Rule Set": true, "TruePVE RuleSet": "exclude", "Enter Zone Message": "WARNING: You are now entering a PVP Zone", "Leave Zone Message": "Returning to PVE Area" }, "Version": { "Major": 1, "Minor": 0, "Patch": 5 } }Where it says ZoneSettings, those are the monuments that it will generate zones for. You can remove the ones you dont want. If it generated ones you do not want to include, you will need to unload zonemanager so that you can delete them manually from the zonemanager data file. Reload Zone Manager and then reload Zone Manager Auto Zones and it will recreate them again for only the ones you have listed in the config itself.