> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/plotsquared-wiki/bu-chong/uuid-zhuan-huan.md).

# 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 %}
