betterphp / InfinitePlots

A plugin for Bukkit based Minecraft server that can generate infinite square plots of a configurable size.
http://dev.bukkit.org/server-mods/infiniteplots/
3 stars 4 forks source link

Data is not stored using UUIDs #54

Closed jcdesimp closed 10 years ago

jcdesimp commented 10 years ago

Data for plot ownership is still stored using player names. If this remains it will surely break once Mojang gives players the ability to change their username.

Data should be stored with UUID instead of player name and preferably a converter should be implemented to convert existing data failed to UUIDs so that players don't lose their plots.

Relevant article: http://forums.bukkit.org/threads/psa-the-switch-to-uuids-potential-plugin-server-breakage.250915/

betterphp commented 10 years ago

Thanks, will get this change made later today hopefully.