# 마을 넓히기

## 새로운 청크 점유하기

처음 생성한 마을은 1청크의 땅만을 영토로 가지고 있어요.

원하는 청크에 서서 <mark style="color:green;">**`/마을 점유`**</mark>를 입력하여 코인<img src="/files/09kVzL2kVfDTuaDj66Jt" alt="" data-size="line">을 지불하고\
해당 청크를 마을 영토로 만들 수 있어요.

새로운 청크를 점유하려면 다음과 같은 조건을 만족해야 해요.

* 아래 그림처럼 기존에 점유된 청크와 붙어있어야 해요.

<figure><img src="/files/cyCOUZxnUeChJAhVkihe" alt="" width="375"><figcaption></figcaption></figure>

* 다른 마을과 1청크 이상 떨어져 있어야 해요.

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

<details>

<summary>(←클릭) 다른 마을과의 간격 없이 딱 붙여 점유하는 방법</summary>

A마을 주인이 B마을 바로 옆의 청크를 점유하려고 하는 경우에 대한 설명이에요.

1. A마을 주인은 B마을로부터 마을 초대를 받아 B마을의 마을원이 되어야 해요.
2. B마을 주인은 마을 메뉴 - 마을 권한 - 입주민 권한에서\
   A마을 주인이 소속된 등급의 마을 경계 점유를 활성화해야 해요. (→ [권한 설정](/beartown/basic/lands/additional/perms.md))
3. 이렇게 설정하면 A마을과 B마을의 땅이 이어지도록 청크를 점유할 수 있어요.\
   청크 점유가 끝났다면 A마을 주인은 B마을에서 탈퇴해도 괜찮아요.

</details>

* 점유 가능 청크가 남아 있는 상태여야 해요. (→ [레벨 올리기](/beartown/basic/lands/essential/chunks.md))\
  마을의 레벨을 올리지 않은 초기에는 9청크까지 점유할 수 있어요.

## 점유 해제하기 <a href="#unclaim" id="unclaim"></a>

땅을 잘못 점유한 경우 해당 청크에 서서 <mark style="color:green;">**`/마을 점유해제`**</mark>를 입력하면 돼요.

<mark style="color:red;">(주의)</mark> <mark style="color:green;">**`/l unclaim all`**</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/expansion.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.
