> For the complete documentation index, see [llms.txt](https://wiki.origincraft.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.origincraft.tw/lands/commands.md).

# 02｜常用指令速查

### 🎛️ 領地選單（最重要！）

```
/lands
```

或：

```
/lands menu
```

**這是最常用的管理入口**。從選單裡可以管理領地、成員、角色、子區域等幾乎所有設定。如果不熟指令，從選單操作最簡單。

***

### 📋 查看指令幫助

```
/lands help
```

想看某個指令的詳細說明：

```
/lands claim help
```

***

### 🎯 指定目前操作的領地

如果你有多個領地，建議先指定：

```
/lands edit 領地名稱
```

之後輸入的 Lands 指令都會套用到這個領地。

***

### 🏗️ 建立領地

```
/lands create 領地名稱
```

建立完後，站到想保護的位置：

```
/lands claim
```

***

### ⛏️ 圈地相關

| 動作             | 指令                      |
| -------------- | ----------------------- |
| 圈目前站著的 Chunk   | `/lands claim`          |
| 一次圈周圍範圍        | `/lands claim radius 1` |
| 走到哪圈到哪         | `/lands claim auto`     |
| 取消目前 Chunk     | `/lands unclaim`        |
| 取消所有已圈範圍       | `/lands unclaim all`    |
| 查看已圈的 Chunk 列表 | `/lands claimlist`      |

***

### 🔍 查看資訊

| 動作         | 指令                 |
| ---------- | ------------------ |
| 顯示領地邊界（粒子） | `/lands view`      |
| 附近領地地圖     | `/lands map`       |
| 聊天欄地圖      | `/lands map chat`  |
| 查看領地資訊     | `/lands info`      |
| 查看指定領地資訊   | `/lands info 領地名稱` |
| 查看維護費      | `/lands upkeep`    |

***

### 🚀 傳送相關

| 動作      | 指令                  |
| ------- | ------------------- |
| 設定領地傳送點 | `/lands setspawn`   |
| 傳送回領地   | `/lands spawn`      |
| 傳送到指定領地 | `/lands spawn 領地名稱` |
| 卡住時脫困   | `/lands unstuck`    |

***

### 💰 領地銀行與費用

| 動作         | 指令                            |
| ---------- | ----------------------------- |
| 存錢進領地銀行    | `/lands deposit <金額>`         |
| 存錢到指定領地    | `/lands deposit <金額> <領地名稱>`  |
| 查領地銀行餘額    | `/lands balance`              |
| 查指定領地銀行餘額  | `/lands balance <領地名稱>`       |
| 從領地銀行領錢    | `/lands withdraw <金額>`        |
| 從指定領地銀行領錢  | `/lands withdraw <金額> <領地名稱>` |
| 查看即將到來的維護費 | `/lands upkeep`               |

> 維護費會優先領地銀行扣除，若無餘額將會從領地擁有者錢包扣除。

***

### 👥 成員管理

| 動作             | 指令                                  |
| -------------- | ----------------------------------- |
| 邀請玩家加入整個領地     | `/lands trust <玩家名稱>`               |
| 只給某子區域權限       | `/lands trust <玩家名稱> <子區域名稱>`       |
| 移除玩家整個領地權限     | `/lands untrust <玩家名稱>`             |
| 移除玩家某子區域權限     | `/lands untrust <玩家名稱> <子區域名稱>`     |
| 設定玩家角色         | `/lands setrole <玩家名稱> <區域名稱> <角色>` |
| 將玩家設定為所有區域的某角色 | `/lands setrole <玩家名稱> * <角色>`      |
| 轉讓領地主人         | `/lands setowner <玩家名稱>`            |
| 查看收到的邀請        | `/lands invites`                    |
| 接受領地邀請         | `/lands accept <領地名稱>`              |
| 拒絕領地邀請         | `/lands deny <領地名稱>`                |
| 離開指定領地         | `/lands leave <領地名稱>`               |
| 離開目前所在區域       | `/lands leave here`                 |

***

### 🚫 封鎖與解除封鎖

| 動作          | 指令                              |
| ----------- | ------------------------------- |
| 封鎖玩家進入整個領地  | `/lands ban <玩家名稱>`             |
| 封鎖玩家進入指定子區域 | `/lands ban <玩家名稱> <子區域名稱>`     |
| 靜默封鎖玩家      | `/lands ban <玩家名稱> <區域名稱> true` |
| 解除整個領地封鎖    | `/lands unban <玩家名稱>`           |
| 解除指定子區域封鎖   | `/lands unban <玩家名稱> <子區域名稱>`   |

> `ban` 是阻止玩家進入或使用特定區域，比單純 `untrust` 更嚴格。

***

### 💬 領地聊天

| 動作          | 指令                        |
| ----------- | ------------------------- |
| 傳送訊息到目前領地聊天 | `/lands chat <訊息>`        |
| 傳送訊息到指定領地聊天 | `/lands chat <領地名稱> <訊息>` |

適合多人領地內部溝通使用。

***

### 🧱 子區域相關

| 動作           | 指令                                |
| ------------ | --------------------------------- |
| 開始選取子區域範圍    | `/lands selection`                |
| 將選取範圍擴展到完整高度 | `/lands selection expand`         |
| 把選取範圍指派給子區域  | `/lands selection assign <子區域名稱>` |
| 建立或調整子區域     | `/lands assign <子區域名稱>`           |
| 開啟目前所在區域選單   | `/lands menu here`                |

***

### 🧰 其他常用

| 動作        | 指令                        |
| --------- | ------------------------- |
| 開啟共享倉庫    | `/lands storage` (目前尚未開放) |
| 管理租借或出售系統 | `/lands rent`             |


---

# 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://wiki.origincraft.tw/lands/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.
