I have downloaded my Minecraft Realms world and can see the player data, but I don't know which ID belongs to which player. How can I link them?
1 Answer
You can convert from UUID to player name and vice versa with the help of this site:
In case that ever goes down, you can always use the official Mojang API:
- Name to UUID:
- UUID to Name:
Replace the "Etho" with the player name in the first link and "93b459bece4f4700b457c1aa91b3b687" with the player id in the second link (remove the hyphens beforehand).