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


-
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.
<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>
-
Latest builds
Issues
Github (Pull requests welcome!)
Javadocs