# GM 명령어

<table><thead><tr><th width="275">명령어</th><th>설명</th></tr></thead><tbody><tr><td><strong>/kill N</strong></td><td>모든 플레이어를 내쫓고 N초 뒤에 서버를 재부팅하며 게임을 업데이트합니다. (/kill만 입력 시 120초 후에 서버가 재부팅됩니다.)</td></tr><tr><td><strong>/ban 플레이어 닉네임</strong></td><td>해당 플레이어를 내쫓습니다.</td></tr><tr><td><strong>/ban 플레이어 닉네임 N 사유</strong></td><td>해당 플레이어를 내쫓고 N초만큼 접속할 수 없게 합니다.<br>사유 입력 시 플레이어에게 벤 사유를 노출합니다. (최대 30자)</td></tr><tr><td><strong>/chatban 플레이어 닉네임 N 사유</strong></td><td>해당 플레이어의 채팅을 N초간 차단합니다.<br>사유 입력 시 해당 플레이어에게 차단 사유도 함께 노출합니다.</td></tr><tr><td><strong>/notice 내용</strong></td><td>모든 플레이어에게 공지 사항을 노출합니다.</td></tr><tr><td><strong>/item 아이디 개수</strong></td><td>아이템을 개수만큼 생성합니다.</td></tr><tr><td><strong>/item 아이디 개수 플레이어 닉네임</strong></td><td>아이템을 개수만큼 생성하여 해당 플레이어에게 지급합니다.</td></tr><tr><td><strong>/gold 골드량</strong></td><td>골드량만큼 골드를 획득합니다.</td></tr><tr><td><strong>/gold 골드량 플레이어 닉네임</strong></td><td>해당 플레이어에게 골드를 지급합니다.</td></tr><tr><td><strong>/exp 증가량</strong></td><td>증가량만큼 경험치를 올립니다.</td></tr><tr><td><strong>/exp 증가량 플레이어 닉네임</strong></td><td>해당 플레이어에게 경험치를 지급합니다.</td></tr><tr><td><strong>/save</strong></td><td>접속 중인 플레이어의 데이터를 저장합니다.</td></tr><tr><td><strong>/script 내용</strong></td><td>해당 Lua 스크립트를 실행합니다.</td></tr></tbody></table>

&#x20;


---

# 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.punkland.io/punkland/punkland-studio/start/gm.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.
