UsernameHistory

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, UsernameHistory provides several API methods to supply this data to your own plugin or project.
How To Use
Just use the following command:
- /original <player>
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.
-
Permissions
- usernamehistory.original
-
Screenshots
Some people change their name all the time:

Some people may never change it:

-
Developers
Username 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:
<repository> <id>spinalcraft-repo</id> <url>http://maven.spinalcraft.com</url> </repository>
<dependency> <groupId>com.spinalcraft</groupId> <artifactId>UsernameHistory</artifactId> <version>1.0</version> </dependency>
-
Links
Latest builds
Issues
Github (Pull requests welcome!)
Javadocs
-
View User Profile
-
Send Message
Posted Apr 10, 2015@c0wg0d
I haven't tested it on 1.7 explicitly, but almost certainly it should. It is primarily just making web requests. If you have any issues with it, let me know :)
-
View User Profile
-
Send Message
Posted Apr 10, 2015Does this work on 1.7 servers?