AntiVPN
Plugin
  • Getting Started
    • 😀Introduction
    • ⚒️Installation
      • Change Kick Message
  • 🛠️Settings
    • ⚠️Random Disconnects
    • 🔧Creating Configuration
    • 🛡️Shield Mode
    • 🔔Webhooks
  • Developers
    • 📞Realtime java API
    • 🌐Rest-API
  • 📣Discord
Powered by GitBook
On this page

Was this helpful?

  1. Settings

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.

By disabling this feature, you will cease receiving logs pertaining to AntiVPN.io in your console.

  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"
}
PreviousChange Kick MessageNextCreating Configuration

Last updated 1 month ago

Was this helpful?

🛠️
⚠️