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

# 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
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, and the optional `goal` query parameter:

```
GET https://wiki.ericlmao.com/projects/punishments/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
