FoxGate AntiVPN v1.2.0-pre4

A customizable and advanced AntiVPN for your server, protect your server from VPNs and more FREE!
    • zowi5.png
    • Captura de pantalla 2025-03-02 181333.png
    • Captura de pantalla 2025-03-02 181418.png
    • Captura de pantalla 2025-03-02 181440.png
    • Captura de pantalla 2025-03-02 181548.png
    • Captura de pantalla 2025-03-02 181644.png
    • zowi5.png
    • Captura de pantalla 2025-03-02 181333.png
    • Captura de pantalla 2025-03-02 181418.png
    • Captura de pantalla 2025-03-02 181440.png
    • Captura de pantalla 2025-03-02 181548.png
    • Captura de pantalla 2025-03-02 181644.png
FoxGate
The #1 AntiVPN Plugin from the market.

"It's time to limit your server to legitimate and real traffic."




➡️ FoxGate (formerly, FoxAntiVPN) is a powerful tool designed to protect your Minecraft server from unwanted visitors using VPNs. This plugin prevents players from bypass ip bans by allowing server owners to detect and block VPN's, Proxy's and more. This plugin connects to a configurable list of services which detect VPN's without any hassel. This plugin is extremely hard to bypass. With numerous APIs working together, bypassing this AntiVPN is very difficult. The more services you enable, the harder it becomes for users to evade detection. Currently supporting Spigot + Forks, BungeeCord + Forks, Velocity + Forks, FOLIA + Forks, Nukkit/PowerNukkitX + Forks, WaterdogPE and Hytale.

Features:​

Supports different types of databases with HikariCP Connection. Allows to the user chooise their best option for storing data. Available options: MySQL, MariaDB, PostgreSQL, H2, SQLite, Jaybird and Custom (in case you want to use any other local/remote database).​
YAML:
#      ___      _        _
#     /   \__ _| |_ __ _| |__   __ _ ___  ___
#    / /\ / _` | __/ _` | '_ \ / _` / __|/ _ \
#   / /_// (_| | || (_| | |_) | (_| \__ \  __/
#  /___,' \__,_|\__\__,_|_.__/ \__,_|___/\___|
#
# Configure a database for use.
#
# ❓ Has questions? Join to the discord server:
# - https://discord.zowi.gay/
# - https://discord.idcteam.xyz/
database:

    # ⚙ Determine the type of DataBase will be used.
    # - Available options in type.
    #   All options use HikariCP for better performance.
    #
    #  |=> MySQL
    #  |=> MariaDB
    #  |=> PostgreSQL
    #  |=> SQLite (COULD CAUSE ISSUES IN OLDER VERSIONS!)
    #  |=> H2
    #  |=> JayBird
    #  |=> Custom
    #
    #  -----------------------------------------------------------------------------
    #      Type   |   Stability | Performance | Support | Popularity | Concurrence |
    #  -----------------------------------------------------------------------------
    #    MariaDB      |      4⭐     |     4⭐      |    5⭐   |     5⭐     |     5⭐
    #     MySQL   |      4⭐     |     4⭐      |    5⭐   |     5⭐     |     4⭐
    #   PostgreSQL |      5⭐        |     5⭐      |    4⭐   |     3⭐     |     5⭐
    #    SQLite   |      1⭐        |     3⭐     |    3⭐  |     2⭐    |     4⭐
    #       H2    |      2⭐     |     4⭐      |    3⭐   |     2⭐     |     1⭐
    #     Jaybird  |      2⭐        |     2⭐      |    1⭐   |     1⭐     |     1⭐
    #
    # 📚 Note: In case you change this configuration and your server is
    # already started, use the command "/foxgate db reconnect" to restart
    # your database without restarting plugin or server. Always remember do
    # "/foxgate reload" before using this command to apply.
    type: H2

    # 🔩 Set the table's name inside the DataBase.
    # - Modify in case you want mantain older stats while using another
    #   new. This can also help in case a conflict occurrs.
    #
    # 📚 Note: If you want restore older stats used in Older versions
    # of FoxGate (1.0.5-pre4 or older), use the next:
    #   - 'vpn_cache'
    table: foxgate

    # 🔩 Save the cache inside the database instead of a file?
    # - Use this only if you want to use multi-proxy or you're sure
    #   this will don't cause problems with your database.
    #
    # 📚 Note: Custom databases are partially supported in this feature.
    cache_database: false

    # 🔩 Enable whitelist based in DataBase?
    # - Set this feature to enabled in case you want to save
    #   whitelist IP's/names in a database instead of a file.
    #   Extremely recommended for Multi-Proxy.
    #
    # 📚 Note: Custom databases are partially supported in this feature.
    whitelist_database: false

The plugin is trying to support all types of software with any version of Minecraft, since 1.3.x; all softwares, can probably works correctly with this plugin, because this already download their own libraries for avoid any type of problems. Now supporting Nukkit, PowerNukkitX and WaterdogPE, bedrock softwares and Hytale.​
1777710160211.png

Customize the messages how you want! This plugins supports MiniMessage and Legacy colors in all versions; also the configuration it's too extended for an extremely customization in base of your needs!​
1777710175251.png

Downloads their libraries automatically when starting for adding more options available for you! Every update, the libraries get downloaded and automatically updates for you to mantain always up-to-day in functions and fixes vulnerabilities.​
Check all libraries downloaded by the plugin: Click here to see 'Dependencies' tab.
(Sometimes can be outdated that list; the plugin always download from trusted sites)
The default config is setup to block most VPN's, although you can add a custom service or modify existing services in the config. The plugin was made for support multi-services for detection, and for it, we provide a lot of tools for you: Send requests with Headers, Condition systems for Flag/Bypass (ignore detection) and custom VLs per service (for add VLs to reach maxFlags).​
YAML:
#  __                 _
# / _\ ___ _ ____   _(_) ___ ___ ___
# \ \ / _ | '__\ \ / | |/ __/ _ / __|
# _\ |  __| |   \ V /| | (_|  __\__ \
# \__/\___|_|    \_/ |_|\___\___|___/
#
# The configuration is generated with our File Manager,
# which overrides the real comments. See the description of
# every available services in our GitHub repository of
# issues and wiki.
#
# 💼 GitHub:
# https://github.com/IDCTeam-Group/FoxGate-Issues/wiki/Services
#
# 📚 Note: Use 'Ctrl+F' to search the service, and put the file
# name for search more easy. ^^

# 🔩 Enable this service?
enabled: true
# 🔑 Add this field in case require key.
# - This is used for '{KEY}' variable in the
#   headers or URL fields.
key: ''
# 🔗 The plugin should output errors though
#    the console?
# - Enable this option if you want get output
#   in case a service give errors in the console.
#   Useful for debug responses while debugging it's
#   disabled.
#
# 📚 Note: This only works in certain scenearies, like
# an API returning 'nullable' value or another.
output_errors: true

# 📚 Model of the response.
# - Add the model to handle the response of
#   the API. Check the response type and set one
#   correctly for making this works properly.
#
# 📁 Supported values:
# - HTML
# - JSON
# - CONTAINS
model: JSON
# 🚩 Flags to add when it's detected in this service.
# - Option for add more VLs to reach the maxFlags
#   in each services. Useful if you trust in a service
#   and want make it count more VLs.
vls: '2'
# 🔗 URL of the API.
# - This field is important, insert the URL of
#   the service for response.
#
# 📁 Supported placeholders:
# - {IP} - Return the player's IP.
# - {KEY} - Return 'key' field value.
url: https://central.zowi.gay/check/{IP}
# ⛓ Headers to use.
# - Set custom headers in case it's required.
#   The values can be in List or Map.
#
# 📚 Note: Set to '[]' or '{}' to disable.
headers: {
    }

# 💡 Values to check.
values:

    # 🧩 Fields to check.
    # - Disable the fields to check with using
    #   the value '{}'. If you exclude this value,
    #   field 'type' will check if the final
    #   response contains that value.
    fields:
    - security.vpn
    - security.proxy
    - security.hosting
    - security.residential_proxy
    - security.tor
    # 🚩 Type to determine.
    # - Determine which value needs to determine
    #   if the connection it's a VPN/Proxy or another,
    #   this will check for a String.
    #
    # 📚 Note: Use 'boolean' for check for any boolean
    # boolean, like: 'true'/'false' or '0'/'1'.
    type: boolean

    # 📚 Custom conditions to determine bypass or detection logic.
    # - These conditions allow advanced control based on fields from the
    #   API response.
    #
    # 📁 Structure:
    # - Each key (e.g. '1', '2', etc.) holds a list of conditions.
    # - Each list works with AND logic (all conditions must match).
    # - Multiple keys result in OR logic (at least one group must match).
    #
    # 🧩 Syntax:
    # - Use {field} to refer to response fields (e.g. {score}).
    # - Supported operators: '=', '!=', '>', '>=', '<', '<='.
    # - Values can be strings (true/false) or numbers.
    #
    # 📚 Note: This feature only works in 'JSON' and 'HTML' type,
    # and for make this works in HTML, always use '{foxgate_check}' for
    # use field (only exists this in HTML).
    conditions:

        # 💼 Conditions for Bypass
        # - If any group of conditions here matches, the player will be
        #   ignored (not flagged). Use this for trusted connections like mobile
        #   users or low score in risk/fraud.
        #
        # 📚 Note: Disable this condition with 'bypass: {}'.
        bypass: {
            }

        # 🚩 Conditions for Flag.
        # - If any group of conditions here matches, the player will
        #   be flagged (detected). Useful for detecting based on high
        #   risk/fraud score, known abuse, etc.
        #
        # 📚 Note: Disable this condition with 'flag: {}'.
        flag: {
            }

View alts from a certain IP with one command! See and check any IP to verify all accounts cached their last connection, providing to you exactly data and totally configurable message for you.​

1777710197785.png

Limit the maxium connections per IP to prevent players with a lot of accounts simultaneous or bots in your server. You can change the limit, enable/disable feature and change the kick message, using our IPLimiter module for making that detection, also, can works based in time, useful for specific scenaries.​
YAML:
#   _____  ___  __ _           _ _
#   \_   \/ _ \/ /(_)_ __ ___ (_| |_ ___ _ __
#    / /\/ /_)/ / | | '_ ` _ \| | __/ _ | '__|
# /\/ /_/ ___/ /__| | | | | | | | ||  __| |
# \____/\/   \____|_|_| |_| |_|_|\__\___|_|
#
# Limit maximum connections per IP to avoid multi-accounts
# or bots.
# When a player join, this start a count in their IP, where
# a new connection in the IP it's 1 point more, and if
# that IP reachs a certain amount of points, the connection
# will be denied. But, if the player leave the server, the IP
# discount 1 point.
#
# 📚 Note: This feature it's experimental and could be unstable
# in some cases, try using this with precaution. Every update,
# this tries to be more stable while tries to be optimized.
#
# ❓ Has questions? Join to the discord server:
# - https://discord.zowi.gay/
# - https://discord.idcteam.xyz/

# 📁 Enable this feature?
enable: true

# 👤 Determine the maximum limit of points per
# IP to start blocking coming new connections
# from that IP.
# - Avoid using a low value, because exists rare
#   cases where an user joins with a duplicate IP
#   in the same city from same provider of ISP.
#
# ⭐ Recommended: 3
maximum: 3
# ⏳ Base in time.
# - When enabled, the IP counter will automatically reset
#   after the specified time period. This prevents permanent
#   IP blocks and allows users from the same network
#   (like family, school, or workplace) to join again
#   after the time expires.
#
#   With '30m' and maximum=3: If 3 players from the same
#   IP join within 30 minutes, the 4th will be blocked.
#   After 30 minutes, the counter resets to 0.
#   If the module it's disabled, the counter never resets
#   automatically, only will allow if one player leaves the
#   server, this discount 1 from the counter and the 4th
#   can enter.
#
# ⭐ Recommended: 30m
# 📚 Note: Use 'DISABLE' for disable this feature.
time: DISABLE

AND...
  • The plugin has minimal performance impact due to it running asynchronously and in parallel.
  • Debug the things that FoxGate does for transparency and check what returns the API when a user/ip is scanned with FoxGate.
  • Filter all messages of disconnection when is made by FoxGate. This don't hide messages that aren't made by the plugin, supporting multi-platform. (This was a previously feature of FoxGate Plus Edition, passed to Free Edition)
  • Blacklist or Bypass specific ISP (Internet Service Provider) that you want with our ISPFilter module using IPInfo or IPLocate databases service's. It's free and faster in FoxGate!
  • FoxGate supports auto-update configuration and multi-language, you can contribute in translate our plugin in our GitHub repository!
  • Supported IPv4 and IPv6 on their commands, services and modules.
  • Use your server software firewall for blocking instead of a disconnect message. If you're using a supported server's software (Flamecord and VeloFlame, at the moment), you can use their module of firewall for blocking instead of using server events/listeners.
  • Easy to fix a false flag. You can use Custom VLs per service, remove a wrongly flag ASN, hostname, using conditions system per service or increase the maximum flags to kick player. You can join to our discord support for ask a great configuration in base of your amount of services and module settings.
  • Perfect detection. The plugin contains a lot of modules for detect any type of malicious actors, modules like ISPFilter, GeoLocation, IPRange and Services. Also, our new IPRange system with new structure, allows to download custom sources/lists for different purposes, like: Proxies, Tors and even Residential Proxies! (Check our addon).
  • Block any connection from Bogon IP in case an user it's trying to connect for bypass stuffs. Toggle this in configuration if you need.
  • Easy and friendly whitelist command. Give whitelist to an user for avoid the modules with a single command using /fg whitelist <add/remove/info/purge>, in that command you can add a user/IP to the whitelist with optional reason and a duration time, see info about a user/IP in whitelist, remove a player from whitelist and purge the list.
  • Passive mode. This feature makes the plugin don't detect on every player when they join, but allows to has compatibility with anothers AntiVPN's or checking with a command manually, useful for checking only in certain cases in every services.
  • Highly recommended. This is a better solution for replace your another AntiVPN plugin for this, customize how you want, change the things for your benefit and enjoy with FoxGate!

Want see first the Premium version?
(Premium version add new features that it's perfect for an antivpn)
BuiltByBit
builtbybit.com
See the Premium version in BuiltByBit now.
[Censored]
[Censored]
See the Premium version in [Censored]
SpigotMC
spigotmc.org
See the Premium version in SpigotMC

🚀 Services available in the default config.

Do these services in the config works correctly?
The list of services in the default config have all been tested at least once. You can still configure each services values as well as edit or add more services (like in the example above). Services may not always function due to issues on their end or because of how they where added to the config.

Some services are disabled by default because they require an API key to function. However, thirteen of these services work without a key and are enabled by default, providing basic VPN and proxy detection right away. To maximize protection against VPNs, proxies, and other threats, it is recommended to obtain API keys for the remaining services. Doing so will enhance the accuracy and effectiveness of detection.
See more about these services in our wiki in GitHub.

FREE SERVICE
No key require for work.
KEY REQUIRE SERVICE
Key require for work.
1. BlackBox [Service details]1. 2IP [Service details]
2. BlockListDE [Service details]2. AbuseIPdb [Service details]
3. CINSscore [Service details]3. AntiVPNio [Service details]
4. FastAsFuck[Service details]4. BanProxy [Service details]
5. FunkeMunky [Service details]5. FocSec [Service details]
6. GreenSnow [Service details]6. FreeIPAPI [Service details]
7. IPLocate [Service details]7. GetIPIntel [Service details]
8. IP-API [Service details]8. GreIP [Service details]
9. IP-Check [Service details]9. IP2Location [Service details]
10. IPAPI-is [Service details]10. IPDetective [Service details]
11. IPQuery [Service details]11. IPGeolocation [Service details]
12. IPRisk [Service details]12. IPHub [Service details]
13. MarvinMC [Service details]13. IPHunter [Service details]
14. MerakiStudios [Service details]14. IPQualityScore [Service details]
15. NegativityAPI [Service details]15. IPStack [Service details]
16. Rayzsde [Service details]16. IsProxyAPI [Service details]
17. TCPShield [Service details]17. NoProxy [Service details]
18. ZowiCentral [Service details]
18. ProtectCord [Service details]
- NO MORE -​
19. ProxyCheck [Service details]
20. ProxyRadar [Service details]
21. VPNAPI [Service details]
22. VPNBlocker [Service details]

Want to know how to configure these services?
Check the configuration section below for examples and templates. When a player is detected using a VPN or proxy, the plugin automatically stores this information in a database. This prevents repeated API requests for the same IP address for a configurable number of hours, reducing unnecessary API calls and improving efficiency.
By using both services that are enabled-by-default and those that require API keys, you can create a robust detection system that effectively identifies and blocks VPN, proxy, and other undesired connections. See more information in the documentation section.

📊 Statistics.

What data is collected?
We are using bStats, this does not collect any personal data. Most of the collected data is information about the plugin's server like player count, online mode, Minecraft version, Java version, and more. All data gets sent and stored completely anonymously. See more in information about this in bStats: Getting Started.

This stats are collected by bStats.org, the information under are shared with the Plus version, which is identified as "-pv" in version of the plugin, this can help to the creator to view some statistics without taking some performance. Read quote about the data collected, you can always disable the collection in our config.yml available in the plugin's folder. Since 1.0.2 (plus) and 1.1.0 (free), FoxGate uses their own code base for Metrics, but following their rules.

This use asynchronous methods to send data and changes to Gson for better stability; improving the performance of this. You can safety has enable this to help to the creator without affecting the performance.

JAVA MINECRAFT SOFTWARES.
FoxAntiVPN.svg
FoxGate-Bungeecord.svg
FoxGate-Velocity.svg
Bukkit
➡️ Show though bStats site.
View statistics of Bukkit platform by clicking above.​
BungeeCord
➡️ Show through bStats site.
View statistics of BungeeCord platform by clicking above.​
Velocity
➡️ Show through bStats site.
View statistics of Velocity platform by clicking above.​

OTHERS SOFTWARES: BEDROCK MINECRAFT AND HYTALE SOFTWARE.
FoxGate-Nukkit.svg
FoxGate-WaterdogPE.svg
FoxGate-Hytale.svg
Nukkit
➡️ Show through bStats site.
View statistics of Nukkit platform by clicking above​
WaterdogPE
➡️ Show through bStats site.
View statistics of WaterdogPE platform by clicking above.​
Hytale
➡️ Show through bStats site.
View statistics of Hytale platform by clicking above.​

🔗 Links.

Documentation
github.com
Some documentation for help.
Discord
discord.idcteam.xyz
Join our community for technical support.

Latest reviews

A very good plugin, the most customized of all on the market, has the majority of IP addresses, the author added an ISP check at my request.
PL: Bardzo długo szukałem pluginu, który pozwala na tak szeroką konfigurację i jestem mega zadowolony, po kilku minutowej konfiguracji plugin działa bardzo dobrze. Nawet blokuje NordVPN z którego korzystam(jest naprawdę mało wykrywany nawet na innych stronach internetowych) a FoxGate zablokował mi połączenie do serwera, musiałem się dodać do białej listy hahah :))

ENG: I searched for a plugin with such extensive configuration options for a long time, and I’m extremely satisfied. After just a few minutes of setup, the plugin works flawlessly. It even blocks NordVPN, which I use (and it’s rarely detected, even on other websites), but FoxGate blocked my connection to the server! I had to whitelist myself, haha! :))
EULA: Free EULA
3,025 Views
172 Downloads
Sep 20, 2024 Published
May 13, 2026 Updated
5.00 star(s)
Average rating (2)
735.9 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. Protection
  1. Staff
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Bungee
  1. Folia
  1. Velocity
  1. Purpur
  1. Mohist
  1. Arclight
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
  1. 1.12
  1. 1.11
  1. 1.10
  1. 1.9
  1. 1.8
  1. 1.7
Supported languages
  1. English
  1. Spanish
  1. Russian
  1. German
  1. French
  1. Portugese
  1. Polish
  1. Turkish
  1. Chinese
  1. Indonesian
  1. Italian
  1. Vietnamese
  1. Dutch
  1. Korean
  1. Czech
  1. Thai
  1. Hungarian
  1. Arabic
  1. Japanese
  1. Ukrainian
  1. Swedish
  1. Danish
  1. Romanian
  1. Slovak
  1. Hebrew
  1. Lithuanian
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
#1 AntiVPN Plugin - Powerful AntiVPN & AntiProxy for your server. (Hytale Support)
5.00 star(s) 13 ratings
137 purchases
A perfect configuration that avoid false flags and get a better detection.
3.00 star(s) 1 ratings
24 purchases
Block 100k+ proxy IPs and 3k+ ASNs to provide enhanced protection against bot attacks.
5.00 star(s) 2 ratings
5 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,226 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,219 purchases
3,025 Views
172 Downloads
Sep 20, 2024 Published
May 13, 2026 Updated
5.00 star(s)
Average rating (2)
735.9 KB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
  1. Protection
  1. Staff
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Bungee
  1. Folia
  1. Velocity
  1. Purpur
  1. Mohist
  1. Arclight
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
  1. 1.19
  1. 1.18
  1. 1.17
  1. 1.16
  1. 1.15
  1. 1.14
  1. 1.13
  1. 1.12
  1. 1.11
  1. 1.10
  1. 1.9
  1. 1.8
  1. 1.7
Supported languages
  1. English
  1. Spanish
  1. Russian
  1. German
  1. French
  1. Portugese
  1. Polish
  1. Turkish
  1. Chinese
  1. Indonesian
  1. Italian
  1. Vietnamese
  1. Dutch
  1. Korean
  1. Czech
  1. Thai
  1. Hungarian
  1. Arabic
  1. Japanese
  1. Ukrainian
  1. Swedish
  1. Danish
  1. Romanian
  1. Slovak
  1. Hebrew
  1. Lithuanian
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
#1 AntiVPN Plugin - Powerful AntiVPN & AntiProxy for your server. (Hytale Support)
5.00 star(s) 13 ratings
137 purchases
A perfect configuration that avoid false flags and get a better detection.
3.00 star(s) 1 ratings
24 purchases
Block 100k+ proxy IPs and 3k+ ASNs to provide enhanced protection against bot attacks.
5.00 star(s) 2 ratings
5 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,226 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,219 purchases
Top