FoxGate+ AntiVPN v1.0.9-pre6

#1 AntiVPN Plugin - Powerful AntiVPN & AntiProxy for your server. (Hytale Support)
  • New Project (2).jpg
FoxGate
The #1 AntiVPN Plugin from the market.

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



About licenses:
After bought this plugin, see how to get a key and how works this in: Activate Plus. If you already has a key, set it in the main configuration file. The license request may take some hours.

➡️ 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.

1761789243567.png
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.​
1761793797001.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!​
1761794026254.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.​
1766564164127.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!

👑 Why Plus (formerly, Premium)?

FoxGate was created to compete with others anti-VPN plugins. The goal was to develop an anti-VPN solution that is faster, highly customizable, and compatible with a wide range of servers, versions, and software. The free version of FoxGate already includes numerous features essential for most servers. However, some users want additional functionalities, such as Discord Webhook integration and other advanced options. To meet these demands, a Plus version was developed, maintaining the optimized core functionalities while introducing essential new features.

🔗 Discord Webhook: Notifications through Discord.​

Instantly sends alerts or messages to Discord when a player attempts to join using a VPN, proxy, or has been blocked due to their country, ASN, ISPFilter module or IPRange module. This feature ensures that server staff can stay informed in real time while provides information about the connection in case it's possible.​
➡️ Documentation by Discord: support.discord.com

1769185716208.png

🔭 GeoLocation Module: Countries and ASNs.​

Enable the detection for GeoLocation when a player join to the server. If this feature is enabled, this allow the ability to block or whitelist country/ASN from joining or detecting. This works using a local database (means, you doesn't require to use an API for obtaining the data of both), that the plugin downloads automatically in your preference. The plugin supports the databases from: MaxMind (default), IPInfo and IPLocate.​
➡️ Documentation by Cloudflare about "What it's an ASN?": cloudflare.com
Also, this feature works with our known ASN list, where the plugin install a list from our cloud with a large list of blocked ASNs that helps in prevent VPNs, Proxies and Tors. This list updates constantly and download automatically for you every X time of hours, and help in detect while your server has ratelimit in services, because this works in local checking. Warning! This requires having the module of GeoLocation.​
YAML:
# ✨ Download known malicious ASN's list.
# - Uses Zowi's Central for download a list of known
#   malicious ASN's for blocking, available only for
#   buyers and original plugin.
#
# 📚 Note: You can report for add a malicious or removing
# a false flagged ASN. Some ISP's blocked in this
# feature, are for bad reputation or for providing
# hosting/VPN.
known:

    # 🚩 Enable this feature?
    enable: true
    # ⌛ Time (in hours) to scanning for downloading new
    # information about known ASN's list.
    # - Buyers can help in report known malicious ASN's and
    #   save in a list, which everyone with Plus Edition can
    #   download and prevent more VPN's, Bot's, and others stuff.
    #
    #   ➡ Use 'DISABLE' for disable the update.
    time: '2'
    # 🌎 Include all suspecious ISPs?
    # - This option will includes some suspecious ISPs for
    #   VPNs, Tor, Proxies and others, useful for making strict
    #   detections but can make false flags. This feature
    #   works with 'excluded' option.
    #
    # 📚 Note: Ask to our discord server for the list in case
    # you want only block specifies.
    suspecious_isps: false

    # 🧰 External provider.
    # - Use this option in case you want use another external
    #   list of ASNs. The plugin tries to handle it and update
    #   it.
    #   ⚠ Requeriments:
    #     - Needs to be a JSON(5) format.
    #     - Needs to be HTTPS always.
    #     - Needs to return file size in header (avoid issues, If isn't raw).
    #     - Needs to return status 200.
    #     - Needs to be a dowloadable file in output (If isn't raw).
    #     - Needs to be a array-json format only.
    #
    # 📚 Note: Supports JSON5, but requires to be a JSON format,
    # without a JSON5 feature (plugin uses Gson for load and cache).
    # ➡ https://discord.zowi.gay/
    provider:

        # 📁 Enable this feature?
        # - This feature will break options like 'suspeciois_isps'
        #   and in case you bought Extended ASN List, this doesn't
        #   will be applied. All options mentioned before, are only
        #   available in the original provider, using another provider
        #   only will be used their content of ASN List.
        #
        # ⚠ Warning: FoxGate will try to remove important data from the
        # headers while using this option for prevent malicious actors,
        # it's always recommended use original provider. USE THIS AT YOUR
        # RISK WHILE USING THIS IN UNTRUSTED SOURCES!
        enabled: false
        # 🔗 URL to get the downloadable/raw file.
        # - Follow all requeriments attached above first
        #   for enabling provider. Leaving this empty will
        #   make the feature non-functional.
        url: ''

    # 💼 Exclude ASN's from the known list in case one
    # give's false flags to you.
    #
    # 📚 Note: You can request for removing in case it's
    # a false flag.
    excluded: []
What it's the extended list?
The Extended List (an addon), it's an improved version of the list that blocks more ASNs in our known ASN list (the Normal already it's the default when you bought the Plus Edition). The purpose of this list, it's block and protection you from small to medium providers of VPN and others probably "unknown" in AntiVPN services or plugins.​

1769178542322.png

1769178945291.png

🚧 Telegram Forward: Notifications through Telegram.​

Instantly sends alerts or messages to Telegram when a player attempts to join using a VPN, Proxy, or has been blocked due to their Country, ASN, ISP or IPRange. You can use this feature to send to a user, group or supergroup (threads supported) using a bot of Telegram. You can follow the instructions made by Telegram or contact to our discord server for help.​
➡️ Documentation by Telegram: core.telegram.org

1745767792863.png

⭕ Restricted Servers: Block access to subservers in specify.​

Limit which subservers from your proxy, blocked users can join or not. Useful if you want to block users but let it join to certain servers or just to the lobby/hub. This feature works only in supported proxies instances (including their forks), like: BungeeCord, Velocity and WaterdogPE.​
To make this works, requires some requeriments.​
YAML:
#    __          _        _      _           _
#   /__\ ___ ___| |_ _ __(_) ___| |_ ___  __| |
#  / \/// _ / __| __| '__| |/ __| __/ _ \/ _` |
# / _  |  __\__ | |_| |  | | (__| ||  __| (_| |
# \__\_/\___|___/\__|_|  |_|\___|\__\___|\__,_|
# / _\ ___ _ ____   _____ _ __ ___
# \ \ / _ | '__\ \ / / _ | '__/ __|
# _\ |  __| |   \ V |  __| |  \__ \
# \__/\___|_|    \_/ \___|_|  |___/
#
# Limit which subservers from your proxy, blocked users can
# join or not.
# When a player get detected but this feature it's enabled,
# the player can log-in correctly without getting denied,
# allowing the connection to certains subservers/backends in
# your Proxy. This is useful in case you want players can
# join to your hub but no in games-mode.
#
#    🚩 This is feature it's available only for:
#    ➡ BungeeCord
#    ➡ Velocity
#    ➡ WaterdogPE
#
# 📚 Note: If you enable this feature but the server isn't
# in the list, the player probably can join without getting
# denined in certain scenaries.
# 🚩 Warning! This feature requires option 'scanner.block.cache'
# from 'config.yml' enabled. Why? We aiming in reducing
# database calls to prevent bot-attacks and saving performance,
# this it's a better way.
#
# ❓ Has questions? Join to the discord server:
# - https://discord.zowi.gay/
# - https://discord.idcteam.xyz/

# 📁 Enable this feature?
enable: false

# 🧰 Define the type of usage to this list.
# - 'whitelist': Allow the access to certain servers.
# - 'blacklist': Deny the access in certain servers.
type: whitelist
# 📍 Add the list of servers names for block/allow connections.
# - Uses RegEx if you needs. The list of under, only was
#   examples using RegEx, you can change with your servers
#   names (the name used for connect the proxy to backends).
#
# 📚 Note: If you leave whitelist/blacklist type and this is
# empty, will disable the feature.
list:
- auth.*
- lobby.*

💼 VK Forward: Notifications through VK (New Module).​

Instantly sends alerts or messages to VK when a player attempts to join using a VPN, Proxy, or has been blocked due to their Country, ASN, ISP or IPRange. You can use this feature to send to a group chat/community or another using access tokens.​
➡️ Documentation by VK: dev.vk.com

1773972794143.png

🚀 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.​


End User License Agreement (EULA) – FoxGate+ AntiVPN (formerly, Premium)
By purchasing or using FoxGate+ AntiVPN, you agree to the following terms:
  1. ➡️No Resale or Redistribution
    You are not permitted to resell, redistribute, or share this product in any form. This includes making it publicly available or accessible to third parties not directly involved in your project.​
  2. ➡️License Restrictions and Terminations
    You may not relicense, sublicense, or transfer this product to any other individual or entity. We reserve the right to revoke your license at any time, at our sole discretion, if we determine that it is necessary—such as in cases of abuse, violation of the EULA, or other unforeseen situations. Please note that license revocations are not performed arbitrarily and will only occur under justifiable circumstances. In the event of an unjustified termination, a refund may be issued via this platform. This clause exists solely as a protective measure.​
  3. ➡️Refund Policy
    This is a digital product, and as such, refunds are not offered unless the plugin fails to function as described and the author is unable to provide a fix after being contacted and given a reasonable amount of time. You are not eligible for a refund if 3 days have passed since you purchased the product.​
  4. ➡️ Authorized Use Only
    This product may only be used by the person or entity who purchased it. You may share access only with collaborators who require it for development or maintenance purposes within the same project. You are fully responsible for any unauthorized distribution or sharing of the plugin.​
  5. ➡️ Immediate Access
    As this is a digital product with immediate access upon purchase, refund rights are limited in accordance with digital goods regulations.​

🔗 Links.

Documentation
github.com
Some documentation for help.​
Discord
discord.idcteam.xyz
Join our community for technical support.​
Free Edition
modrinth.com
Test our plugin first before purchasing.​

Latest reviews

This license was given for free. What's this?
The best antiVPN plugin :)
Excellent the best antivpn
As other reviews say, it's an excellent plugin. Support in the Discord from the dev is fast and high quality; the plugin works out of the box. I'm really happy with my purchase so far
Excellent anti-VPN plugin with very extensive functionality, I recommend it
Simply the best antivpn
Does what it needs to do, amazing support responds and helps you understand how to configure the plugin for your needs, highly recommend for those looking for an AntiVPN
This plugins is very good at what it does and does not skimp out on protection. The dev is very nice and helpful. Support is great and issues are fixed very quickly.
This VPN countermeasure plugin is great! !
Even if you don't know what the settings are, you can go to support and they will respond quickly!I am grateful to this plugin creator I'm Japanese and use translation, so it's strange English Forgive me
Excellent plugin and author! I asked to add support for sending messages to Telegram, the author did it in 1 evening.
The plugin itself works 100%, I responsibly recommend buying it!
plugin is excellent - issues are resolved quickly, and the support is top-notch. It’s become very convenient to use, though the extensive functionality takes some getting used to. What I really love is the whitelist and blacklist for ASNs - an incredibly handy feature. The plugin is asynchronous and well-optimized, which boosts performance. One standout feature is the ability to easily unblock a provider’s ASN if it’s mistakenly flagged; I haven’t seen this in other plugins. That said, I’d love to see an option to add a whitelist by player, not just by IP address, to make it even more flexible.
Buy a license now
$8.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Extras
Extended ASN List
+ $4.99
Residential Proxies
+ $1.99
Share and earn
Refer this resource and earn a 10% commission.
11,271 Views
127 Purchases
135 Downloads
Mar 4, 2025 Published
May 19, 2026 Updated
5.00 star(s)
Average rating (13)
1.5 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
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
A perfect configuration that avoid false flags and get a better detection.
3.00 star(s) 1 ratings
23 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,202 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,157 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,088 purchases
Share and earn
Refer this resource and earn a 10% commission.
11,271 Views
127 Purchases
135 Downloads
Mar 4, 2025 Published
May 19, 2026 Updated
5.00 star(s)
Average rating (13)
1.5 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. No
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
A perfect configuration that avoid false flags and get a better detection.
3.00 star(s) 1 ratings
23 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,202 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,157 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 44 ratings
3,088 purchases
Top