# UUID 转换

## 一、介绍

UUID 转换在 v.2.10 版本加入，它可以将服务器的地皮数据中的 UUID 信息进行自动转换. 有如下几种 UUID 生成模式：

* #### Offline（离线模式） <a href="#offline_mode" id="offline_mode"></a>

  根据玩家名称生成 UUID，区分大小写.
* **Lower（小写模式）**

  根据玩家名称小写形式输出 UUID.
* **Online（在线模式）**

  根据 Mojang 正版验证服务器所给的 UUID 生成.

## 二、用法

使用 `/plot uuidconvert <模式>` 指令即可.

{% hint style="info" %}
使用前请先备份您的数据.
{% endhint %}


---

# Agent Instructions: 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://docs.superiormc.cn/plotsquared-wiki/bu-chong/uuid-zhuan-huan.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.
