!!!This plugin for Spigot server, install that to your auth server!!!
The plugin allows you to monitor IPs and block suspicious ones.
You can block both IPs and ranges in
blacklist.txt!
You can set the maximum number of joins/sec. before blocking.
The plugin will be constantly updated, I recommend you keep track of updates, I still have a lot of ideas, I need your support and I should know that you liked my plugin, I ask you to evaluate
NOTE: You need to add proxy lists manually, but I would suggest you use my proxy list compilation here:
https://timpixel.net/plugins/vpn-lists.txt
⚠ The blacklist has no command to reload, the list is automatically loaded when the player logs into the server!
❔ If you have any problems or suggestions, write to my discord "timurwifi"
(I speak Russian and English)
config.yml
Code (YAML):
# # WARNING!!! Do not add ports to address txt list, just enter any address with an indent! # # Example: # 0.0.0.0 # 0.0.0.1 # 0.0.0.2 # 0.0.0.3/10 # so you can use ip-ranges, like 0.0.0.0/12 # # # The plugin has no command to reload, the list is automatically loaded when the player logs into the server! # If you have any problems or suggestions, write to my discord "timurwifi" (I speak Russian and English) # max-connections-per-second: 2
# max connections per second before player's ip will blocked kick-message: "&4&l[TimpixelAntiVPN] \n&cYour IP blocked on this server! \n\n&aThanks for using &cTimpixelVPNBlocker &6:: &fby Timpixel2020" messages:
prefix: "&b&lTimpixelAntiVPN &8»" no-perms: "%prefix% &4You don't have permissions!" ip-added: "%prefix% &aIP %ipAddress% added to the blacklist!" ip-removed: "%prefix% &cIP %ipAddress% removed from the blacklist" reloaded: "%prefix% &aPlugin reloaded!"