Can anyone tell me whats wrong? (pvp zone wont work)

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)

If you just want to make a zone with vanilla behavior, you can map to the special "exclude" ruleset instead of trying to create a custom "pvp" ruleset. This is what most plugins that automatically create PVP zones do.

NLK2Kc8n39PGQ4Z.jpg HunterZ

If you just want to make a zone with vanilla behavior, you can map to the special "exclude" ruleset instead of trying to create a custom "pvp" ruleset. This is what most plugins that automatically create PVP zones do.

so instead of putting in the 2nd rule set that i did named pvp i just do exclude? where am i inserting exclude at. sorry just got into rust modding and don't know much but am trying to learn the best i can 
oblaba
so instead of putting in the 2nd rule set that i did named pvp i just do exclude? where am i inserting exclude at. sorry just got into rust modding and don't know much but am trying to learn the best i can 
Right, in the mappings section you would just map your zone ID to "exclude", and not have anything other than "default" under RuleSets, because "exclude" is recognized by True PVE as special.
yhFPLJsx63nJ76Z.jpg HunterZ
Right, in the mappings section you would just map your zone ID to "exclude", and not have anything other than "default" under RuleSets, because "exclude" is recognized by True PVE as special.
and just to double check i'm writing "exclude" in where i currently have "pvp" in the mapping after my zone id, then delete my rule set i added and just keep the default original TruePvE rule set only? again thank you so much it's getting more clear now

Yes, that's what I was trying to describe.

doeumE5hmmk5lGB.jpg HunterZ

Yes, that's what I was trying to describe.

this is what ive input and its still not working after reloading the mods and a server restart, i may just be dumb but i thought i had it right ( mappings set to exclude and default truePVE rulesets

 },
  "Mappings": {
    "default": "default"
     ,"70325098": "exclude"
   
  },
  "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"
      ]
     },
  {

Are you sure that zone ID "70325098" corresponds to a real, active Zone Manager zone ID (not name) on your server?