KauriVPN - Anti Proxy, TOR, and VPN [FREE API] icon

KauriVPN - Anti Proxy, TOR, and VPN [FREE API] -----

The most accurate and lightweight AntiVPN. Stop cheaters and malicious players in their tracks!




Changelog
- Corrected ISO Codes link within the config file.
- Corrected error on Bukkit servers when using vanilla kick feature.
- Improved caching to include more information, using less backend queries.
- Updated H2 to non-vulernable version.
- Fixed bug where players getting kicked from velocity proxies would receive an error instead of configured message.
- Changed the way dependencies are handled to add compatibility for Java 17+ versions without having to use runtime arguments to allow deprecated Java features.
- Tested compatibility on 1.21 Bukkit, Bungeecord, and Velocity proxies.
----------, Jan 26, 2025

Changelog
- Updated vulnerable dependencies to non-vulnerable versions
- Squashed multiple exceptions by adding null checks ( C0D3-M4513R and others)
- Changed some caching parameters to improve performance and data reliability.
- Improved performance issues resulting from some wonky control flow.
----------, Dec 7, 2023

Changelog
  • Fixed bug in maven compilation script that prevented Velocity from finding the Inject annotation, preventing it from loading.
----------, Jul 12, 2023

Changelog
  • Added pre-login cache. This will remove players who have previously been detected using a proxy by KauriVPN, making spam login problems a thing of the past.
  • Fixed bug that would prevent a user from whitelisting a player.
  • Fixed sql database errors.
  • Fixed dependency errors.
  • Removed usage of System.out.println() for logging and moved everything to a single platform based logging system (for users who don't like the "Nag author(s):" messages in their logs).
----------, Jul 7, 2023

This update fixes a bug with the shaded configuration library we use preventing the plugin from starting up on certain 1.12.2 spigot servers.
----------, Mar 4, 2023

Changelog
  • Fixed H2 erroring on startup.
  • Added database upgrading code since we now use a newer version for H2.
  • Removed debug from Bukkit version of plugin when players log in (oopsie).
----------, Aug 29, 2022

Changelog
  • Added /antivpn reload command
  • Added configuration for "No permission!" message.
  • Fixed H2 database error on index creation when loading plugin.
  • Shrunk jar file size extensively so it can be uploaded to Spigot directly (credits to Lucko's Helper util)
  • Improved VPN detection on the backend.
  • Updated h2database driver to 2.1.214 to patch vulnerability
  • Updated mysql database driver to 8.0.30 to patch vulnerability
  • Updated MongoDB java driver to 3.12.11.
----------, Aug 28, 2022

Changelog
  • Fixed an issue where player references would not be removed from a cache on player disconnect.
  • Updated MySQL Connector to latest version.
----------, Aug 19, 2022

Changelog
  • Confirms that KauriVPN is 1.19 compatible.
  • Added new /kaurivpn plan command which will allow a user to view the queries used and how many they have left.

New Command Preview
Screen Shot 2022-06-17 at 1.20.35 PM.png
----------, Jun 17, 2022

Changelog
  • This fixes issue #23 where MySQL would load instead of H2.
----------, Jun 5, 2022

Changelog
----------, Apr 6, 2022

Changelog
- Added country whitelisting!
- Recoded configuration to be much cleaner. Now comments will be generated on new configs! Recommended to save a copy of your old config and generate a new one, and then update the new one with your old settings.
- Fixed bug where whitelisting IPs would not actually whitelist IPs.
- Improved bukkit player cache performance (credit @Kek5chen)
- Relocated shaded dependencies to prevent any errors with other plugins
----------, Apr 1, 2022

Changelog
  • Fixing deprecation message for MySQL users.
  • Fixes potential memory leak for large servers that don't restart very often.
----------, Feb 8, 2022

Changelog
- Added mongo support to AntiVPN plugin.
- Added /kaurivpn clearcache to clear the RAM and database cache of API responses, incase issues occur.
- Fixed velocity configuration error.

Note
I did improve the backend query times, while adding more advanced detections which should get a lot more residential proxies.
----------, Jan 12, 2022

This should fix config.yml files not generating properly for VelocityPowered users.
----------, Dec 19, 2021

Changelog
- Using built-in MySQL driver since Velocity does not include it for us.
- Implemented velocity-plugin.json as this is now required by Velocity 3.1 and newer.
- Re-combined the plugin back into one .jar file.
----------, Dec 19, 2021

KauriVPN will now include a separate .JAR for Velocity users as Velocity now goes out of its way to check for any Bukkit/Bungee files within the plugin, and then refuse to load it. This prevents me from combining everything into one nice little package, but it will have to do.
----------, Dec 18, 2021

Changelog
- Improves overall performance execution.
- Fixed bug when using MySQL database that would cause errors on load. This was due to the --illegal-access flag no longer functioning.
----------, Dec 14, 2021

Changelog
- Added ip exemptions in addition to the existing player exemptions.
- Fixing System.out usage warnings that some users were experiencing.
- Fixing MySQL drivers not loading on some servers.
- Plugin will now show up as "KauriVPN" in your plugins list instead of "AntiVPN"
- Fixing bug that would make whitelisted players not load for awhile after server starts
----------, Nov 4, 2021

Notes: If you aren't running Velocity, you do not have to download this update. This just fixes the version number and metrics functionality for the plugin. If you are running Velocity, it's important you update.
----------, Sep 15, 2021

Implemented full VelocityPowered support! This was requested since there hasn't really been a good AntiVPN plugin that supported the proxy software.
----------, Sep 14, 2021

WARNING: If you have used v1.4 and older and want to keep your old "responses" MySQL table, please back it up before running this update. It will drop the table and create one with updates data types. Make sure the MySQL user for KauriVPN has permission to drop tables so it can fix the data storage type related bugs. Data in "responses" is not terribly important; it is just a cache to prevent unnecessary queries to the API.

Changelog
- Fixed MySQL SQLException errors caused by trying to call queries on a closed connection (usually produced on plugin shutdown or reload).
- Fixed bug where whitelisted players would not actually be whitelisted from the VPN.
- Added alerts state syncing in the database across servers. If you do /antivpn alerts and your alerts are enabled on one server, they will be enabled on others even after shutdown.
- Fixed data storage errors with the ISP column among other possible other errors. This plugin will automatically updates the "responses" schema with new data types.
----------, Sep 9, 2021

Changelog
- We have now introduced a France OVH node for the AntiVPN service API. This will also work as an automatic failover incase one of them goes down to improve uptime.
- Fixed a bug on some servers that would allow players on proxies to join if they spam joined the server (Bukkit version only).
- Fixed bug that sent the same description for every command in the /antivpn help message.
- Added bStats tracking for both Bukkit and Bungee instances.
- Added AntiVPN alerts for VPN usage on join. This can be used for servers who don't want to block VPNs but rather see when a player uses one. Can be toggled with /antivpn alerts. upload_2021-8-27_14-51-28.png

Known Issues
- MySQL Connection error on shutdown.
----------, Aug 27, 2021

Changelog
- Fixed MySQL errors caused by the change in MySQL driver libraries in Java 16.
- Fixed tab completion for /antivpn allowlist [add/remove]
----------, Aug 21, 2021

Changelog
- Fixed MySQL erroring (brysendev on GitHub)
- Added failure reason output when the API returns a failed query.
- You can now use custom commands to run when a VPN is detected instead of the built in kick feature.
- Queries now run even faster!
- Cleaned up the code within the repo a bit.
----------, Aug 20, 2021

Changelog
- Changed the max length for the ISP column from 32 to 64 varchars. This would cause errors for large ISP names.
- Fixed slow queries for IPs that aren't proxies by doing some data-sciency stuff in the backend (will see improvement for all versions).
- Patched more proxies in the backend.
- You should manually change this column in your SQL database or drop the `responses` table.
----------, Jun 19, 2021

Changelog
- You can now connect this AntiVPN plugin to your MySQL database for a variety of useful features (optional).
- Implemented /antivpn allowlist <add/remove> <player/uuid> to manually exempt players without the use of permissions ( NOTE: You should setup MySQL for this data to save after restarts).
- Source code is now using the Apache License Version 2.0.
- Added the ability to whitelist based on the prefix of usernames for folks that use Geyser and want to automatically allow people on Bedrock Edition to bypass.
----------, Jun 18, 2021

Changelog
- Implemented tab completion to Bukkit (TODO: Tab completion for BungeeCord).
- Implemented commands on BungeeCord (/antivpn is now a thing).
- Improved query speed by 20ms on our end by optimizing how we store blocked ip addresses in our databases.


Next Update
- Implementing MySQL storage types.
- Adding whitelist command for player usernames.
- Automatic whitelist for users with certain Bedrock prefixes in their names.
----------, Jun 18, 2021

Changelog
- Implemented new commands system for Bukkit and Bungee.
- Commands /antivpn and /antivpn lookup <player> added for Bukkit (coming to Bungee soon).
- AntiVPN database detections got a major update and increase in overall accuracy with even more proxies detected!
- Added message print to console when a player joins and is detected for a VPN.
----------, Jun 17, 2021

- Added AntiVPN bypass permission antivpn.bypass

(Thought it would be a good idea to add this kek)
----------, Jun 15, 2021

Resource Information
Author:
----------
Total Downloads: 25,848
First Release: Jun 15, 2021
Last Update: Jan 26, 2025
Category: ---------------
All-Time Rating:
51 ratings
Find more info at funkemunky.cc...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings