[1.1.6] A lot of fixes, improvements and features.
- Major improvements with the handling of FoxGate for Velocity:
- Switched from LoginEvent to PreLoginEvent: 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:
Code (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:
Code (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 (Text):
[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:
Code (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.
Code (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.
FoxGate Premium was released!
See the description section to view where you can purchase it, you can join to the discord server for any question about it.
Remember to leave your review if you like this plugin. Also, join to our discord server for receive support or ask questions.