Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 6 months ago
Updated 3 months ago
Changelog
- Added bypass feature to deny detection if the player is verified and don't is a VPN/proxy for a certain time. (Customizable)
database:
# Available:
# - SQLite (NOT AVAILABLE IN BUNGEECORD!)
# - MySQL (IMPORTANT TO WORK IN BUNGEECORD!)
type: "sqlite"
sqlite:
file: "FoxGate.db"
mysql:
host: "localhost"
port: 3306
database: "foxav_db"
username: "root"
password: "password123"
# Highly recommended to keep this true for secure connections.
# Ensure your MySQL server supports SSL.
# By default is false, because a lot of MySQL servers don't supports
# SSL.
SSL: false
# The maximum number of connections in the connection pool.
# Recommended: 4
maximumpoolsize: 4
# The maximum time in seconds to wait for a connection from the pool,
# is recommended a value from higher than 1 and less than 5.
# Recommended: 3.0
connectiontimeout: 3.0
# When an IP isn't detected a vpn or proxy, this need to save in
# cache to don't make more requests for a little time for save
# performance and requests, customizable here.
bypass:
# Enable this feature?
enable: true
# Determine the amount in hours to save the IP in cache and avoid
# make more requests to this IP. Useful to save performance and
# verify only one time for certain time.
#
# Recommended: 2
expiration_time: 2
# When an IP is detected in a result, this is save in the cache
# to don't make more request for a little time, this value is
# saved in hours.
#
# Recommended: 36
expiration_time: 36
- Renamed blacklist to whitelist in the configuration (request by kokoro_koklo).
- Fixed typo in the kick message by default (thanks to kokoro_koklo).
- Updated endpoint and fields of VPNAPI.
- [EXPERIMENTAL] Added multi-thread option for better performance.
- Added better support for BungeeCord. (Tested with NullCordX 3.8.7, Waterfall Fork)
Files
Metadata
Release channel
ReleaseVersion number
1.0.3Loaders
Game versions
1.7.2–1.21Downloads
83Publication date
July 25, 2024 at 10:13 PMPublisher
ImFoxer
Member