Support:
Bubbles#3256
AntiVPN:
- Change the prefix & colors
- No annoying messages about updates, credits, etc
How it Works:
Whenever I tried seeing how to tell if an ip was a VPN or not, I used command prompt and tried pinging a VPN and a non VPN. A non VPN will return with "Request timed out". The VPN will have replies. I implemented that into the plugin and
viola.
Permissions:
-
antivpn.bypass | Allows the player to join with a VPN
Config:
Code (YAML):
prefix
:
"&7[&c&lAntiVPN&7]"
primaryColor
:
"&7"
secondaryColor
:
"&c"
kickMessage
:
"%prefix% %secondary%VPN Detected\n%primary%&oMake a ticket in discord for a bypass."
Check out my other projects:
Spigot Page
READ ME BEFORE REVIEWING:
The messages are currently not working for the user who gets kicked, they will see "Internal Exception: java.net.SocketException: Connection reset".