> 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/subarea.md).

# 03｜子區域教學

### 子區域是什麼？

子區域就是：**領地裡面再切出一小塊獨立空間**。

例如你的領地是一座城鎮，你可以把裡面分成：

* 🏪 商店區
* 🌾 農場區
* 🏠 朋友的小屋
* 📦 倉庫區
* 🏢 出租房間

子區域不是用 Chunk 計算，而是用**實際方塊範圍**計算，所以可以比一般圈地更精細（包含高度）。

***

### 子區域最常見的用途

> 「我不想讓朋友動整個領地，但想讓他可以用自己的房間」

建立一個子區域，只把那個房間的權限給他，完美解決！

***

### 建立子區域（GUI 圖形化方式）🖱️

#### 步驟 1：開啟領地選單

```
/lands
```

#### 步驟 2：找到「區域」或「Areas」

進入領地選單後，找到「區域」或「Areas」相關項目。不同伺服器的選單位置可能略有不同。

#### 步驟 3：新增區域

點擊新增區域後，在聊天欄輸入區域名稱，例如：

```
farm
storage
shop
room1
```

> 💡 建議用簡單英文命名，後續輸入指令比較方便。

#### 步驟 4：選取子區域範圍

輸入：

```
/lands selection
```

然後依照系統提示，選取子區域的兩個角落。

⚠️ **這個範圍是三維的（包含高度）**，所以設定房間時要選到實際佔用的上下左右範圍。

#### 步驟 5：把選取範圍指派給子區域

```
/lands selection assign 子區域名稱
```

例如：

```
/lands selection assign farm
```

完成！🎉

***

### 用指令建立子區域

如果你已經用 `/lands selection` 選好範圍，也可以直接用：

```
/lands assign 子區域名稱
```

或：

```
/lands selection assign 子區域名稱
```

***

### 站在子區域內快速管理

如果你站在某個子區域裡：

```
/lands menu here
```

這會直接開啟你**目前所在區域**的管理選單，非常方便。

***

### 子區域 + 出租 🏪

如果伺服器有開放出租功能，你可以先在自己的領地內切出子區域（例如 `shop1`、`shop2`），之後再將這些子區域租給其他玩家當作個人空間或商店使用。

***

### 建議命名方式

```
farm         → 農場
shop         → 商店
room1        → 房間一號
room2        → 房間二號
storage      → 倉庫
friend_home  → 朋友的家
```

簡單好記，之後用指令才不會打錯。


---

# 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/subarea.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.
