
Username History is a very lightweight plugin that provides a simple command to retrieve a full, detailed history of name changes for a given player! Additionally, Username History provides several API methods to expose this data for your own plugin or project.
How To UseJust use the following command:
Username History will retrieve the player's history directly from Mojang's servers, including the precise time of each name change. Results are cached to prevent unnecessary web traffic.
Video tutorial (German)-
Permissions
[*]usernamehistory.original
-
ScreenshotsSome people change their name all the time:

Some people may never change it:

-
DevelopersUsername History provides several static methods for your convenience:
UsernameHistory.getHistoryFromUuid(UUID)UsernameHistory.getHistoryFromUsername(String)UsernameHistory.getUUIDOf(String)These methods all make synchronous web requests, so it is highly recommended not to run them on the main thread.
Maven:
spinalcraft-repo
http://maven.spinalcraft.com
com.spinalcraft
UsernameHistory
1.0
-
LinksLatest buildsIssuesGithub (Pull requests welcome!)
Javadocs