> For the complete documentation index, see [llms.txt](https://wiki.craftopia.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.craftopia.work/undefined-1/plots.md).

# 영토(플롯)

영토(플롯)는 다른 사람의 방해 없이 건축할 수 있는 개인 공간입니다.

## 플롯 월드 종류

플롯 크기별로 여러 월드가 있습니다. 큰 플롯일수록 분양가(코인)가 높습니다.

| 월드  | 플롯 크기     |
| --- | --------- |
| 기본  | 100×100   |
| 대형  | 300×300   |
| 특대  | 500×500   |
| 초대형 | 1000×1000 |

{% hint style="info" %}
인게임에서 `/탐방` 으로 **탐방 가능 월드** 메뉴를 열어 각 플롯 월드를 둘러볼 수 있습니다.
{% endhint %}

## 분양받기

빈 플롯을 **분양(claim)** 받아 건축을 시작합니다. 분양가는 월드(플롯 크기)에 따라 다르며, 보유 가능한 플롯 수는 [등급](/undefined-2/ranks.md)에 따라 다릅니다. Dynmap에서 빈 플롯(초록 마커)을 클릭하면 분양가가 표시됩니다.

## 초대·신뢰

함께 건축할 멤버를 초대해 권한을 부여할 수 있습니다.

{% hint style="info" %}
초대받은 플롯에서 나가려면 웹 대시보드에서 **\[나가기]** 를 누르세요.
{% endhint %}

## 양도·경매

* **양도** — 플롯을 다른 이용자에게 넘깁니다.
* **경매** — 코인으로 거래합니다. Dynmap에서 마커 색으로 상태를 확인할 수 있습니다.

| 마커 색  | 상태             |
| ----- | -------------- |
| 🟢 초록 | 빈 플롯 (분양 가능)   |
| 🔵 파랑 | 점유 중           |
| 🟠 주황 | 경매 중 (클릭해서 구매) |

{% hint style="danger" %}
권한이 없는 타인의 플롯·건축물을 무단으로 변경·파괴하는 행위는 [이용약관 제6조](https://craftopia.work/terms)에 따라 **엄격히 금지**됩니다.
{% endhint %}


---

# 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.craftopia.work/undefined-1/plots.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.
