# Commands & Permissions

## Player commands

| Command     | Permission         | Description                                     |
| ----------- | ------------------ | ----------------------------------------------- |
| /rankup     | ezranks.rankup     | Attempt to rankup from your current rank        |
| /ranks      | ezranks.listranks  | View the current server ranks list with prices! |
| /autorankup | ezranks.autorankup | Toggle autorankup on or off                     |

## Admin commands

| Command                                             | Permission    | Description                                                                                                    |
| --------------------------------------------------- | ------------- | -------------------------------------------------------------------------------------------------------------- |
| /ezadmin                                            | ezranks.admin | View plugin version                                                                                            |
| /ezadmin help                                       | ezranks.admin | Admin Help Menu                                                                                                |
| /ezadmin createrankup \<rankFrom> \<rankTo> \<cost> | ezranks.admin | Create and load default rankup section inside of the rankups.yml for the specific rankup specified in command. |
| /ezadmin deleterankup \<rankFrom>                   | ezranks.admin | Delete an active rankup from memory and the rankups.yml                                                        |
| /ezadmin list                                       | ezranks.admin | List all/rank specific rankups                                                                                 |
| /ezadmin info \<rankFrom> \<rankTo>                 | ezranks.admin | View detailed information about a specific rankup.                                                             |
| /ezadmin forcerankup \<player>                      | ezranks.admin | Force a player to rankup at no cost                                                                            |
| /ezadmin reload                                     | ezranks.admin | Reload config/rankups.yml                                                                                      |

**Commands aliases**

* **/rankup:** /ezru, /ru, /ezr, /promote
* **/ranks:** /rankslist
* **/autorankup:** /arankup

## Permissions

| Permission              | Description                                                                                 |
| ----------------------- | ------------------------------------------------------------------------------------------- |
| ezranks.rank.\<rank>    | Tells EZRanksPro what rank the player is at                                                 |
| ezranks.lastrank        | This tells EZRanksPro that the player is at the last rank and has no more rankups available |
| ezranks.cooldown.bypass | Allows players to bypass the rankup cooldown if it is enabled                               |
| ezranks.admin           | Grants access to all the admin related commands                                             |


---

# 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.helpch.at/clips-plugins/ezrankspro/commands-and-permissions.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.
