{"id":125884,"date":"2026-06-07T12:33:43","date_gmt":"2026-06-07T09:33:43","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/"},"modified":"2026-06-07T12:33:43","modified_gmt":"2026-06-07T09:33:43","slug":"proxyflow","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/","title":{"rendered":"ProxyFlow &#8211; AntiVPN"},"content":{"rendered":"<p>![ProxyFlow](https:\/\/i.imgur.com\/nfwkxNN.png)<br \/>\n# The All-in-One Security System for your Velocity Proxy<\/p>\n<p>**ProxyFlow** is the ultimate security solution for Minecraft server networks based on Velocity. Version 1.4.0 introduces massive performance improvements through **Asynchronous Processing**, **Caching**, and **Database Support**.<\/p>\n<p>It proactively protects your network from bot attacks, VPN bypasses, and exploits while providing your team with essential tools like a global StaffChat and Discord integration.<\/p>\n<p>**Support &#038; Community**<br \/>\nQuestions, bugs, or feature requests? Join our Discord:<br \/>\nhttps:\/\/discord.gg\/DK8ZuTCwEC<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>### Security System<\/p>\n<p>Protect your network before malicious connections even reach your backend servers.<\/p>\n<p>* **Intelligent VPN &#038; Proxy Blocker:**<br \/>\n* Blocks connections via anonymous networks (VPNs\/Proxies).<br \/>\n* **NEW:** Uses an intelligent **Caching System** (stores results for X minutes) to save API limits and prevent join lag.<br \/>\n* Requires a free API key from proxycheck.io.<\/p>\n<p>* **Persistent Punishments (SQLite):**<br \/>\n* **NEW:** Temporary bans (e.g., triggered by Anti-Bot) are now stored in a local SQLite database (`database.db`). Bans remain active even after a proxy restart!<\/p>\n<p>* **Country Blocker (GeoIP):** Whitelist or Blacklist specific countries.<br \/>\n* **Anti-Bot &#038; Anti-Exploit:**<br \/>\n* Detects inhumanly fast connection attempts.<br \/>\n* Blocks invalid usernames.<br \/>\n* Prevents packet exploits at the proxy level.<\/p>\n<p>* **Multi-Account Protection:** Limits the number of players allowed to join from the same IP address.<\/p>\n<p>### Discord Integration (NEW)<\/p>\n<p>Connect your proxy to Discord via Webhooks:<\/p>\n<p>* Notifications for **VPN\/Bot blocks** (includes IP and username).<br \/>\n* Notifications for **Maintenance Mode** status changes.<br \/>\n* Fully asynchronous \u2013 your server will never lag, even if Discord is slow to respond.<\/p>\n<p>### Global StaffChat (NEW)<\/p>\n<p>Communicate with your team across all servers:<\/p>\n<p>* Command: `\/sc <message>` or `\/staffchat <message>`<br \/>\n* **Toggle Mode:** Use `\/sc` without arguments to automatically send all your chat messages to the staff chat.<\/p>\n<p>### Maintenance System<\/p>\n<p>* **Custom MOTD:** Displays maintenance status directly in the server list (supports color codes).<br \/>\n* **Auto-Kick:** Disconnects players without permission during maintenance.<br \/>\n* **Bypass:** Staff members with permission can still join.<\/p>\n<p>### Queue System<\/p>\n<p>* Redirects players to a queue server if the target server (Lobby) is full.<br \/>\n* Priority support for VIPs\/Staff.<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download the `ProxyFlow-1.4.0+dependencies.jar`.<br \/>\n2. Place the file into the `plugins` folder of your Velocity Proxy.<br \/>\n3. **Important:** Ensure **Java 21** is installed.<br \/>\n4. Restart the proxy.<br \/>\n5. Add your API key to `config.yml` and configure the Discord Webhooks.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration (config.yml)<\/p>\n<p>&#8220;`yaml<br \/>\nmaintenance:<br \/>\n  enabled: false<br \/>\n  motd: &#8221;               &#038;4&#038;lServer is in maintenance!n    &#038;lPlease try again later&#8221;<br \/>\n  kick-message: &#8220;&#038;cThis server is currently in maintenance&#8221;<br \/>\n  bypass-permission: &#8220;proxyflow.maintenance.bypass&#8221;<\/p>\n<p>whitelist:<br \/>\n  enabled: false<br \/>\n  kick-message: &#8220;&#038;cYou are not whitelisted on this server!&#8221;<br \/>\n  players:<br \/>\n    &#8211; &#8220;Notch&#8221;<br \/>\n    &#8211; &#8220;Dinnerbone&#8221;<br \/>\n  bypass-permission: &#8220;proxyflow.whitelist.bypass&#8221;<\/p>\n<p>queue:<br \/>\n  enabled: false<br \/>\n  max-players: 100<br \/>\n  queue-server: &#8220;queue&#8221;<br \/>\n  target-server: &#8220;lobby&#8221;<br \/>\n  queue-message: &#8220;&#038;eYou are in queue&#8230; Position: &#038;6{position}&#038;e\/&#038;6{total}&#8221;<br \/>\n  bypass-permission: &#8220;proxyflow.queue.bypass&#8221;<br \/>\n  priority-permissions:<br \/>\n    &#8220;proxyflow.queue.priority.high&#8221;: 100<br \/>\n    &#8220;proxyflow.queue.priority.medium&#8221;: 50<br \/>\n    &#8220;proxyflow.queue.priority.low&#8221;: 10<\/p>\n<p>security:<br \/>\n  vpn-check:<br \/>\n    enabled: true<br \/>\n    api-key: &#8220;YOUR_API_KEY_HERE&#8221;<br \/>\n    # How long (in minutes) to cache an IP as &#8220;safe&#8221;? (Saves API requests)<br \/>\n    cache-duration-minutes: 60<br \/>\n    bypass-permission: &#8220;proxyflow.security.vpn.bypass&#8221;<br \/>\n    whitelisted-players: []<br \/>\n    block-server-ips: true<br \/>\n    notify-admins: true<\/p>\n<p>  country-block:<br \/>\n    enabled: false<br \/>\n    mode: &#8220;blacklist&#8221;<br \/>\n    countries:<br \/>\n      &#8211; &#8220;US&#8221;<br \/>\n      &#8211; &#8220;CN&#8221;<\/p>\n<p>  multi-account:<br \/>\n    enabled: true<br \/>\n    bypass-permission: &#8220;proxyflow.security.multiaccount.bypass&#8221;<br \/>\n    action: &#8220;kick&#8221;<br \/>\n    kick-message: &#8220;&#038;cA player with your IP address is already on this server&#8221;<br \/>\n    whitelisted-players: []<\/p>\n<p>discord:<br \/>\n  enabled: false<br \/>\n  webhook-url: &#8220;https:\/\/discord.com\/api\/webhooks\/&#8230;&#8221;<br \/>\n  notify-vpn-block: true<br \/>\n  notify-maintenance: true<\/p>\n<p>staffchat:<br \/>\n  enabled: true<br \/>\n  format: &#8220;&#038;8[&#038;cSC&#038;8] &#038;e{player}&#038;8: &#038;f{message}&#8221;<\/p>\n<p>&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Commands &#038; Permissions<\/p>\n<p>| Command | Permission | Description |<br \/>\n| &#8212; | &#8212; | &#8212; |<br \/>\n| `\/proxyflow reload` | `proxyflow.command.reload` | Reloads the configuration. |<br \/>\n| `\/maintenance` | `proxyflow.command.maintenance` | Toggles maintenance mode on\/off. |<br \/>\n| `\/staffchat` | `proxyflow.staffchat` | Sends a message or toggles staff chat. |<br \/>\n| `\/whitelist <on\/off\/add\/remove>` | `proxyflow.command.whitelist` | Manages the whitelist. |<br \/>\n| `\/security <blockserverips\/notify>` | `proxyflow.command.security` | Manages security settings live. |<br \/>\n| **Bypass Permissions** |  |  |<br \/>\n| (See Config) | `proxyflow.maintenance.bypass` | Join during maintenance. |<br \/>\n| (See Config) | `proxyflow.security.vpn.bypass` | Join using a VPN. |<br \/>\n| **Admin Notify** | `proxyflow.notify` | Receive ingame alerts when blocks occur. |<\/p>\n","protected":false},"excerpt":{"rendered":"<p>ProxyFlow protects your Velocity proxy with a firewall against VPNs, bots, and multi-accounts. The plugin includes a configurable country-blocker and punishes repeated violations with automatic temp-bans. All features are configurable!<\/p>\n","protected":false},"featured_media":125885,"template":"","meta":{"_minecraft_slug":"proxyflow","_minecraft_project_id":"rRMS0zYW","_minecraft_author":"Yu_Dino","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":307,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"proxyflow.zip","_minecraft_size_bytes":14688116,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T11:40:48.459276Z","_minecraft_date_created":"2025-10-09T04:18:11.867740Z","_minecraft_date_modified":"2026-01-02T17:06:39.437106Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/proxyflow","_minecraft_icon_attachment_id":125885,"_minecraft_imported_at":"2026-06-07T09:33:44+00:00","_minecraft_import_hash":"40ac4a574b0b467b63f7bb9d5c299896","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,90,123,985],"mod_loader":[986],"minecraft_version":[438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-125884","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-optimization","mod_category-technology","mod_category-velocity","mod_loader-velocity","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ProxyFlow - AntiVPN - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ProxyFlow - AntiVPN - Minecraft\" \/>\n<meta property=\"og:description\" content=\"ProxyFlow protects your Velocity proxy with a firewall against VPNs, bots, and multi-accounts. The plugin includes a configurable country-blocker and punishes repeated violations with automatic temp-bans. All features are configurable!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/\",\"name\":\"ProxyFlow - AntiVPN - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxyflow-icon-058c73117eb84bd5e814ff3b3a332995e8ced55c_96.webp\",\"datePublished\":\"2026-06-07T09:33:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxyflow-icon-058c73117eb84bd5e814ff3b3a332995e8ced55c_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/proxyflow-icon-058c73117eb84bd5e814ff3b3a332995e8ced55c_96.webp\",\"width\":96,\"height\":90},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/proxyflow\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"ProxyFlow &#8211; AntiVPN\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ProxyFlow - AntiVPN - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/","og_locale":"en_US","og_type":"article","og_title":"ProxyFlow - AntiVPN - Minecraft","og_description":"ProxyFlow protects your Velocity proxy with a firewall against VPNs, bots, and multi-accounts. The plugin includes a configurable country-blocker and punishes repeated violations with automatic temp-bans. All features are configurable!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/","name":"ProxyFlow - AntiVPN - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxyflow-icon-058c73117eb84bd5e814ff3b3a332995e8ced55c_96.webp","datePublished":"2026-06-07T09:33:43+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxyflow-icon-058c73117eb84bd5e814ff3b3a332995e8ced55c_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/proxyflow-icon-058c73117eb84bd5e814ff3b3a332995e8ced55c_96.webp","width":96,"height":90},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/proxyflow\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"ProxyFlow &#8211; AntiVPN"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/125884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/125885"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=125884"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=125884"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=125884"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=125884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}