Change names on Lockette/Deadbolt! This is a extremely simple plugin that allows you to check the history of name changes.

Name update function for [private][More Users] supported!
If you have Lockette, Deadbolt, and the user names on the signs are old, a player just need to Right-Click the sign to update their name! (since DCDemeris's plugin cannot be located, I've been requested to add this function in this plugin)
Please get the LATEST file form here.
Just drop CheckNameHistory.jar in the plugins folder.
You can retrieve a list of player's previous names using CheckNameHistory's public method:
import com.vk2gpz.checknamehistory.CheckNameHistory; .... Player player = xxxxxx; List<String> previousNames = CheckNameHistory.getPreviousNames(player.getName()); if (previousNames != null || previousNames.size() > 0) { // do your process. } ...
It would be greatly appreciated for your donation to continue providing support for this plugin.