With name change support on the horizon, many players are wondering - "How will I know who my friends are?"
While plugins can use UUIDs to keep track of who a player was, UUIDs like 3e50893f4903402fb3b810158c6ed75b are very long, complicated, and almost impossible to memorize. Players have no easy way to make sure that someone is really who they say they are.
Introducing WhoWas!
WhoWas makes it easy for players to find out a player's name history, while affording privacy to users who don't want everyone to know their old name.
Coming soon:
Bukkit and Sponge use two different methods for loading a plugin.
While Bukkit looks at the class specified in th plugin.yml, Sponge has no such concept. Instead, the main class is given the annotation Plugin, which is detected and loaded by the implementation.
If you're not a developer, all this means is you can drop the same jar into your Bukkit plugins folder, or the corresponding Sponge folder (mods for the official Forge implementation`), without any changes. WhoWas will work on either one!
| Command | Example | Help | Permission |
| /whowas <playerName> | /whowas Djinnibone | Displays the name history for the player <playerName> | whowas.whowas |
You can try out WhoWas with /whowas Djinnibone.
Instructions for configuring WhoWas can be found here.
WhoWas uses Mojang's API endpoints - documented here - to fetch name history information.
All of this information is public, and can still be obtained if you don't have WhoWas installed on your server.
This plugin collects statistics about the server version, plugin version, operating system, etc, using MCStats. If you don't want this, you can always disable it from plugins/PluginMetrics/config.yml.
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
They can be found here
WhoWas is available on Github!
Join us at #whowas on EsperNet!