No Stupid Names
What is it?
This is a simple plugin that checks players' names against a series of regular expressions when they are logging in. This plugin is useful for who don't want players named like "PlayerXXX" or similar.
Source?
This plugin is too simple to be put into a repository system or something.
The source code of the main class can be found here.
http://pastebin.com/JY6FTUFS
How to config?
In config.yml , change the value of "messages.kick" to your desired kick message and then add your Java compatible regular expression under "list" node.
The default settings kick players with name that begins with "Player" or "player" and ends with digits,"Player001" for example.