Player-specific Homes - Where does playerUUID tag come from? #230
Answered
by
John-Paul-R
ArcticFox037
asked this question in
Q&A
-
In the player specific .dat files, where does the data contained in the playerUUID tag come from? Trying to transfer homes from a plugin. |
Beta Was this translation helpful? Give feedback.
Answered by
John-Paul-R
Jul 20, 2023
Replies: 1 comment 6 replies
-
That should be the unique account identifier provided by mojang. You can look that up via a site like https://mcuuid.net/ In the java code, that can be extracted from the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should convert the UUID from text form to the numeric form: https://jdoodle.com/a/6pC5
Just input the uuid in the "command line arguments" field