# 마을 만들기

## 자리잡기

[길라잡이](/beartown/info/tutorials/milestone.md) 5단계를 달성하면 <mark style="color:green;">**`/서버이동`**</mark>을 통해 마을 서버로 이동할 수 있어요.

마을 서버에서 <mark style="color:green;">**`/wild`**</mark>를 입력해 마음에 드는 땅을 찾아보세요.

주변에 다른 마을이 있으면 마을 생성과 확장이 어려울 수 있으니\ <mark style="color:green;">**`/마을 맵`**</mark>이나 <mark style="color:green;">**`/view`**</mark> 명령어로 주변을 미리 확인해 보세요!

## 마을 생성하기

원하는 땅을 찾으셨다면 <mark style="color:green;">**`/마을 생성 <원하는 마을 이름>`**</mark>을 입력하여 마을을 만들 수 있어요.

<details>

<summary>(←클릭) 마을 이름 생성 규칙</summary>

* 최대 12글자까지 쓸 수 있어요.
* 한글, 영문, 숫자, 밑줄(\_)만 사용할 수 있어요.
* 그 외 특수문자와 띄어쓰기는 사용할 수 없어요.

</details>

<mark style="color:green;">**`/마을 생성`**</mark> 명령어를 입력한 위치의 청크가 마을의 첫 영토가 돼요.

<details>

<summary>(←클릭) 청크의 개념</summary>

<mark style="color:yellow;">**청크**</mark>는 x, z 방향(동서남북 방향)으로 <mark style="color:yellow;">**16×16블록**</mark>만큼의 영역을 의미해요.

<mark style="color:green;">**F3+G**</mark>를 누르면 나오는 경계선을 통해 어디까지가 한 청크인지를 확인할 수 있어요.\ <mark style="color:green;">**F3+G**</mark>를 한번 더 눌러 청크 경계선 표시를 끌 수 있어요.

</details>

마을을 생성할 때는 다른 마을과 최소 1청크 떨어져 있어야 해요.\
이는 새로운 청크를 점유할 때도 동일하게 적용돼요. (→ [마을 넓히기](/beartown/basic/lands/essential/expansion.md))

<figure><img src="/files/T5FMPk5GvhhyFLuGJirK" alt="" width="188"><figcaption><p>네모 하나는 한 청크를 의미합니다.<br>노랑-다른 마을 / 빨강-점유 불가 구역 / 초록-점유 가능 구역</p></figcaption></figure>

기본적으로 <mark style="color:yellow;">**1개**</mark>의 마을을 생성할 수 있으며 <mark style="color:green;">**`/마을 생성제한`**</mark>명령어로 현재 소유하고 있는 마을의 서버 - 이름을 확인할 수 있어요. <mark style="color:green;">**`/후원상점`**</mark>- **`권한, 소모품`** - <mark style="color:yellow;">**증명의 깃털**</mark>을 구매하면 총 <mark style="color:yellow;">**2개**</mark>의 마을을 생성할 수 있어요.

## 마을 삭제하기

<mark style="color:green;">**`/마을 삭제`**</mark> 명령어로 마을을 삭제할 수 있어요.

마을 레벨과 모든 설정이 사라지니 주의해 주세요.


---

# Agent Instructions: 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.beartown.kr/beartown/basic/lands/essential/creation.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.
