SpigotMC中文版
关于

资源详情

Username History

前往SpigotMC 翻译(Beta) 下载资源

A lightweight plugin to look up all of a player's previous usernames

作者: IAmParker / 下载量: 2443 / 0.00元

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, Username History provides several API methods to expose this data for your own plugin or project.

How To Use

Just use the following command:

    [*]/original

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.

Video tutorial (German)
-

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:


spinalcraft-repo
http://maven.spinalcraft.com



com.spinalcraft
UsernameHistory
1.0


-

Links
Latest builds
Issues
Github (Pull requests welcome!)
Javadocs