> For the complete documentation index, see [llms.txt](https://welcome.diamc.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://welcome.diamc.kr/tutorial/command.md).

# 명령어

## 기본 명령어

/스폰, /spawn - 서버의 스폰으로 이동합니다

## 야생 명령어

#### TP 명령어

/tpa \[플레이어] - 플레이어에게 tp 요청을 보냅니다

/tpaccept - tp 요청을 수락합니다

/tpdeny - tp 요청을 거절합니

/tpacancel - tp 요청을 취소합니다

/tpahere \[플레이어] - 플레이어가 자신의 위치로 tp하도록 요청을 보냅니다

#### 홈 명령어

/home \[집 이름] - 해당 집으로 이동합니다

/sethome \[집 이름] - 현재 위치에 집을 생성합니다

/delhome \[집 이름] - 해당 집을 삭제합니다

#### 땅 명령어

/땅 - 땅 명령어를 확인합니다

## 미니게임 명령어

/미니게임 - 미니게임 메뉴를 엽니다


---

# 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://welcome.diamc.kr/tutorial/command.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.
