> 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/help/commands.md).

# ⌨️ 명령어 정리

자주 쓰는 명령어를 한눈에 볼 수 있도록 정리했습니다. 메인메뉴는 `SHIFT+F`(왼손키)로 열 수 있습니다.

## 이동

| 명령어           | 기능                | 비용/제한                     |
| ------------- | ----------------- | ------------------------- |
| `/tpa <플레이어>` | 다른 플레이어에게 텔레포트 요청 | 500 GOLD, 요청 유효 60초       |
| `/sethome`    | 홈 위치 설정           | 200 GOLD                  |
| `/home`       | 설정한 홈으로 이동        | 100 GOLD                  |
| `/rtp`        | 야생 랜덤 이동          | 100 GOLD, 쿨타임 300초, 준비 5초 |

RTP는 야생 오버월드에서만 사용할 수 있습니다.

## 경제

| 명령어             | 기능                    | 비용/제한                       |
| --------------- | --------------------- | --------------------------- |
| `/경매장`          | 경매장 열기                | 없음                          |
| `/경매장 등록 <가격>`  | 손에 든 아이템을 경매장에 등록     | 판매 수수료 10%, 등록 기간 3일, 최대 9개 |
| `/환전 골드 <수량>`   | <수량> 만큼의 골드를 크리스탈로 환전 |                             |
| `/환전 크리스탈 <수량>` | <수량> 만큼의 크리스탈을 골드로 환전 |                             |

## 전투·성장

| 명령어       | 기능                     | 비용/제한       |
| --------- | ---------------------- | ----------- |
| `/랭크보스`   | 랭크보스 도전 입장             | 1,000 GOLD  |
| `/랭크`     | 랭크보스 순위 확인             | 없음          |
| `/클래스초기화` | 클래스 정보 초기화 (클래스 무기 제거) | 100 EMERALD |

## 생활·편의

| 명령어         | 기능                   | 비용/제한          |
| ----------- | -------------------- | -------------- |
| `/펫`        | 펫 소환 ON/OFF          | 펫 이용권 보유 시     |
| `/마을금고`     | 마을 금고 잔액 확인          | 마을원만           |
| `/멤버십 프로`   | PRO 멤버십 구매 (30일)     | 10,000 EMERALD |
| `/멤버십 엘리트`  | ELITE 멤버십 구매 (30일)   | 30,000 EMERALD |
| `/멤버십 프리미어` | PREMIER 멤버십 구매 (30일) | 50,000 EMERALD |

## 멤버십 전용

| 명령어     | 기능           | 이용 조건            |
| ------- | ------------ | ---------------- |
| `/엔더상자` | 원격으로 엔더상자 열기 | PREMIER          |
| `/fly`  | 마을 안에서 비행    | PREMIER, 마을 영역 내 |


---

# 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/help/commands.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.
