Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| UsernameHistory.jar release | 211.73 KB | Apr 10, 2015 | 1.8.1 | 357 | Download |
Description

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
Get 0.05 TON 💎
Download
Add a comment