# Commands

<table data-view="cards"><thead><tr><th>Command</th><th>Description</th><th>Permission</th></tr></thead><tbody><tr><td><mark style="color:orange;">/punish &#x3C;user></mark></td><td>This command is designed to punish players using a user-interface approach and automatically assign punishment lengths depending on the user's history.</td><td><mark style="color:blue;">punishments.punish</mark></td></tr><tr><td><mark style="color:orange;">/history &#x3C;user></mark></td><td>This command is designed for staff members to view a player's history in a user-interface environment.</td><td><mark style="color:blue;">punishments.history</mark></td></tr><tr><td><mark style="color:orange;">/record</mark></td><td>This command is designed for players to view their own history in a user-interface environment.</td><td><mark style="color:blue;">punishments.record</mark></td></tr><tr><td><mark style="color:orange;">/staffhistory &#x3C;user></mark></td><td>This command is designed to view the punishment history of a staff member in a user-interface environment.</td><td><mark style="color:blue;">punishments.staffhistory</mark></td></tr><tr><td><mark style="color:orange;">/staffleaderboard</mark></td><td>View the current statistical leaderboard that displays the staff member's punishment statistics.</td><td><mark style="color:blue;">punishments.staffleaderboard</mark></td></tr><tr><td><mark style="color:orange;">/punishreload</mark></td><td>Reload the plugin's configuration to apply any changes you've made to the configurations onto the server.</td><td><mark style="color:blue;">punishments.reload</mark></td></tr><tr><td><mark style="color:orange;">/notes &#x3C;user></mark></td><td>This command is designed for staff members to leave notes on specific users for more convience when dealing with complicated situations. <em>Just leave a note!</em></td><td><mark style="color:blue;">punishments.notes</mark></td></tr><tr><td><mark style="color:orange;">/togglenotenotice</mark></td><td>Toggle the notice you get when users with a <mark style="color:red;">severe note</mark> joins the server.</td><td><mark style="color:blue;">punishments.notes.notice</mark></td></tr></tbody></table>


---

# 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://wiki.ericlmao.com/projects/punishments/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.
