CheckNameHistory

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

Sample Screenshot

Video

Lockette/Deadbolt

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)

Download

Please get the LATEST file form here.

Commands:

  • /cnh | /cnh help : displays the help menu
  • /cnh <latest_name> : displayers the history of name changes. NOTE: the name needs to be the latest name.

Permission Node:

  • checknamehistory.admin : allows you to use /cnh <name> command

Installation:

Just drop CheckNameHistory.jar in the plugins folder.

For Developers:

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.
         }
...

Donation:

It would be greatly appreciated for your donation to continue providing support for this plugin.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    89242
  • Created
    Feb 6, 2015
  • Last Released File
    Feb 18, 2015
  • Total Downloads
    1,544
  • License

Categories

Members

Recent Files