trying to set up a single PVP zone in our server with true pve enabled with zone manager, this is what my config is and nobody takes damage in the zone from other players, any help is much appreciated. below is the config
{
"Config Version": "2.2.3",
"Default RuleSet": "default",
"Configuration Options": {
"TwigDamage (FLAG)": {
"Log Offenses": false,
"Notify Offenders": false,
"Reflect Damage Multiplier": 0.0,
"Multiplier Allows Armor Protection": true
},
"handleDamage": true,
"useZones": true,
"Trace To Player Console": false,
"Trace To Server Console": true,
"Log Trace To File": true,
"Maximum Distance From Player To Trace": 50.0,
"Prevent Water From Extinguishing BaseOven": false,
"Prevent Players From Being Marked Hostile": false,
"Allow PVP Below Height": -500.0,
"Allow PVP Above Height": 5000.0,
"Allow Other Damage Below Height": -500.0,
"Allow Other Damage Above Height": 5000.0,
"Allow Cold Metabolism Damage": false,
"Allow Heat Metabolism Damage": false
},
"Mappings": {
"default": "default"
,"70325098": "pvp"
},
"Schedule": {
"enabled": false,
"useRealtime": false,
"broadcast": false,
"entries": []
},
"RuleSets": [
{
"name": "default",
"enabled": true,
"defaultAllowDamage": false,
"flags": "HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, PlayerSamSitesIgnorePlayers, TrapsIgnorePlayers, TurretsIgnorePlayers",
"rules": [
"anything can hurt dispensers",
"anything can hurt resources",
"anything can hurt barricades",
"anything can hurt traps",
"anything can hurt heli",
"anything can hurt npcs",
"anything can hurt players",
"nothing can hurt ch47",
"nothing can hurt cars",
"nothing can hurt mini",
"nothing can hurt snowmobiles",
"nothing can hurt ridablehorses",
"cars cannot hurt anything",
"mini cannot hurt anything",
"ch47 cannot hurt anything",
"scrapheli cannot hurt anything",
"players cannot hurt traps",
"guards cannot hurt players",
"fire cannot hurt players",
"traps cannot hurt players",
"highwalls cannot hurt players",
"barricades cannot hurt players",
"barricades2 cannot hurt players",
"mini cannot hurt mini",
"npcs can hurt players",
"junkyard cannot hurt anything",
"junkyard can hurt cars",
"players cannot hurt tugboats",
"heliturrets cannot hurt players"
]
},
{
"RuleSets": [
{
},
{
"name": "pvp",
"enabled": true,
"defaultAllowDamage": true,
"flags": "HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal",
"rules": [
"players cannot hurt buildings"
]
}
]
(this is everything from the top of my config down to the end of the ruleset that was reccomended to add)