- Did some improvements and bug fixes when the plugin update configurations.
- [FOR RUSSIAN CUSTOMERS] Added option of reverse proxy for modules: Discord Webhook, Telegram Forward and VK Forward. Useful to bypass country restrictions (like in Russia) with a proxy. NOTE: I don't sure if will be good add option for global module, I mean, put this system in config.yml for download databases and others.
YAML:# 🌱 Reverse Proxy for the requests. # - Use this feature in case you want to bypass any restriction # in your country. This can make the request a bit slow, but can # make the plugin works fine with this module. # # ⚠ Supported types: # - HTTP # - SOCKS4 # - SOCKS5 # # 📚 Note: Enable this feature when it's required and try to follow # the format-type. reverse_proxy: # 🚩 Enable this feature? enabled: false # 💼 Type the proxy type. # - Select one proxy type to use. Chooise right. # # ⚠ Supported types: # - HTTP # - SOCKS4 # - SOCKS5 type: HTTP # 🚩 Determine the host of the Proxy. # - Type one domain or IP for use the proxy and one port # for auth. # # ⚠️ Warning! Those values can't be empty. host: '' port: '8080' # 🧵 Credentials. # - Put any credential for authentication if it's required # by the proxy provider. # # 📚 Note: Leave empty for don't use any of those fields. user: '' password: ''- Now the commands shows entirely in the tab-complete, even if no arguments.
- Updated all libraries to keep up to date (day: 17/05/2026). Important fix by Adventure 5.1.1.
- [Residential Proxy Addon] Added option for reduce false flags, by allowing detection for cross-providers.
YAML:residential_proxy: # 🚩 Enable this feature? enable: true # 🌱 Detect only when the residential proxy are in cross-provider. # - Enable this feature when you want to only detect the residential proxy # if was detected in two or more providers. Useful to reduce false flags # because sometimes one provider means that the connection isn't totally # "a risk", but allows to be more easy to be bypassed if the provider # it's detected but only in one service. # # ⭐ Recommended: false crossproviders_only: false # 🧵 [PLACEHOLDER] Current and available residential proxies providers # being cached by our backend. # - This updates constantly and when checks for a new update, the list can be # updated dinamically with a modern result, independent of your version of # FoxGate. providers: - IPRoyal - Proxy-Seller - 711Proxy- The command /fg update ranges now forces to download all lists without exception (previously, you literally need to delete manually the cache or wait the time of update for see how the lists get downloaded if you added/removed one). This too makes the verification for download residential proxies when you bought, faster.
- Fixed some possible issues with Sonar in H2.
- Fixed bogon sometimes doesn't catching in first join. Also, added option for actions in this.
- Added more supported format for custom proxies and tor list.
1.0.9-PRE1.
- Removed by default Cloudflare Warp in bypassing and improved the list for ISPFilter, too in GeoLocation module.
- [Experimental] Migrated from Java 17 to Java 21. The scanner for Services has been refactored with a model and little improvements (the FoxPlayer class refactored a bit to reduce boilerplate). This change introduces changes to thread usage, making a less usage of this, because we are using now Virtual Threads (Java 21), this it's an experimental change. Also, the feature "continue" now works correctly.
- Added "ZombieBot" service like a enabled-by-default.
- Updated a bit the main configuration and added some changes, like:
- Added a new "updater" structure, the plugin will migrate automatically.
YAML:# 💼 Enable automatic update checking? # - Checks for new updates on our Backend during server startup. # Requires an active internet connection to verify updates. # # 📚 Note: Since versions 1.0.0 (plus) and 1.0.6 (free), FoxGate uses # its own update checking system. This implementation uses asynchronous # methods to scan for updates, save performance. You can safely enable # this to check for updates without affecting performance. updates: # 🚩 Enable checking of updates? # - The plugin will check for updates when the # server starts only, this will send a message # in the console and the link to download by # default. # # ⭐ Recommended: true # 📚 Note: Your hosting needs to whitelist or allow # connections to 'central.zowi.gay', our backend. enable: true # ⌛ Automatic actions for updates. automatic: # 🪄 Enable automatic updating for the .jar? # - Toggle this feature for always mantain the latest # version. This updates through our backend and # works for both editions: Free and Plus. # # ⭐ Recommended: true # ⚠️ Warning! Always keep this feature enabled, so if an # important fix occurs, you will always keep the plugin # up-to-date. updater: true # ⏳ Enable periodically checking? # - Enabling this will make the plugin check in silent # for a new update. This makes the plugin check every # 1 hour. # # ⭐ Recommended: true # 📚 Note: This feature requires to keep enabled the # option 'auto_update'. periodically: true
- Relocated the value 'print_console' to 'consolefilter' section and with the new name 'show_threats'.
- Relocated the value 'passive_mode' to 'scanner' section.
- Added option for disable all services through the main configuration.
YAML:# 🧲 Scanner settings. # - Actions when a player get detected or verified: # Bypass and block time. scanner: # 💼 Toggle scanning through services? # - Make the plugin to toggle the checking through # services. Useful if you want avoid using external APIs # and use local checking (means, through modules). toggle_services: true # 🔍 Enable the Passive mode? # - FoxGate will stop checking when a player join to the server. # Useful in case you want to use FoxGate with other AntiVPN or # for only checking with our command. passive_mode: false- Added new feature: Geyser bypass, check the configuration for more details:
YAML:# 🔎 Ignore detection for bedrock players? # - Toggle to ignore any connections from a bedrock player, # making great the usage of the plugin in case *YOUR* (yes, # isn't our fault) server doesn't do correctly the IPForwarding. # # 📚 Note: Use this feature only when it's necessary and your # server does wrongly the IP-Forwarding. The plugin checks for # GeyserAPI, Floodgate or external methods for detect bedrock # connections. Enabling this without a reason, will allow bedrock # users bypass always the AntiVPN for non-sense. # ⚠️ Warning! This feature was made for Minecraft: Java Edition # softwares. geyser: # 🚩 Enable the bypass/ignore to bedrock users? enable: false # 🧩 Custom prefixes. # - Put a value in case you use a prefix for identify # a bedrock user if you doesn't has Geyser or Floodgate # in the server/proxy. # # 📚 Note: Disable prefix value with leaving empty. prefix: '' # 💡 Standalone IP's for Geyser. # - Custom IP's in case you requires to detect # a bedrock user when you can't put Floodgate # in the server/proxy and you're running a # Geyser Standalone proxy. # # 📚 Note: Leave empty for disable with '[]'. standalone_ips: [ ]- Done internal changes for improve and stability changes to all file configuration classes.
- Now in modules, you can put for blocking permanent or X certain of hours (previously, only services was able to block permanent only, through 'scanner' section).
- Now '{KEY}' and '{IP}' works in headers when you scan through services.
1.0.9-PRE2.
- Stability and performance improvements. Using a right way the cache and redudances in my part.
- Fixed in the totally all issues from previous databases issues, now reduced the amount of calls in a right way. To prevent issues caused in older versions for the database, use purge command (/fg db purge).
- Fixed and improved our logic for checking updates and download updates (our fallback now will handle it, just update to this .jar and everything will go to start working again). Summary: Now works auto-update and update checking.
- The plugin now uses ETag for downloading files, means, if the file it's up-to-date, this doesn't will download again.
- (not too important) Now, the Country and ASN will check first than others modules, the new order its: Bogon -> Country -> ASN -> ISPFilter -> IPRange -> Services.
1.0.9-PRE3.
- Fixed compatibility my refactored command in Velocity (some commnads doesn't works right).
- Removed the entirely flood when startup in Velocity.
- Fixed compatibility with new versions of Hytale.
1.0.9-PRE4.
- Improved stability and fixed some minor issues.
- Fixed HWID warnings when you update from older versions.
- Improved and implemented better structure for IPRange module: New Tor, Proxies and Ranges lists in IPRange, the mission of this it's block with known ranges IPs before reach to services, reducing the usage of resources for checking through services. Also, our Residential Proxy addon it's available for usage through the plugin directly.
- Updated zowicentral.yml service.
- Disabled by default BlockListDE, CINSScore, GreenSnow and TCPShield services, now you can use to import those lists in the new IPRange module.
- Removed FastAsF-ck by default, it's parked. Please, to prevent malicious actions from this service, remove ASAP.
- Added new command /fg setconfig, allows you to use commands in-game for edit configuration of the plugin. THIS FEATURE IT'S IN EXPERIMENTAL STAGE. You can do now in-game:
Services: Enable/disable. Change URL, VLs, OutPut (Errors), Key and Model.
Modules: Whitelist, blacklist and exclude (if exists).
Code:[12:53:00 INFO]: [FGP] [IPR] Loading IPRange Module... [12:53:00 INFO]: [FGP] [IPR/Ranges] Downloading from Zowi's Central... [12:53:02 INFO]: [FGP] [IPR/Ranges] Got 1219 entries from Zowi's Central. [12:53:02 INFO]: [FGP] [IPR/Ranges] Loaded 1218 entries (last update: 01/05/2026 12:53:02). [12:53:02 INFO]: [FGP] [IPR/Tors] Downloading from Zowi's Central... [12:53:02 INFO]: [FGP] [IPR/Tors] Downloading from check.torproject.org... [12:53:02 INFO]: [FGP] [IPR/Tors] Got 14105 entries from Zowi's Central. [12:53:02 INFO]: [FGP] [IPR/Tors] Got 1238 entries from check.torproject.org. [12:53:02 INFO]: [FGP] [IPR/Tors] Loaded 14139 entries (last update: 01/05/2026 12:53:02). [12:53:03 INFO]: [FGP] [IPR/Proxies] Loaded 297195 residential proxy entries from cache (last update: 01/05/2026 11:41:04). [12:53:03 INFO]: [FGP] [IPR/Proxies] Downloading proxies from source tcpshield.com... [12:53:03 INFO]: [FGP] [IPR/Proxies] Downloading proxies from source cinsscore.com... [12:53:03 INFO]: [FGP] [IPR/Proxies] Downloading proxies from source blocklist.greensnow.co... [12:53:03 INFO]: [FGP] [IPR/Proxies] Downloading proxies from source lists.blocklist.de... [12:53:03 INFO]: [FGP] [IPR/Proxies] Downloading proxies from source api.proxyscrape.com... [12:53:03 INFO]: [FGP] [IPR/Proxies] Downloading proxies from source az0-vpnip-public.oooninja.com... [12:53:03 INFO]: [FGP] [IPR/Proxies] Got 2920 entries from api.proxyscrape.com. [12:53:04 INFO]: [FGP] [IPR/Proxies] Got 27408 entries from lists.blocklist.de. [12:53:04 INFO]: [FGP] [IPR/Proxies] Got 2624 entries from tcpshield.com. [12:53:04 INFO]: [FGP] [IPR/Proxies] Got 3772 entries from blocklist.greensnow.co. [12:53:04 INFO]: [FGP] [IPR/Proxies] Got 30178 entries from az0-vpnip-public.oooninja.com. [12:53:04 INFO]: [FGP] [IPR/Proxies] Got 15000 entries from cinsscore.com. [12:53:05 INFO]: [FGP] [IPR] Loaded 342635 blocked ranges in total. [12:53:05 INFO]: [FGP] [IPR] Working with IPRange now.
NEW ADDON: Residential Proxies detector: $1.99 USD
![]()
- Added Hytale support. First plugin of AntiVPN in support and working in Hytale.
- Fixed some issues about consolefilter returning error in older versions.
- Updated libraries to day 23/1/2026 (dd-MM-yyyy).
- Move package from 'zoruafan.foxgate' to ''thezowi.foxgate' and we updated a bit my classes. For developers, the Listener class change a bit.
- Removed MITL from default services because it's down.
- Added FastAsFu-- service in enabled-by-default.
- Added NoProxy service in paid services.
- Re-added Negativity service in enabled-by-default.
- Added new option "order" (in config.yml, section antivpn), which allows to load in an custom order the services. More details in the configuration.
YAML:# 📍 Custom order for load services. # - Use this function for chooise an order for load # in case it's required. The listed services will load # in order while non-listed will load after and # dinamically. # # 📚 Note: When checking, this will affect the order # of services. Useful if you want to provide priority for # non-key services. order: - zowicentral - blackbox - ip-api - ipapi-is - ip-check - iplocate - ipquery - iprisk - marvinmc - merakistudios - rayzsde - funkemunky - negativity-api - fastasfuck - tcpshield - blocklistde - greensnow - cinsscore
- Now "{KEY}" works properly in header.
- Improved IPv6 support in all softwares.
- Added option for check through modules and services in the command of '/fg check'. Just add the argument '--modules' in the end. Ex. /fg check 1.1.1.1 --modules.
- Now returns services that wasn't scanned (for an error or another reason) like a undetected service.
- Major improvements with the handling of FoxGatefor Velocity:
- Switched from
LoginEventtoPreLoginEvent: Players are now blocked before reaching any backend server.- Implemented Intent (Continuation) conditions, means, player connections are held until they are fully scanned.
- Instead of directly disconnecting, the login event is now cancelled, and the reason is properly attached.
- Added more cache to reduce database calls, new option added:
YAML:# Enable save in cache the results of block? # Useful for save performance and avoid database calls # while a player tries to join repeated or in a bot # attack. # # ⭐ Recommended: true # 📚 Note: Disable this feature If you need to edit # your kick messages, because plugin cache the block # message in an attempt to save performance. cache: true
- Fixed and caching services result for 10 minutes (fixing probably a lot of problems related to Discord Webhook and Telegram Forward), also, using cache when it's possible.
- Fixed duplicate checks when player join again in scanning, this prevent player from joining until the scan finish (if they try to rejoin).
- Fixed an error in update checker for Velocity. (sorry)
- Added logs when reloading the plugin of enabled services.
- Fixed cache issues when saving. (this only affects to people who use the new Velocity Handler)
- Added 'conditions' system for Bypass/Flag an IP in an AntiVPN service.
- Added 'AbuseIPDB' service. Provided an example of this service using 'Conditions' system:
YAML:# 📚 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: '1': - '{data.isWhitelisted}=true' - '{data.isTor}=false' # 🚩 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: '1': - '{data.abuseConfidenceScore}>=75'
- [Premium users with Extended ASN] Now exists an option for auto-updating your list, you need a token, for this, DM to me for creating one if you purchase this extension.
- Fixed database using equal value of bypass in blocker in time. Also, now using 'add' command, will save with blocker time for avoid issues.
- [Premium] Added option to detected users allows from joining to the server but get block connections to certains subservers. (Proxy only)
- Big improvement with the handling of FoxGate for Backend (Spigot/Paper/etc):
- Implemented Intent (Continuation) conditions, means, player connections are held until they are fully scanned.
- Now ConsoleFilter will hide UUID message when get blocked.
- [Premium] Fixed next error:
Code:[22:44:20 WARN] [foxgate]: [GEO] Exception with provider MAXMIND for country: java.lang.NoClassDefFoundError: zoruafan/foxgate/shared/org/apache/commons/lang3/SystemProperties [22:44:20 WARN] [foxgate]: [GEO] Provider MAXMIND failed. Trying next... [22:44:20 INFO] [foxgate]: [GEO] Downloading from provider: MAXMIND - for: asn [22:44:21 WARN] [foxgate]: [GEO] Exception with provider MAXMIND for asn: java.lang.NoClassDefFoundError: zoruafan/foxgate/shared/org/apache/commons/lang3/SystemProperties [22:44:21 WARN] [foxgate]: [GEO] Provider MAXMIND failed. Trying next...
- Added the service 'MerakiStudios' in enabled-by-default.
- Added option for 'Passive Mode', where you can use FoxGate with another AntiVPN. Option:
YAML:# 🔍 Enable the Passive mode? # - FoxGate will stop checking when a player join to the server. # Useful in case you want to use FoxGate with other AntiVPN or # for only checking with our command. passive_mode: false
- [Premium] Fixed some IPs doesn't includes the country on checking. (Ex. '1.1.1.1')
- Added auto-updating for Premium and Free editions (also implemented '/fg update' command).
- Added Italian language. (Thanks to MircoAPPP)
- Added Spanish (Spain) language. (Thanks to VonVisha)
- Fixed an issue about Whitelist returning "java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "l" is null"
- Dropped Java 11 to use Java 17. This doesn't will break support from 1.3.x-1.16.x versions (servers can still running Java 17 and Java 21 without issues).
- [Java 17] Optimized ISPFilter module and FoxPlayer checks with using Java 17 features.
- [Java 17] [Premium] Optimized DiscordWebhook, using Java 17 features.
- [Java 17] [Premium] Optimized TelegramWH with using Java 17 features and improved character escaping for avoid issues in don't sending.
- [Java 17] [Premium] Optimized GeoLocation module, using Java 17 features and fixed little issues.
- Fixed more issues related config (in case a list doesn't load for any reason).
- [Premium] Fixed RestrictionServers doesn't working on WaterdogPE. (For users with previous update)
- Added the service 'IPLocate' in enabled-by-default.
- Removed AntiVPN.net from default services because it's down.
- Removed VPN-API.xyz from default services because it's down.
- Removed NegativityAPI from default services because it's down.
- Added hostname block/bypass in ISPFilter module.
- Added 'isProxyIP' service.
- Fixed ViaProxy doesn't catch '{ISP}' placeholder in kick message.
- Added Vietnam language. (Thanks to hieudieu393)
- Improved module enabled/disabling. ISPFilter and GeoLocation (Premium) now closes databases and remove threads when reloading the plugin with '/fg reload'. (If previously was running)
- Added new database for ISPFilter and GeoLocation module: IPLocate.
- [Premium] GeoLocation now handles better IPInfo database and IPLocate database.
- Updated all libraries to up-to-date (24/12/2025)
- [!] Updated MiniMessage to 4.25.0 (supports latest Velocity and 1.21.9-11)
- [Premium] GeoLocation ASN works now with a custom provider for known list (optional).
- Added Korean language. (Thanks to metaph0)
- Improved handling of commands and tab-complete. Now using a better and improved list of permissions to separate all commands.
- Improved database reconnecting while using '/fg db reconnect', when the database in startup fails to connect, now you can create new instance without need of restart.
- Added new IPRange feature: This works like another module, the configuration files (like DiscordWebhook and others) was updated for adding this new feature.
- Added new option in services for custom flags per-service. It's useful in case you trust more in the results from a service than others, perfect for implement more Flags to reach maxFlags.
- Reduced amount of threads created by the plugin, tried to maintain the same performance.
- Added fully support for IPv6 (not only in our services).
- Added new option in IPLimiter: Based in time.
- [Premium] Added to the config a option for downloading ASN list with suspecious ISPs.
- Added option for download known hostnames in ISPFilter, preventing more Tor, VPN's and some Residential Proxies.
- Added Firewall based in software (beta). Supports VeloFlame and FlameCord at the moment. (Idea will be extended to other softwares and support root commands)
- Changed by default maxFlags from 3 to 4 to prevent false flags. Recommended if you has more than 11 services, use 5 or 7.
- Added option for show or hide all module logs to avoid flood in the console (can be enabled/disabled in 'config.yml').
- [Premium] Added little aliases for "{ASN}" and "{COUNTRY}" in message of kick and actions: {GEO_ASN} and {GEO_COUNTRY}.
- Added Deutsch language. (Thanks to ich_lou)
- Fixed cache method returning error when disabling it and Metrics now shutdown threads when returning method of unload (partially when plugin fails or server shutdown).
- [Premium] Strictly license checking added.
- Added the service 'TCPShield', 'BlockListDE', 'CINSscore' and 'GreenSnow' in enabled-by-default.
- Libraries now download from our fallback CDN instead of use GitHub.
- Added checking alts from an IP and their last time connection via command.
- [IMPORTANT] Removed support in any type of SQLite, our community decided to remove it. The plugin DOESN'T WILL DELETE YOUR SQLITE FILE, you can has it like a backup, while the plugin will default start using H2 if SQLite it's the type you're using. Why H2? H2 it's more stable and with great performance than SQLite, SQLite since months was giving a lot of problems, where I fix an issue in it but other appears. From limit support, to a ending support of it. We strongly recommend to you try remote database for great experience, any Minecraft host will give it for free.
- Added option in configuration for block bogon IP's. Also, '/fg check' will be affected for bogon IP's while it's enabled in configuration.
YAML:# 🛰️ Block any type of bogon connection? # # When enabled, we will block any connection considered a bogon. # This protects you from players which tries to do any 'bypass' method. # # The plugin will block IP's considered: # - Local Address # - Loopback # - Link Local # - Site Local # - Multicast # # 📚 Note: This feature it's always recommended having enabled. If # you get disconnected for this configuration, please, consider to # re-check your forwarding method, because can allow people from doing # malicious stuff. bogon: # 🚩 Enable the blocking of bogon IP's? enable: true # 🧩 Add the connections to the database for prevent joining # in X amount of time? This is useful if you want deny # connections of bogon in case a bot-attack of users using # those IP's. # # "The player is blocked from joining but the IP doesn't get checked!" # In this case, FoxGate add's the player to the database like it's # "Blocked", but doesn't save services detected, because the player # isn't scanned for VPN/Proxy. database: # Enable this feature? enable: true # Time (in hours) to store user in database. time: 12
- Added Turkish and Czech language.
- The plugin it's now obfuscated and known ASN List stop working in 1.0.5 and lower in this plugin.
Remember to leave your review if you like this plugin. Also, join to our discord server for receive support or ask questions.
Applied all changelogs from:
Changelogs:
Remember to leave your review if you like this plugin. Also, join to our discord server for receive support or ask questions.
- Fixed issues related to GeoModule doesn't detecting sometimes IPInfo database in fallback.
- Fixed little problems with Velocity.
- Improved tab-complete handler.
- Fixed others little issues which affects experience.
Applied all changelogs from:
Important:
- Applied all changelogs from 1.1.1
- Applied all changelogs from 1.1.2
- Applied all changelogs from 1.1.3
The plugin was recoded in their systems and logic, which improves a lot the stability and performance. A lot of changes was made since the last update published here, you could check some in the applied changelogs from previously versions of Free.
Remember to leave your review if you like the plugin! ^^
- Improved the performance with remaking the handling of detection in all supported loaders/softwares.
- Added ViaProxy loader/software support.
- Updated all libraries:
- MariaDB from 3.5.1 -> 3.5.3
- SQLite from 3.49.0.0 -> 3.49.1.0
- MiniMessage from 4.18.0 -> 4.20.0
- MiniMessage Option from 1.0.0 -> 1.1.0
- HikariCP from 6.2.1 -> 6.3.0
- SLF4JAPI from 2.0.16 -> 2.1.0-alpha1
- SL4FJJDK new in 2.1.0-alpha1
- GSON from 2.12.2 -> 2.13.1
- ASM from 9.7.1 -> 9.8
- Jar-Relocator now is using my fork.
- Added new command /fg debug for debugging all actions of FoxGate:
(config.yml)
YAML:# Do you want debug enable debug messages of FoxGate? # - Set what messages you want to debug when the debugging mode # is enabled with the command '/fg debug'. This only shows in # the console. debug: # Messages about Events of the player? events: true # Messages returning service's responses for better # creation or control of this. Enable only for testing, # don't recommend enable this in production, otherwise, # your console can be flooded a lot. services: true # Messages about actions making by FoxGate. # Like, sending discord webhooks (responses), downloading # GeoLocation databases and seding Telegram (requests). actions: true message: help: debug: 'Debug actions made by FoxGate in the console.' debug: enable: '{prefix} <green>You enabled the debug mode. Check the console.' disable: '{prefix} <red>You disabled the debug mode.'- Added new command to whitelist add/remove to the configuration. Also, moved all whitelist to new file created by default called whitelist.yml.
(whitelist.yml)
(config.yml)YAML:# Whitelist the detection to this name's. # - Allow players in the list to bypass the detection of # the antivpn. To disable this feature, use the value: # # names: [] # # (!) It's case sensetive! names: - ImZowi # Whitelist the detection to this IP's. # - Allow ip's in the list to bypass the detection of # the antivpn. To disable this feature, use the value: # # ips: [] # # (!) The value under is the default in localhost. ips: - "127.0.0.1"
YAML:message: help: whitelist: 'Edit configuration via command whitelist user/IP.' whitelist: invalid_usage: '{prefix} Use the command <aqua>/foxgate whitelist <add/remove> <name/ip><reset>.' already: '{prefix} {IP}<red> is already whitelisted/unwhitelisted in the configuration!' whitelisted: '{prefix} {IP}<green> was whitelisted in the configuration with type <white>{type}</white>. You can <white><underlined><click:run_command:"/foxgate whitelist remove {IP}">click here for remove again</click></underlined></white>.' unwhitelisted: '{prefix} {IP}<green> was unwhitelisted in the configuration with type <white>{type}</white>. You can <white><underlined><click:run_command:"/foxgate whitelist add {IP}">click here for add again</click></underlined></white>.' type_ip: 'IP' type_name: 'Name' problem: '{prefix} <red>Error while trying to add/remove to the whitelist. Check the console.'- Added new option for using name in proxies and new command /fg clearcache. This works with using a cache file or using database in case it's multi-proxy.
(config.yml)
YAML:database: # You want to save the cache in the database in new table # instead of use a file? Use this only if you want to use # multi-proxy or you're sure you don't has problems with your # database. # # Name of this table it's '"table"_cache', so, if the "table" # it's "foxgate", the name will be: "foxgate_cache", or if # the "table" it's "vpn_cache", will be "vpn_cache_cache". Always # finish with "_cache". cache_database: false message: help: clearcache: 'Clear the cache file with username saves.' clearcache: purging: '{prefix} <white>We are <yellow>purging</yellow> the cache file...' purging_correctly: '{prefix} <green>The cache file has been purged/reseted.' purging_problem: '{prefix} <red>Error while trying to purge the cache file. Check the console.'- Added option to Limit connections per IP. Default it's 3.
(config.yml)
YAML:antivpn: # Limit maximum connections per IP. # - When a player join to the server, this is saved # in a list for count the numbers of players in # a connection. If the limit is reached, the # player isn't allowed from joining. limiter: # Enable this feature? enable: true # Determine the maximum limit of connections per # IP. '3' is the best value by default, increase in # case is required. This can help in prevent bots with # same IP. maxium: 3 # Message to return when a player is kicked with this option. # placeholders: %PLAYER%, %IP%, %UUID%, %COUNTRY% (Premium and # only if function is enabled) and %ASN% (Premium and only if # function is enabled). kick: "<red>You have been disconnected by FoxGate:\n<white>Maximum accounts per IP in your connection.\n\n<gray>This is an error? <white>Join to our discord server.\n<aqua><underlined>discord.idcteam.xyz"- Using our custom base for bStats (Metrics) to avoid taking performance. For the Creator for the site, please, read our uncompiled comment inside the classes.
(config.yml)
YAML:configuration: # Allow the usage of Metrics (bStats) in your server? # - This is only for stadistics usage. # # ❝ What data is collected? # We are using bStats (https://bstats.org/), 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" # https://bstats.org/getting-started # # (!) Since 1.0.2 (premium) 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. metrics: true- Added new database type: JayBird.
(config.yml)
YAML:# This database is experimental. jaybird: hostname: "localhost" port: 3050 database: "FoxGate.fdb" username: "foxgate" password: "" # These settings apply to this Firebird database, as it uses Hikari for connection pooling. # - Default values are suitable for most users. Modify only if necessary. pool-settings: # The maximum number of connections in the connection pool. # - Determines the upper limit of active database connections that can be managed simultaneously. # - Setting this too high can overload your database server, while setting it too low can cause delays. # Recommended: 10 maximum-pool-size: 10 # Minimum number of idle connections to maintain in the pool. # - The pool will try to maintain this number of idle (inactive) connections ready for use. # Recommended: 1 minimum-idle: 1 # Maximum lifetime of a connection in the pool, in milliseconds. # - Connections older than this value will be closed and replaced. # Recommended: 1800000 (30 minutes) maximum-lifetime: 1800000 # The maximum time in milliseconds to wait for a connection from the pool. # - If no connection is available within this time, an exception will be thrown. # Recommended: 30000 (30 seconds) connection-timeout: 30000- Added new 5 services in the default configuration. (Thanks for our buyer, @_bad_, for making these configurations for FoxGate in the default section)
IPAPI IS
IPStackYAML:# ⛽ IPAPI IS # https://ipaphttps://ipapi.is/i.is/ # # Details: # https://ipapi.is/app/signup # # - 1k daily requests, free account or without key (IP-based for limit). # - 10k daily requests, pay $10 monthly. # - 20k daily requests, pay $20 monthly. # - 50k daily requests, pay $50 monthly. # - 100k daily requests, pay $100 monthly. # - 2M daily requests, pay $200 monthly. ipapiis: # Enable this service? enabled: true # Model request to use. model: "JSON" # You can use this field in case you # has an account in this page. key: "" # URL. url: "https://api.ipapi.is/?q=%IP%&key=%KEY%" # Values to check. values: # Fields to check. fields: - "is_datacenter" - "is_tor" - "is_proxy" - "is_vpn" - "is_abuser" - "is_bogon" # Read more about this in https://ipgeolocation.io/blog/bogon-ip-addresses # Type to determine. type: boolean
2IPYAML:# ⛽ IPStack # https://ipstack.com/ # # Details: # https://ipstack.com/signup/free # # - 100 monthly requests, free account. # - 50k monthly requests, basic account. # - 500k monthly requests, professional account. # - 2M monthly requests, professional plus account. ipstack: # Enable this service? enabled: false # Model request to use. model: "JSON" # Insert your key here. # Don't delete this field! key: "" # URL. url: "https://api.ipstack.com/%IP%?access_key=%KEY%&security=1" # Values to check. values: # Fields to check. fields: - "security.is_proxy" - "security.is_crawler" - "security.is_tor" - "security.hosting_facility" # Type to determine. type: boolean
GreIPYAML:# ⛽ 2IP # https://2ip.io/ # # Details: # https://2ip.io/registration/api/ # # - 10k requests free per month. # (Based in Billing) 2ip: # Enable this service? enabled: false # Model request to use. model: "JSON" # Insert your key here. # Don't delete this field! key: "" # URL. url: "https://api.2ip.io/%IP%?token=%KEY%" # Values to check. values: # Fields to check. fields: - "asn.hosting" # Type to determine. type: boolean
IPGeolocation (PAID)YAML:# ⛽ GreIP # https://greip.io/ # # Details: # https://dashboard.greip.io/login # # - 15k monthly requests, free account. # - 170k monthly requests, Standard account. # - 400k monthly requests, Premium account. # - Unlimited requests, "Pay-as-you-go". greip: # Enable this service? enabled: false # Model request to use. model: "JSON" # Headers in case is necessary. # # Set to: 'headers: []' to disable. headers: 'Authorization': 'Bearer KEY' # URL. url: "https://greipapi.com/lookup/ip/threats?ip=%IP%" # Values to check. values: # Fields to check. fields: - "data.threats.isProxy" - "data.threats.isRelay" - "data.threats.isTor" - "data.threats.isHosting" # Type to determine. type: boolean
YAML:# ⛽ IPGeolocation (PAID SERVICE) # https://ipgeolocation.io/ # # Details: # https://app.ipgeolocation.io/login # # This is a PAID SERVICE, require starting from # $15 monthly subscription for using IP-security # feature. First plan it's $15 (Bronze). # # - 150k monthly requests, Bronze ($15) # - 1M monthly requests, Solver ($65) # - 6M monthly requests, Gold ($200) # - 120M+ monthly requests, Enterprise. ipgeolocation: # Enable this service? enabled: false # Model request to use. model: "JSON" # Insert your key here. # Don't delete this field! key: "" # URL. url: "https://api.ipgeolocation.io/ipgeo?apiKey=%KEY%&ip=%IP%" # Values to check. values: # Fields to check. fields: - "security.is_tor" - "security.is_proxy" - "security.is_cloud_provider" - "security.is_known_attacker" - "security.is_anonymous" # Type to determine. type: boolean- Fixed permissions with LuckPerms providing support multi-platform.
- Fixed PostgreSQL support.
- Feature consolefilter now passed to Free Edition, decision made by me and my community. This now has been passed to configuration section:
YAML:# ___ __ _ _ _ # / __\___ _ __ / _(_) __ _ _ _ _ __ __ _| |_(_) ___ _ __ # / / / _ \| '_ \| |_| |/ _` | | | | '__/ _` | __| |/ _ \| '_ \ # / /__| (_) | | | | _| | (_| | |_| | | | (_| | |_| | (_) | | | | # \____/\___/|_| |_|_| |_|\__, |\__,_|_| \__,_|\__|_|\___/|_| |_| # |___/ # Configure some others little options. configuration: # Allow the usage of Metrics (bStats) in your server? # - This is only for stadistics usage. # # ❝ What data is collected? # We are using bStats (https://bstats.org/), 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" # https://bstats.org/getting-started # # (!) Since 1.0.2 (premium) 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. metrics: true # Print to console? # - Enable this to send the equal notification to the console when # a player is flagged. console: true # Define the permission. # - Set here the permission to see the notification in case this # is used in case a player is using VPN. By default, this is one # permission default of the antivpn: 'foxav.notifications' permission: 'foxav.notifications' # Do you want to enable this feature? # - Automatic check new updates in the Market pages. This only detect # when the server is starting. You need to have connection for check # new updates. # # (!) Since 1.0.0 (premium) and 1.0.6 (free), FoxGate uses # their own code code for update chacking. This use # asynchronous methods to scan updates; improving the # performance of this. You can safety has enable this to # verify updates without affecting the performance. update: true # Do you want debug enable debug messages of FoxGate? # - Set what messages you want to debug when the debugging mode # is enabled with the command '/fg debug'. This only shows in # the console. debug: # Messages about Events of the player? events: true # Messages returning service's responses for better # creation or control of this. Enable only for testing, # don't recommend enable this in production, otherwise, # your console can be flooded a lot. services: true # Messages about actions making by FoxGate. # Like, sending discord webhooks (responses), downloading # GeoLocation databases and seding Telegram (requests). actions: true # Enable the option to hide any disconnection message # when a player is detected for VPN, it's blocked for # their Country or ASN. # This probably doesn't go to work in some platforms or # versions, because only support Apache Log4J and SLF4J. consolefilter: # Enable hide the message of disconnection if the next # scenaries. vpn: true limiter: true # Premium Edition features. country: true asn: true- Added new feature of Telegram Forward (unique). Send alerts of disconnections made by FoxGate to your telegram chat/group/supergroup with a bot.
YAML:# Enable the usage of Telegram Webhooks to send any alert's or # messages if the player is vpn/proxy or if is allowed to connect # to the server. # # For using this, you need a bot token, for that, need to create # a bot. See more in: # https://core.telegram.org/bots#how-do-i-create-a-bot telegram: # Enter here the bot's token, set to empty to # disable this feature, you need to add both # credentials for enabling this feature. # # See https://core.telegram.org/bots/webhooks # for how to use it. bot_token: "" # Enter here the channel to send the alert. Set # empty to disable this feature, you need to add both # credentials for enabling this feature. # # Must be unique identifier for the target chat or # username of the target channel (in the format @channelusername). chat_id: "" # Customize the messages. # Here you can find some placeholders for use: # # {NAME} - Return name of the user. # {IP} - Return IP of the user. # {UUID} - Return IP of the user. # {DETECTED} - Return only the services that detected that IP has VPN. # {UNDETECTED} - Return only the services that doesn't detect that IP is VPN. # {LIST} - Return both list, but this difference with color (customizable). # {MAX} - Return the number of maximum flags to deny access to the player. # {COUNT_DETECTED} - Return the count of services that the player has been detected. # {COUNT_UNDETECTED} - Return the count of services that the player doesn't has been detected. # {GEO_COUNTRY} - Return the country player (Only works enabling the feature). # {GEO_ASN} - Return the ASN player (Only works enabling the feature). # Use '%nl%', '\n' or '\nl' for new line. text: # Messages when the player is allowed to connect. allowed: # Enable this webhook? enable: true # Determine here the content in the message. # (!) This is required to send the message. text: "*FoxGate: High Quality AntiVPN*\n\nPlayer *{NAME}* `({IP})` has been verified by *FoxGate* with a result of `{COUNT_DETECTED}/{MAX}` detected services.\n\n- Detected in `({COUNT_DETECTED})`: `{DETECTED}`\n- Undetected in `({COUNT_UNDETECTED})`: `{UNDETECTED}`\n- Country: `{GEO_COUNTRY}`\n- ASN: `{GEO_ASN}`" # Determine here the thread message ID to send. # Set "" to disable this feature. # # (!) Use this in case you want send in different # channel-thread to separate. This must be # unique identifier for the target message thread # (topic) of the forum; for forum supergroups only. thread_id: "" # Protect the message for privacy? # Protects the contents of the sent message from # forwarding and saving. protection: true # Disable notification sound? # Sends the message silently. Users will receive a # notification with no sound. nosound: false # Determine the mode of parsing. # Values can be: # - MarkdownV2 (Recommended) # - HTML # - Markdown # # (!) Invalid value go to use "MarkdownV2". # https://core.telegram.org/bots/api#formatting-options parsemode: "MarkdownV2" # Messages when the player is denied to connect. denied: # Enable this webhook? enable: true # Determine here the content in the message. # (!) This is required to send the message. text: "*FoxGate: High Quality AntiVPN*\n\nPlayer *{NAME}* `({IP})` has been blocked by *FoxGate* for a result of `{COUNT_DETECTED}/{MAX}` detected services.\n\n- Detected in `({COUNT_DETECTED})`: `{DETECTED}`\n- Undetected in `({COUNT_UNDETECTED})`: `{UNDETECTED}`\n- Country: `{GEO_COUNTRY}`\n- ASN: `{GEO_ASN}`" # Determine here the thread message ID to send. # Set "" to disable this feature. # # (!) Use this in case you want send in different # channel-thread to separate. This must be # unique identifier for the target message thread # (topic) of the forum; for forum supergroups only. thread_id: "" # Protect the message for privacy? # Protects the contents of the sent message from # forwarding and saving. protection: true # Disable notification sound? # Sends the message silently. Users will receive a # notification with no sound. nosound: false # Determine the mode of parsing. # Values can be: # - MarkdownV2 (Recommended) # - HTML # - Markdown # # (!) Invalid value go to use "MarkdownV2". # https://core.telegram.org/bots/api#formatting-options parsemode: "MarkdownV2" # Messages when the player is blocked to connect # because their country. country: # Enable this webhook? enable: true # Determine here the content in the message. # (!) This is required to send the message. text: "*FoxGate: High Quality AntiVPN*\n\nPlayer *{NAME}* `({IP})` has been blocked by *FoxGate* for their country.\n\n- Country: `{GEO_COUNTRY}`\n- ASN: `{GEO_ASN}`" # Determine here the thread message ID to send. # Set "" to disable this feature. # # (!) Use this in case you want send in different # channel-thread to separate. This must be # unique identifier for the target message thread # (topic) of the forum; for forum supergroups only. thread_id: "" # Protect the message for privacy? # Protects the contents of the sent message from # forwarding and saving. protection: true # Disable notification sound? # Sends the message silently. Users will receive a # notification with no sound. nosound: true # Determine the mode of parsing. # Values can be: # - MarkdownV2 (Recommended) # - HTML # - Markdown # # (!) Invalid value go to use "MarkdownV2". # https://core.telegram.org/bots/api#formatting-options parsemode: "MarkdownV2" # Messages when the player is blocked to connect # because their ASN. asn: # Enable this webhook? enable: true # Determine here the content in the message. # (!) This is required to send the message. text: "*FoxGate: High Quality AntiVPN*\n\nPlayer *{NAME}* `({IP})` has been blocked by *FoxGate* for their ASN.\n\n- Country: `{GEO_COUNTRY}`\n- ASN: `{GEO_ASN}`" # Determine here the thread message ID to send. # Set "" to disable this feature. # # (!) Use this in case you want send in different # channel-thread to separate. This must be # unique identifier for the target message thread # (topic) of the forum; for forum supergroups only. thread_id: "" # Protect the message for privacy? # Protects the contents of the sent message from # forwarding and saving. protection: true # Disable notification sound? # Sends the message silently. Users will receive a # notification with no sound. nosound: true # Determine the mode of parsing. # Values can be: # - MarkdownV2 (Recommended) # - HTML # - Markdown # # (!) Invalid value, will use "MarkdownV2". # https://core.telegram.org/bots/api#formatting-options parsemode: "MarkdownV2"![]()
- Definitive fix for N/A ASN and Country in Discord Webhook and Telegram Forward.
Reset your configuration in case you want to apply already all the changes instead of copy manually.
