# 명령어: 토지

### 마을 토지 구매하기&#x20;

한 청크 만큼의 토지를 구매합니다. \
`F3 + G 를 클릭하면 청크 경계를 확인할 수 있습니다.`&#x20;

```
/마을 클레임 
```

### 마을 토지 매하기&#x20;

한 청크 만큼의 토지를 매각합니다. \
`F3 + G 를 클릭하면 청크 경계를 확인할 수 있습니다.` \
\
\[ 주의 사항 ]\
청크를 매각하면 매각한 토지는 주인이 없는 토지로 변경됩니다.&#x20;

```
/town unclaim 
```

### 개인 영토 구매하기&#x20;

마을내에서 판매되고 있는 토지를 구매합니다. \
`F3 + G 를 클릭하면 청크 경계를 확인할 수 있습니다.`&#x20;

```
/plot claim 
```

### 개인 영토 판매하기&#x20;

판매 금액을 지불하고 개인 영토를 구매할 수 있습니다.\
`F3 + G 를 클릭하면 청크 경계를 확인할 수 있습니다.`&#x20;

```
/마을 땅 판매 [금액] 
```

### 개인 영토 판매 취소하기&#x20;

개인 영토 판매를 취소합니다. \
`F3 + G 를 클릭하면 청크 경계를 확인할 수 있습니다.`&#x20;

```
 /plot notforsale [금액]
```

### 개인 영토 매각하기&#x20;

구매한 개인 영토를 매각합니다. \
`F3 + G 를 클릭하면 청크 경계를 확인할 수 있습니다.`&#x20;

```
/plot unclaim 
```

### 영토 설정하기&#x20;

해당 토지 청크를 설정합니다.\
`설정을 통해 테러를 어느정도 방지할 수 있습니다.`

```
/plotmenu
```


---

# 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://docs.metacraft.kr/metown-tm/towny/plot.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.
