Skip to content

How to delete Player Data in Minecraft

Player Data is data about a player. This includes their inventory, ender chest slots, data on pets, etc. This is useful in case a player corrupts their inventory with an item that crashes the server, or if you ban a player and want to remove their inventory.

You will need the players UUID to delete their inventory. A UUID is a unique identifier for that player. This is usually a very long string of numbers, e.g. 1a234567-123b-49b5-a04d-ed67e68f763e You can find their UUID by typing their username into a website like https://minecraftuuid.com/

  1. Go to the AleForge Panel
  2. Stop your server
  3. Go to File Manager
  4. Head to the directory world/playerdata
  5. Delete the players UUID.dat and UUID.dat_old
  6. Start your server

That players data will now be wiped.