UUID Support
hockeymikey opened this issue ยท 6 comments
I've finished all the work for UUID support on my end. I'm now waiting to see what WorldGuard does with their external API, as that might also require changes on my part.
Can you explain further? I haven't been keeping up with the dev builds of Bukkit.
Minecraft is switching over to UUIDs. When a player logs in he is identified by a UUID which is a unique string to him that is used instead of his username. This means that the player is able to change their usernames so I could for instant I could log in as Hockeymikey but then later change my username to theNotch34.
Thanks for letting me know about this, I haven't been keeping track of the MC/Bukkit news.