PVP Delay TIme Not working on custom zones

Hello,

I created a zone with ZoneManager called DeadCityPVP, I add it with dynpvp add, then I unload plugins ZoneManager, DynamicPVP and edit the DynamicPVP json file in the data folder, I enable the info and still the PVP delay is not working as it does with all the DynamicPVP zones. I use PVXinfo to show PVP, PVE, PVPDelay info.

{
  "timedEvents": {},
  "autoEvents": {
    "DeadCityPVP": {
      "Enable Event": true,
      "Enable PVP Delay": true,
      "PVP Delay Time": 10.0,
      "Enable Domes": true,
      "Domes Darkness": 8,
      "Delay In Starting Event": 0.0,
      "Delay In Stopping Event": 0.0,
      "TruePVE Mapping": "exclude",
      "Use Blacklist Commands (If false, a whitelist is used)": true,
      "Command List (If there is a '/' at the front, it is a chat command)": [],
      "Dynamic PVP Zone Settings": {
        "Zone Radius": 135.0,
        "Zone Size": {
          "x": 0.0,
          "y": 0.0,
          "z": 0.0
        },
        "Zone Rotation": 0.0,
        "Fixed Rotation": false,
        "Zone Comfort": 0.0,
        "Zone Radiation": 0.0,
        "Zone Temperature": 0.0,
        "Enable Safe Zone": false,
        "Eject Spawns": "",
        "Zone Parent ID": "",
        "Enter Message": "Entering a PVP area!",
        "Leave Message": "Leaving a PVP area.",
        "Permission Required To Enter Zone": "",
        "Extra Zone Flags": []
      },
      "Enable Bots (Need BotSpawn Plugin)": false,
      "BotSpawn Profile Name": "",
      "Auto Start": false,
      "Zone ID": "94221435",
      "Position": {
        "x": -107.830864,
        "y": 67.69026,
        "z": 352.3026
      }
    }
  }
}​

Am I supposed to delete the custom zone I first created with ZoneManager?

"definitions": [
    {
      "Name": "DeadCityPVP",
      "Radius": 135.0,
      "Radiation": 0.0,
      "Comfort": 0.0,
      "Temperature": 0.0,
      "SafeZone": false,
      "Location": "-111.8364 67.69026 355.5368",
      "Size": "0 0 0",
      "Rotation": "0 0 0",
      "Id": "94221435",
      "ParentID": null,
      "EnterMessage": "Entering a PVP area!",
      "LeaveMessage": "Leaving a PVP area!",
      "Permission": null,
      "EjectSpawns": null,
      "Enabled": true,
      "Flags": "NoPve, AlwaysLights"
    },​

You don't need to create any zones through the ZoneManager