WhitelistIP is plugin for those who want controls which IP can connect to server. If players does not have permission (not in whitelist), he will be disconnected before full login into game. Original plugin by Polarkac: http://dev.bukkit.org/server-mods/whitelistip/
Features
- Permissions support
- Whitelisting IPs
- Messages customizable
Planned
- Blacklist
Commands and Permissions
- /wip - show informations about plugin - Permission wip.info
- /wipadd - add IP to whitelist - Permission wip.add
- /wipdel - delete IP from whitelist - Permission wip.delete
- /wipchk - check if IP is on whitelist - Permission wip.check
- /wiplist - show all IPs on whitelist - Permission wip.list
- /wiprld - reload file with IPs
Global permission: wip.*
Configuration
There's two config files - messages.yml and whitelistIP.yml WhitelistIP.yml contains list of whitelisted IPs in YAML String List format:
whitelist: - 255.255.255.255 - 127.0.0.1
Messages.yml contains messages:
added: '%ADDRESS has been added!' notvalid: '%ADDRESS is not valid IP adress!' deleted: '%ADDRESS has been deleted!' reload: IP Whitelist has been reloaded! isonwl: '%ADDRESS is on whitelist!' isntonwl: '%ADDRESS is not on whitelist!'

