General

Resetting Player Progress: Deleting Playerdata in Minecraft Worlds

General·May 20, 2026·24 min read

Why Reset Player Progress?

Most of the time, playing Minecraft is about exploring, building, and the occasional creeper indignity. Few players think about the files behind the scenes. But there are moments when those files matter. Someone abuses operator commands, a friend stockpiles diamonds nobody earned, or a fresh start sounds better than another inventory cleanup. Whatever the reason, resetting a player's progress means removing their playerdata files from the world.

Both multiplayer servers and singleplayer saves keep these files, although the path to them differs. This guide walks through finding the right UUIDs, deleting the playerdata, and handling plugin-managed data that sits outside the usual folders.

Step 1: Locate the Player UUIDs

Each Minecraft account is tied to a Universally Unique Identifier (UUID). Playerdata files are named after these identifiers, so before deleting anything you need the right ones. Online accounts get a UUID assigned by Mojang at purchase. Cracked or offline accounts also have UUIDs, but they are generated locally from the username, so they shift any time someone renames their character.

Pick the section that matches your account type.

Premium (Online) Accounts

  1. Open the Minecraft UUID lookup website and type the player's name in the search box.
  1. Click Lookup on the right. The account profile appears with its full identifier.
  1. Copy the Full UUID value and save it somewhere safe.
  1. Repeat for every player whose data you need to remove.

Cracked (Offline) Accounts

  1. Open an Offline UUID Generator and enter the username. To process several at once, separate names with a comma (no spaces).
  1. Choose the Plain Text output option and hit Convert.
  1. Copy every generated UUID from the result page.

The values you collect here are what the next steps depend on. Wrong UUID, wrong file, wrong result.

Step 2: Delete the Playerdata Files

For every UUID, two files exist in the world's `playerdata` folder, usually a `.dat` and a `.dat_old`. Both should go for a clean reset. After deletion, that account loses inventory, XP, position, ender chest contents, advancement progress, and anything else tracked in those files. There is no in-game undo.

Back up the world before deleting anything. A copy on your computer or a server snapshot is the only safety net if you remove the wrong file.

How you reach the folder depends on whether the world lives on a server or in your own client.

On a Multiplayer Server

  1. Open your server panel and access the file manager or your FTP client.
  1. When prompted, enter your password and log in.
  1. Open the world folder. If you are unsure of the name, check the world name shown on your panel's main screen.
  1. Enter the `playerdata` directory.
  1. Match each file name to the UUIDs you saved earlier. Tick the checkbox beside the targets and click Delete at the top.
  1. Repeat until every relevant file is gone.

On a Singleplayer World

  1. Launch the Minecraft launcher and switch to the Installations tab.
  1. Hover over the installation you use, click the folder icon, and the install directory opens in your file explorer.
  1. Enter the `saves` folder.
  1. Open the folder for the world you want to edit. The exact name matches what you see in the singleplayer worlds menu.
  1. Inside the world folder, open `playerdata`.
  1. Select the files for the UUIDs you collected and delete them.

Step 3: Handle Plugin-Managed Data

A server's `playerdata` directory is not always the whole story. Plugins often store their own per-player files for currency, homes, kits, claims, or whatever else they track. Locations vary plugin by plugin. EssentialsX, for example, keeps each account in a folder called `userdata` instead of `playerdata`. Other plugins might use `players`, `accounts`, or a database file with no per-user files at all.

  1. Open the file manager or FTP client for your server and log in.
  1. Enter the `plugins` directory.
  1. Click into the plugin you want to wipe data from.
  1. Look for a subfolder labelled `userdata`, `players`, or similar. If nothing matches, the plugin likely keeps its records elsewhere (such as a SQL database) and the panel files will not help.
  1. Select the files matching your target UUIDs or usernames, depending on the plugin, and click Delete.

Troubleshooting

The world folder is missing or mislabeled. Check the world name shown on your panel's main screen first. If you use a multiworld plugin like Multiverse, several worlds may exist on the server that are not the default one. Log in, teleport to the map you want to reset, and use the world name shown by the plugin. Also confirm you are editing the right server instance if you have multiple servers configured.

No file matches the UUID you copied. On premium servers, double check that you grabbed the Full UUID and not the trimmed version (the trimmed format has no dashes). On cracked servers, the UUID is derived from the username, so a single capital letter difference produces a completely different ID. Confirm the exact spelling, including case. If you still see nothing, the player may not have joined since the last world save.

You deleted the wrong file. Restore from a backup if you have one. Otherwise, contact your hosting provider's support team and ask whether server snapshots can recover the file. For singleplayer worlds, the only realistic recovery is whatever local copy you kept before deletion. Without one, the data is gone.

  • Minecraft UUID Checker
  • Offline UUID Generator
  • How to Back Up a Minecraft Server World
  • How to Restore a Backup on a Minecraft Server

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support