# 插件指令

## 主指令说明

| 主指令 | 描述      |
| --- | ------- |
| /ap | 插件主指令   |
| /ab | 加点主指令   |
| /as | 物品储存主指令 |

## 子指令列表

| 指令              | 描述            |
| --------------- | ------------- |
| /ap **stats**   | 打开玩家属性界面      |
| /ap **sell**    | 打开物品回收界面      |
| /ap **repair**  | 打开物品修复界面      |
| /ap **updater** | 检测插件更新 (OP指令) |
| /ap **reload**  | 重载插件 (OP指令)   |

| 指令                     | 描述           |
| ---------------------- | ------------ |
| /ab **open**           | 打开加点界面       |
| /ab **give <玩家> <数量>** | 给予玩家指定数量的属性点 |
| /ab **take <玩家> <数量>** | 扣除玩家指定数量的属性点 |

| 指令                           | 描述                  |
| ---------------------------- | ------------------- |
| /as **save <储存名>**           | 将手上物品储存到插件数据        |
| /as **del <储存名>**            | 删除指定 **储存名** 所储存的物品 |
| /as **give <玩家> <储存名> <数量>** | 将已储存的物品给予玩家         |

> **鉴定功能**即将在新版本中**移除**就不放指令列表,未来可能重写鉴定功能


---

# 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://ersha.gitbook.io/attributeplus/ji-chu-jiao-cheng/cha-jian-zhi-ling.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.
