# 命令

## 主命令

> 插件的主命令

* 名称：`trhologram` `hologram` `trhd`
* &#x20;权限: `trhologram.access`&#x20;

## List

> 列出已加载的全息图

* 权限: `trhologram.command.list`&#x20;
* 参数
  * \<Filter> 过滤菜单名称

## Teleport

> 传送到指定全息图

* 权限: `trhologram.command.teleport`&#x20;
* 参数
  * \[ID] 全息图 ID

## Movehere

> 修改指定全息图的位置为当前玩家位置

* 权限: `trhologram.command.movehere`&#x20;
* 参数
  * \[ID] 全息图 ID

## Create

> 创建一个全息图

* 权限: `trhologram.command.create`&#x20;
* 参数
  * \[ID] 新建全息图的 Id

## Delete

> 删除一个全息图（**操作不可逆**）

* 权限: `trhologram.command.delete`&#x20;
* 参数
  * \[ID] 目标全息图的 Id

## Reload

> 重新载入全息图

* 权限: `trhologram.command.reload`&#x20;

## Mirror

> 查看性能损耗

* 权限: `trhologram.command.mirror`&#x20;


---

# 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://trhologram.trixey.cc/plugin/commands.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.
