AntiProxy
Description
AntiProxy is a simple plugin which queries DNS Blackhole lists to prevent players from joining via proxies. All lookups are made asynchronously to prevent server lag.
Features
Commands
- Customisable server list (5 predefined)
- Whitelist usernames
- In game lookup command
All commands require you to be op or have the "antiproxy.admin" permission node.
Configuration
- /antiproxy <player name | ip address>
Check the lists for the specified player or IP address.- /antiproxy whitelist
Show the current whitelisted players.- /antiproxy whitelist <add | remove> <playername>
Add or remove a player from the whitelist.- /antiproxy reload
Reload the config file.
# Deny users from joining using Hotspot Shield VPN.
hotspotshield: false
# Use Project Honeypot.
honeypot: false
# Project Honeypot API key, you will need to create an account @ projecthoneypot.org to get one of these.
honeypot-apikey: ""
# Server list (these should all end with a dot).
servers:
- "dnsbl.dronebl.org."
- "torexit.dan.me.uk."
- "rbl.efnetrbl.org."
- "dnsbl.swiftbl.org."
- "xbl.spamhaus.org."

AntiProxy 1.0
Stop players joining via Proxy / VPN