> For the complete documentation index, see [llms.txt](https://wiki.craftopia.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.craftopia.work/undefined-2/commands.md).

# 인게임 명령어

| 명령어 / 메뉴     | 설명                                                               |
| ------------ | ---------------------------------------------------------------- |
| `/웹연동`       | 웹 계정과 마인크래프트 계정을 연결하는 코드를 발급합니다.                                 |
| `/월드`        | 보유·초대된 [월드](/undefined-1/world-cloud.md) 목록을 열어 입장합니다.           |
| `/탐방`        | **탐방 가능 월드** 메뉴를 열어 플롯 월드를 둘러봅니다(클릭 시 해당 월드로 이동).                |
| `/플롯메뉴`      | [영토(플롯)](/undefined-1/plots.md) 관리·안내 허브 메뉴를 엽니다.                |
| `/tp <플레이어>` | 요청 없이 **즉시** 그 플레이어 위치로 이동합니다(상대가 `/tptoggle` 로 허용한 경우, 관리자 예외). |
| `/tptoggle`  | 다른 사람이 나에게 `/tp` 로 이동할 수 있는지 켜고/끕니다.                             |

{% hint style="info" %}
명령어는 서버 업데이트에 따라 추가될 수 있습니다. 새 명령어는 Discord 공지와 본 문서로 안내합니다.
{% endhint %}


---

# 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:

```
GET https://wiki.craftopia.work/undefined-2/commands.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.
