Teleport delays timesSolved

So I was chatting with a friend wondering is there a way to set teleport delay times diffrent?  Say a PVP and PVE zone, so say I wanted in the PVP zone delay teleport to 30 seconds but for a PVE zone would be set to 5 seconds? 

and setting up for each teleport delay times for like bandit outpost ect. Just wondering, Thanks.

For Outpost or Bandit, you can use the Countdown option in the config to set how many seconds to wait before teleporting there:

...
"Bandit": {
      "Command Enabled": true,
      "Set Position From Monument Marker Name": "",
      "Set Position From Monument Marker Name Offset": "0 0 0",
      "Allow TPB": true,
      "Allow Cave": false,
      "Cooldown": 120,
-->   "Countdown": 5,
      "Daily Limit": 10,​
...

I don't see a way to use separate times for pve or pvp zones. nteleportation checks zones for notp only. if a plugin could manage grant and revoke of permissions on enter and exit of a zone then that could be a solution. otherwise I'd have to check if the player is in a zone before teleporting.

OK thank you I was just wondering 

Locked automatically