# GM Commands

<table><thead><tr><th width="275">명령어</th><th>설명</th></tr></thead><tbody><tr><td><strong>/kill [N]</strong></td><td><strong>Kicks all players and reboots the server after N seconds to update the game.</strong><br><em>(e.g., Entering <code>/kill</code> alone will reboot the server after 120 seconds.)</em></td></tr><tr><td><strong>/ban [player_name]</strong></td><td>Kicks the specified player.</td></tr><tr><td><strong>/ban [player_name] [N] [text]</strong></td><td><strong>Kicks the specified player and restricts access for N seconds.</strong><br><em>(If a reason is provided, it will be displayed to the player. Maximum 30 characters.)</em></td></tr><tr><td><strong>/chatban [player_name] [N] [text]</strong></td><td><strong>Blocks the specified player's chat for N seconds.</strong><br><em>(If a reason is provided, it will also be displayed to the player.)</em></td></tr><tr><td><strong>/notice [text]</strong></td><td>Displays a public notice to all players.</td></tr><tr><td><strong>/item [itemID] [N]</strong></td><td>Generates N number of items.</td></tr><tr><td><strong>/item [itemID] [N] [player_name]</strong></td><td>Generates the specified number of items and gives them to the specified player.</td></tr><tr><td><strong>/gold [N]</strong></td><td>Acquires N amount of gold.</td></tr><tr><td><strong>/gold [N] [player_name]</strong></td><td>Grants N amount of gold to the specified player.</td></tr><tr><td><strong>/exp [N]</strong></td><td>Increases experience points by N.</td></tr><tr><td><strong>/exp [N] [player_name]</strong></td><td>Awards N experience points to the specified player.</td></tr><tr><td><strong>/save</strong></td><td>Saves the data of currently connected players.</td></tr><tr><td><strong>/script [text]</strong></td><td>Executes the specified Lua script.</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-studio/start/gm-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.
