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/
- Go to the AleForge Panel
- Stop your server
- Go to
File Manager - Head to the directory
world/playerdata - Delete the players
UUID.datandUUID.dat_old - Start your server
That players data will now be wiped.