Auto events not workingSolved
Hello,

I have made 2 Auto Events, and set up the event in the Data folder after unloading the plugin. The info in the Data folder is to "enable" these events when the plugin loads. When I do the command /dynpvp list it shows enabled: false for the custom zones. This is not what it shows in the Data folder though.
yeah im having the same, only way im getting around it is using an autp RCON command, getting the server to run the command dynpvp start "eventname" at a couple minutes after a restart should work 

Merged post

ok i think i just figured it out, if you was making the same mistake as me anyway.

"timedEvents": {}, "autoEvents": {
  "basezone": {
    "Enable Event": true,
    "Enable PVP Delay": false,
    "PVP Delay Time": 10.0,
    "Enable Domes": true,
    "Domes Darkness": 5,
    "Delay In Starting 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 Comfort": "0",
      "Zone Temperature": "0",
      "Zone Radiation": "0",
      "Zone Radius": "400",
      "Enter Message": "Entering a PVP Base area!",
      "Leave Message": "Leaving a PVP Base area.",
      "Permission Required To Enter Zone": "",
      "Eject Spawns": "",
      "Extra Zone Flags": []
    },
    "Enable Bots (Need BotSpawn Plugin)": false,
    "BotSpawn Profile Name": "",
    "Auto Start": false,
    "Zone ID": "",
    "Position": {
      "x": 1007.458,
      "y": 3.043909,
      "z": -987.630066
    }
  }
}
}

The part at the bottom "autostart" i had set to false because i thought that was part of the BotSpawn plugin, so just double check you havent done the same and it will autostart on its own

5faf047e99342.jpg Blox90
yeah im having the same, only way im getting around it is using an autp RCON command, getting the server to run the command dynpvp start "eventname" at a couple minutes after a restart should work 

Merged post

ok i think i just figured it out, if you was making the same mistake as me anyway.

The part at the bottom "autostart" i had set to false because i thought that was part of the BotSpawn plugin, so just double check you havent done the same and it will autostart on its own

That was it.. thank you brother

no problem dude
Locked automatically