MCTowns

MCTowns

52.4k Downloads

UUID Support

hockeymikey opened this issue ยท 6 comments

commented

The title says it all. Just making sure that the plugin is UUID compatible.

commented

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.

commented

Can you explain further? I haven't been keeping up with the dev builds of Bukkit.

commented

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.

commented

Thanks for letting me know about this, I haven't been keeping track of the MC/Bukkit news.

commented

No problem. Anytime.

commented

Since I'm now done with all UUID-related changes in MCTowns code, all that remains is to switch to whatever WorldGuard does to handle UUIDs.

Closing this ticket, since any work related to what WG does will fall under the umbrella of "migrate to new WG API".