# 농장 워프

## 워프란?

워프는 농장 내 **지정한 위치로 순간이동할 수 있는 지점**입니다.\
공개 워프를 설정하면 다른 유저가 `/농장 방문` 명령어로 내 농장을 방문할 수 있습니다.

<figure><img src="/files/uAsHfkzvt69GHzFTbbSi" alt=""><figcaption></figcaption></figure>

## 명령어

| 명령어             | 설명                          |
| --------------- | --------------------------- |
| `/농장 워프`        | 내 농장의 워프 목록을 확인합니다.         |
| `/농장 워프 <이름>`   | 해당 워프로 이동합니다.               |
| `/농장 워프생성 <이름>` | 현재 위치에 워프를 생성합니다.           |
| `/농장 워프설정`      | 워프 설정 GUI를 엽니다. (공개/비공개 전환) |
| `/농장 워프삭제 <이름>` | 워프를 삭제합니다.                  |

## 워프 생성

1. 농장 안에서 워프를 설정할 위치로 이동합니다.
2. `/농장 워프생성 <이름>` 명령어를 입력합니다.
3. 현재 서 있는 위치가 워프로 저장됩니다.

{% hint style="info" %}
워프 생성 권한은 `/농장 권한`에서 설정할 수 있습니다. 기본적으로 **관리자** 이상만 가능합니다.
{% endhint %}

## 워프 개수 제한

워프 생성 가능 개수는 **업그레이드 레벨**에 따라 증가합니다.

| 업그레이드 레벨 | 최대 워프 수 |
| -------- | ------- |
| 1        | 1개      |
| 2        | 5개      |
| 3        | 7개      |
| 4        | 10개     |
| 5        | 15개     |

## 공개/비공개 설정

<figure><img src="/files/qvI1UDnDEWZ2yfpeVmpv" alt=""><figcaption></figcaption></figure>

`/농장 워프설정` 명령어로 워프 설정 GUI를 열면 각 워프의 공개/비공개를 전환할 수 있습니다.

* **공개 워프**: 다른 유저가 `/농장 방문 <닉네임>` 으로 방문할 수 있습니다.
* **비공개 워프**: 농장 멤버만 사용할 수 있습니다.

{% hint style="warning" %}
**공개 워프가 하나도 없으면** 다른 유저가 농장을 방문할 수 없습니다.\
방문을 허용하려면 최소 1개의 공개 워프를 설정하세요.
{% endhint %}

## 농장 방문

다른 유저의 농장을 방문하려면 `/농장 방문 <닉네임>` 명령어를 사용합니다.

* 대상 농장에 **공개 워프**가 있어야 방문 가능합니다.
* 농장이 없거나 공개 워프가 없으면 방문할 수 없습니다.


---

# 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://organization-pmk.gitbook.io/docs/undefined-1/minifarm/features/warps.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.
