> For the complete documentation index, see [llms.txt](https://pvprdoc.jonjs.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pvprdoc.jonjs.cn/1.md).

# 1 - 指令及权限

## 输入/PVPR Help，所有指令均可点击操作！

## 如果PVP经验数据报错，请看加粗的那条指令转换哦！

## (1) 指令

{% hint style="warning" %}
`[参数(值的类型)]`为**可选参数**；`<参数(值的类型)>`为**必填参数**
{% endhint %}

### 玩家指令

{% hint style="info" %}
默认玩家可以执行所有玩家指令。所有指令不区分大小写
{% endhint %}

| 指令                       | 作用                       | 备注      |
| ------------------------ | ------------------------ | ------- |
| `/PVPR Help`             | 查看帮助列表                   |         |
| `/PVPR Shop`             | 打开积分商城                   |         |
| `/PVPRS`                 | 同上                       |         |
| `/PVPRShop`              | 同上                       |         |
| `/PVPR Point View [玩家名]` | 查看某玩家的PVP积分(玩家名不填则为自己)   |         |
| `/PVPR Exp View [玩家名]`   | 查看某玩家的PVP经验值(玩家名不填则为自己)  |         |
| `/PVPR Rank [玩家名]`       | 查看某玩家的PVP段位信息(玩家名不填则为自己) |         |
| `/PVPR RankTop`          | 查看PVP排行榜                 |         |
| `/PVPR PVP`              | 切换PVP状态                  | v2.2 加入 |

### 管理员指令及权限

{% hint style="info" %}
除`/PVPR Reload`外的其他管理员指令对应权限均为`pvpr.admin`

`/PVPR Reload`对应的权限为`pvpr.reload`
{% endhint %}

| 指令                                                                   | 作用                               | 备注                                                                                                           |
| -------------------------------------------------------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| `/PVPR Admin`                                                        | 查看管理员指令帮助                        |                                                                                                              |
| `/PVPR Admin Point`                                                  | 查看PVP积分帮助                        |                                                                                                              |
| `/PVPR Admin Point Add <玩家> <积分(整数)>`                                | PVP积分：增加                         |                                                                                                              |
| `/PVPR Admin Point Remove <玩家> <积分(整数)>`                             | PVP积分：减少                         |                                                                                                              |
| `/PVPR Admin Point Set <玩家> <积分(整数)>`                                | PVP积分：设置                         |                                                                                                              |
| `/PVPR Admin Exp`                                                    | 查看PVP经验帮助                        |                                                                                                              |
| `/PVPR Admin Exp Add <玩家> <经验(整数)>`                                  | PVP经验：增加                         |                                                                                                              |
| `/PVPR Admin Exp Remove <玩家> <经验(整数)>`                               | PVP经验：减少                         |                                                                                                              |
| `/PVPR Admin Exp Set <玩家> <经验(整数)>`                                  | PVP经验：设置                         |                                                                                                              |
| `/PVPR Admin Shop`                                                   | 查看积分商城帮助                         |                                                                                                              |
| `/PVPR Admin Shop Add <编辑名> <所需积分(整数)> <折扣(小数)> <所需经验(整数)> <次数(整数)>` | 积分商城：上架手中物品                      | <p><strong>折扣</strong>范围为<code>0.00\~1.00</code></p><p><strong>次数</strong>设置为<code>-1</code></p><p>则为无限次</p> |
| `/PVPR Admin Shop Remove <编辑名>`                                      | 积分商城：移除编辑名对应的商品                  |                                                                                                              |
| `/PVPR Admin Holo`                                                   | 查看排行榜全息图帮助                       |                                                                                                              |
| `/PVPR Admin Holo Create <全息图名>`                                     | 创建一个全息图                          |                                                                                                              |
| `/PVPR Admin Holo Remove <全息图名>`                                     | 移除一个全息图                          |                                                                                                              |
| `/PVPR Admin Holo Update`                                            | 更新全息图数据                          |                                                                                                              |
| `/PVPR Admin Transform`                                              | 查看数据转换帮助                         | *v2.1 加入*                                                                                                    |
| `/PVPR Admin Tranform File2MySQL`                                    | 将本地YAML数据转换为MySQL数据              | *v2.1 加入*                                                                                                    |
| `/PVPR Admin Transform MySQL2File`                                   | 将MySQL数据转换为本地YAML数据              | *v2.1 加入*                                                                                                    |
| `/PVPR Admin Transform newPointData`                                 | 将旧版(2.0、2.1)PVP积分数据转换为新版         | *v2.4 加入*                                                                                                    |
| **`/PVPR Admin Transform newExpData`**                               | **将旧版(2.0\~2.3.1)PVP经验值数据转换为新版** | *v2.4 加入*                                                                                                    |
| `/PVPRAS`                                                            | 管理已上架商品                          |                                                                                                              |
| `/PVPRAdminShop`                                                     | 同上                               |                                                                                                              |
| `/PVPR Reload`                                                       | 重载所有数据文件                         | *v2.3 起可正常使用*                                                                                                |


---

# 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://pvprdoc.jonjs.cn/1.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.
