WhitelistIP Reloaded

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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

  1. /wip - show informations about plugin - Permission wip.info
  2. /wipadd - add IP to whitelist - Permission wip.add
  3. /wipdel - delete IP from whitelist - Permission wip.delete
  4. /wipchk - check if IP is on whitelist - Permission wip.check
  5. /wiplist - show all IPs on whitelist - Permission wip.list
  6. /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!'

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit