> For the complete documentation index, see [llms.txt](https://whiterdoc.lnstw.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whiterdoc.lnstw.xyz/comands/others.md).

# 雜項指令

## 概覽

| 指令      | 說明       |
| ------- | -------- |
| `/co i` | 檢視土地變更紀錄 |

## 格式說明

* `<玩家>`：必填參數，沒有填寫無法聊天喔
* `[玩家]`：選填參數，需要再填不要不用填

## 土地變更紀錄

### 啟動土地變更紀錄偵測器

啟動該偵測器後，使用者將無法放置與移除方塊。相對的，在你放置或移除方塊（左鍵或右鍵）點擊的位置的所有變更紀錄都會顯示在聊天欄中

> /co i

**範例指令**：`/co i`

**範例指令結果**：

<figure><img src="/files/Fq8DEvJ3R5AJtToyKWYb" alt=""><figcaption><p>某個位置的土地變更紀錄</p></figcaption></figure>


---

# 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://whiterdoc.lnstw.xyz/comands/others.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.
