# Permissions & Commands

### Kudos Commands & Permissions

This section describes all commands intended for players.

<table><thead><tr><th>Command</th><th width="233.33333333333331">Permission</th><th>Description</th></tr></thead><tbody><tr><td>---</td><td>kudos.player.*</td><td>Bypass permission for all player commands</td></tr><tr><td>kudo [player] (reason)</td><td>kudos.player.award</td><td>Awards a kudo to a players. Optionally, a reason can be given</td></tr><tr><td>kudos</td><td>kudos.player.gui</td><td>Opens GUI</td></tr><tr><td>kudos [player]</td><td>kudos.player.show</td><td>Displays the Kudos from a player</td></tr></tbody></table>

### Kudmin Commands & Permissions

Kudmin, **Kud**os Ad**min**istration, are commands to manage the plugin and (assigned) kudos from players.

| Command                                         | Permission     | Description                                                             |
| ----------------------------------------------- | -------------- | ----------------------------------------------------------------------- |
| ---                                             | kudos.admin.\* | Bypass permission for kudmin commands                                   |
| kudmin                                          |                | Show plugin version                                                     |
| kudmin help                                     |                | Show help page                                                          |
| kudmin get \[player] \[page]                    |                | Displays Kudos from a player                                            |
| kudmin add \[player] \[amount] \[reason]        |                | Add Kudos for a player                                                  |
| kudmin remove \[player] \[kudos\_id]            |                | Removes a Kudo from a player. To find out the KudoID type "/kudmin get" |
| kudmin clear \[player] \[kudos/assigned\_kudos] |                | Clear all Kudos from a player                                           |
| kudmin clearall \[player]                       |                | Clear all Kudos and assigned Kudos from a player                        |
| kudmin reload                                   |                | Reload plugin files                                                     |
| kudmin migration                                |                | Resolves breaking changes of new Kudos versions                         |


---

# 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://urbance.gitbook.io/kudos-v5-wiki/getting-started/permissions-and-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.
