⚠️Random Disconnects

Troubleshooting Random Disconnects from AntiVPN.io

If you are experiencing random disconnects, this is expected behavior due to our use of Cloudflare. These disconnects occur between the AntiVPN plugin and the AntiVPN cloud service, not between regular users and the server. However, there is a way to disable the warnings in the console if you wish.

  1. Go to your plugins folder

  2. Then go to ServerAntiVPN plugin folder.

  3. Open the config.json file

{
  "debug": false,
  "secret": "your-code-goes-here",
  "detectMessage": "§cVPN Detected!\n§cPlease disable your VPN and rejoin.\n§cIf you believe this is a mistake, please contact an administrator.",
  "cacheTimeout": 120,
  
}

Please replace the level line with the following configuration:

{
  "level": "OFF"
}

Last updated

Was this helpful?