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

# 🏘️ 마을

## 기본 정보

| 항목         | 값           |
| ---------- | ----------- |
| 최대 마을원     | 9명          |
| 생성 재시도 대기  | 30분         |
| 초대 유효시간    | 60초         |
| 마을명 변경     | 10,000 GOLD |
| 마을 이동 준비   | 5초          |
| 마을 간 최소 거리 | 600블록       |

## 확장

| 레벨 | 반경  | 업그레이드 비용     |
| -- | --- | ------------ |
| 1  | 50  | 0            |
| 2  | 75  | 10,000 GOLD  |
| 3  | 100 | 30,000 GOLD  |
| 4  | 150 | 75,000 GOLD  |
| 5  | 200 | 150,000 GOLD |
| 6  | 250 | 300,000 GOLD |

## 세금

| 항목            | 값          |
| ------------- | ---------- |
| 일일 세금         | 1,000 GOLD |
| 부과 시각         | 매일 자정(00시) |
| 신규 마을원 면제     | 가입 후 24시간  |
| 마을금고 최대 충당 비율 | 20%        |

## 관광 및 보호

* 다른 마을 목록은 최근 접속자가 많은 마을부터 표시되며, 동률이면 가나다순입니다.
* 다른 마을을 관광할 때는 해당 마을 영역 안에서만 이동할 수 있습니다.
* 관광객은 문, 다락문, 울타리문, 버튼, 발판만 사용할 수 있습니다.
* 상자 등 모든 인벤토리 열기, 블록 설치·파괴, 양동이 사용, 갑옷 거치대·액자 조작, 엔티티 공격은 제한됩니다.
* 자기 마을에서는 마을원 모두 정상적으로 상호작용할 수 있습니다.
* `/마을금고`로 금고 잔액을 확인하실 수 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.dreamy.kr/systems/town.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
