> For the complete documentation index, see [llms.txt](https://lodestone-technologies.gitbook.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/delete-player-data.md).

# Delete player data

Deleting player data from your Minecraft server resets a player's progress, such as removing their inventory, experience, and location data.

{% hint style="danger" %}
Make sure you're certain before doing this, as it will **reset the player's in-game progress** as if they're a new player on the server.
{% endhint %}

Head over to the [Game Panel](https://game.lodestone.host) and select "File Manager" on the sidebar menu.

<figure><img src="/files/Y12YQm9eQOEWzab0eFnP" alt=""><figcaption></figcaption></figure>

Click on the `world` folder to edit the player data for a specific world. If you have multiple worlds, you'll need to repeat this for each world.

<figure><img src="/files/LYOqE9XVjj9TXRyR3HCQ" alt=""><figcaption></figcaption></figure>

Click on the `playerdata` folder.&#x20;

<figure><img src="/files/FFbMyjixGHj9WPrLSwmZ" alt=""><figcaption></figcaption></figure>

You can now select the player data files you wish to remove, and click "Delete" to delete them.

<figure><img src="/files/fGLpFGJtdgD4zMiEBI7L" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The name of each player data file is the player's UUID. You can use a tool like [NameMC](https://namemc.com) to find their UUID from their username.&#x20;
{% endhint %}

Once done, restart your server to process the changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lodestone-technologies.gitbook.io/knowledgebase/minecraft-java/delete-player-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
