> For the complete documentation index, see [llms.txt](https://intellectualsites.gitbook.io/plotsquared/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intellectualsites.gitbook.io/plotsquared/features/uuid-conversion.md).

# UUID conversion

## Introduction

This was added in version 2.10. UUID conversion allows you to switch between different methods of UUID storage on your server.

### Offline - Mode

Will use the same UUID as an offline-mode server. The UUID will be based on the player name (case-sensitive).

### Lower - Mode

Offline mode but case-insensitive, as it gets the UUID from the lowercase username.

### Online - Mode

Use online-mode UUID provided by Mojang.

{% hint style="danger" %}
This mode will not work properly if you are using a pre-UUID version of Bukkit, or your server is set to offline mode. Please check your `server.properties` to be secure.
{% endhint %}

{% hint style="info" %}
If you use a proxy server (e.g. BungeeCord or Waterfall) follow this documentation to forward the player-UUID. Then the PlotSquared Online-UUID-Mode works also fine.
{% endhint %}

## Usage

A command is required to be executed in order to convert between methods of UUID storage.

{% hint style="danger" %}
You are strongly advised to backup your database before a conversion. Plots may be lost if something goes wrong!
{% endhint %}

`/plot uuidconvert <mode>`


---

# 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, and the optional `goal` query parameter:

```
GET https://intellectualsites.gitbook.io/plotsquared/features/uuid-conversion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
