Minecraft UsernameHistory mod 2026 download
logo
minecraft mod UsernameHistory

UsernameHistory

Game Version: 1.8.1
Total Downloads: 357
Updated: Apr 10, 2015
Created: Apr 10, 2015
Download UsernameHistoryDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
UsernameHistory.jar release 211.73 KB Apr 10, 2015 1.8.1 357 download UsernameHistory UsernameHistory.jar releaseDownload

Description

Share this:

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

Add a comment