How can I view and edit specific aspects of playerdata from my Minecraft server?

Minecraft 1.7.6 or newer (UUID)

On Minecraft 1.7.6 and above, Mojang uses a new UUID format. Use a UUID lookup tool, like http://minecraft-techworld.com/uuid-lookup-tool to determine the UUID of the player you wish to reset.

  1. Make sure that the player you wish to reset is logged out of the server.
  2. Use FileZilla to connect to the server FTP.
  3. On the remote site, open the game folder.
  4. Open the world folder. It is usually world, unless you have changed it.
  5. Open playerdata.
  6. Simple: Delete, or download/rename and then delete, uuid.dat. Replace uuid with the UUID that you looked up.
  7. Advanced: Instead of deleting uuid.dat, download it to a location on your computer such as your desktop where you can easily find it.
  8. From NBTExplorer, press the “Open NBT Data Source” button that looks like a folder.
  9. Navigate to where you saved the uuid.dat file, select it, and press open.
  10. Scroll down untill you find the tag labeled “Pos” with 3 entries and press the “+” symbol next to it. These are the data tags that store where a player is in game.
  11. Double click on the tags one at a time and change their values. The tags aren’t labelled, but they are X, Y, Z in that order. Y is height. Be careful what you set these numbers to as you can cause a player to spawn in the ground. I suggest setting their value to your world’s spawn or a known safe coordinate location.
  12. Upload the uuid.dat back to your server in the same place you got it. Overwrite or delete the original one. Make sure that the player in question is not online at the time or it won’t work.

SOURCE

Leave a Comment