# 命令 & 权限

## **命令**

| **命令**                  | **权限**                      | 描述                                                                                                                        |
| ----------------------- | --------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| /DM                     | -                           | 显示有关插件的一些信息.                                                                                                              |
| /DM Open <菜单名字>         | DeluxeMenus.Open            | 打开指定的菜单.                                                                                                                  |
| /DM Open  <菜单名字> <玩家ID> | DeluxeMenus.Open.Others     | 为玩家打开指定的菜单.                                                                                                               |
| /DM Open <菜单> -p:<玩家ID> | DeluxeMenus.PlaceholdersFor | 为您打开菜单，但将会认为是其它玩家打开的.                                                                                                     |
| /DM List                | DeluxeMenus.List            | 查看已加载的菜单.                                                                                                                 |
| /DM Execute <玩家ID> <行为> | 玩家需要OP                      | 使玩家执行某些行为，详细请看 [行为大全](https://wiki.helpch.at/clips-plugins/deluxemenus/options-and-configurations#actions-types) 来获取更多信息. |
| /DM Reload              | DeluxeMenus.Reload          | 重载插件.                                                                                                                     |

### 命令简写

* /DeluxeMenus
* /DeluxeMenu
* /DMenu

## 权限

| 权限                                      | 描述                               |
| --------------------------------------- | -------------------------------- |
| DeluxeMenus.OpenRequirement.Bypass.\*   | 无视所有菜单的权限要求.                     |
| DeluxeMenus.OpenRequirement.Bypass.<菜单> | 无视指定菜单的权限要求.                     |
| DeluxeMenus.PlaceholdersFor.Exempt      | 阻止其他玩家使用 `/DM Open <菜单> -p:<你>`. |

所有(<>)里面都必须填变量，比如，<玩家ID>里面应该填一个指定的玩家的名字.


---

# 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://deluxemenu.wiki.complexstudio.net/master.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.
