promotional bannermobile promotional banner

CheckNameHistory

Check history of name changes! Supports Lockette/Deadbolt name change
<p>Screenshot</p>

Screenshot

<p>Default Icon</p>

Default Icon

Description

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.

The CheckNameHistory Team

profile avatar
  • 6
    Projects
  • 14.5K
    Downloads
Donate

More from _ForgeUser8952884View all