Getting a player uuid
AskingQuestions opened this issue ยท 1 comments
I have been unable to figure out how to get the player uuid.
I can use http requests but this is slow and bukkit does it already(why do it twice).
Is there any way to get the uuid of the player? Bukkit has a player.getUniqueID() method, but I cant seem to access that.