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

# 01｜建立領地與圈地

***

### Lands 是怎麼圈地的？

Lands 以 Minecraft 原生的「**區塊（Chunk）**」為單位。

```
1 個 Chunk = 16 × 16 格
```

領地就像拼地圖一樣，一個 Chunk、一個 Chunk 往外擴建。你可以先圈一小塊，之後需要更多空間再慢慢擴大。\
可以使用快捷鍵F3+G打開Chunk範圍顯示會更方便！

***

### 領地有大小上限嗎？

**單一領地大小沒有固定上限**，只要你有足夠的錢付維護費，就可以繼續擴建。

不過伺服器會限制每個玩家可以創建的**領地總數量**（預設 5 個，不夠可以透過選單購買）。

***

### 第一次建立領地 🎉

站在你想建立家的地方，輸入：

```
/lands claim
```

如果你還沒有任何領地，系統會**自動幫你建立一個初始領地**，並圈下你目前所在的 Chunk。

```
站在想保護的地方 → 輸入 /lands claim → 完成！
```

就這麼簡單！

***

### 想自己取領地名稱？

如果你想先取好名字：

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

例如：

```
/lands create OriginTown
```

建立完成後，再站到你想保護的位置輸入：

```
/lands claim
```

***

### 擴建領地

站到你想新增保護的 Chunk 裡，輸入：

```
/lands claim
```

這樣就會把你腳下這一格 Chunk 加入目前的領地。

💡 **如果你有多個領地**，建議先指定要操作哪個：

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

這樣比較不會把地圈到錯的領地。

***

### 一次圈比較大的範圍

不想一格一格慢慢圈？可以用半徑圈地：

```
/lands claim radius 1
```

這會圈下你所在 Chunk 周圍一圈，大約 3×3 Chunk 的範圍。

數字越大，範圍越大。

***

### 走到哪圈到哪（自動圈地）

```
/lands claim auto
```

適合沿著邊界慢慢擴建時使用，走到新的 Chunk 就會自動圈起來。

***

### 查看領地邊界 🔍

如果你不知道自己的領地範圍到哪裡：

```
/lands view
```

系統會用**粒子效果**顯示領地邊界。

> 如果你看不到粒子，請檢查 Minecraft 設定 → 顯示設定 → 粒子效果是否為「全部」或「減少」。

***

### 查看附近地圖

想知道附近哪些地方已經被圈走：

```
/lands map
```

想用聊天欄顯示地圖：

```
/lands map chat
```

***

### 取消圈地

圈錯地方了？

```
/lands unclaim
```

站在你想取消的 Chunk 裡輸入即可。

⚠️ 如果要取消整個領地所有範圍：

```
/lands unclaim all
```

使用前請確認你正在操作正確的領地！

***

### 維護費怎麼算？💰

領地會有維護費機制：

```
每 1 個 Chunk，每 7 天收取 10 元維護費
```

領地越大，維護費越高。這是為了避免大量土地長期閒置。

**舉例：**

* 一個約 100×100 的中大型領地 ≈ 50 個 Chunk
* 50 Chunk × 10 元 = **每週 500 元**

以伺服器目前經濟來說，只要平常有正常遊玩、挖礦、賣物資，通常都能負擔。

***

### 新建領地有 7 天保護期 🛡️

新建立的領地會有 **7 天建城保護期**，這段期間**不需要繳維護費**。

你可以利用這段時間：

* 規劃真正需要保護的範圍
* 和朋友討論要不要一起經營
* 先把維護費存進領地銀行
* 之後再依需求慢慢擴建

***

### 付不出維護費會怎樣？

如果領地無法支付完整維護費，系統可能會**自動釋放部分未付款的土地**。

> 💡 **建議做法：** 先圈真正會用到的範圍 → 有需要再慢慢擴建，不要一開始就圈超大！


---

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