UsernameHistory

http://i.imgur.com/8f0FlzR.png

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:

http://i.imgur.com/ZFqM7xn.png

Some people may never change it:

http://i.imgur.com/40KOejP.png

-

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


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files