# Commands & Permissions

AliienChatColor keeps it simple with easy-to-use commands and granular permissions. More may be added in the future if needed.

### Commands

| Command                          | Description                        | Permission                      | Available In Lite Version |
| -------------------------------- | ---------------------------------- | ------------------------------- | ------------------------- |
| `/cc menu`                       | Opens the paginated GUI menu       | `aliien.chatcolor.menu`         | False                     |
| `/cc set <color>`                | Equip a specific color manually    | `aliien.chatcolor.set`          | True                      |
| `/cc clear`                      | Remove your active chat color      | `aliien.chatcolor.clear`        | True                      |
| `/cc hex <#hex>`                 | Equip a custom hex code on the fly | `aliien.chatcolor.hex`          | False                     |
| `/cc admin reload`               | Reloads the configuration file     | `aliien.chatcolor.admin.reload` | True                      |
| `/cc admin set <player> <color>` | Force a color onto a target player | `aliien.chatcolor.admin.set`    | False                     |
| `/cc admin clear <player>`       | Clear a target player's color      | `aliien.chatcolor.admin.clear`  | False                     |

### Permissions

| Permission                        | Description                                                                               | Default | Available In Lite Version |
| --------------------------------- | ----------------------------------------------------------------------------------------- | ------- | ------------------------- |
| `aliien.chatcolor.menu`           | Opens the paginated GUI menu                                                              | Default | False                     |
| `aliien.chatcolor.set`            | Equip a specific color manually                                                           | Default | True                      |
| `aliien.chatcolor.clear`          | Remove your active chat color                                                             | Default | True                      |
| `aliien.chatcolor.hex`            | Equip a custom hex code on the fly                                                        | OP      | False                     |
| `aliien.chatcolor.admin`          | Base permission for all admin commands, also used to send in-game errors in certain cases | OP      | True                      |
| `aliien.chatcolor.admin.reload`   | Allows reloading the plugin config                                                        | OP      | True                      |
| `aliien.chatcolor.admin.set`      | Force a color onto a target player                                                        | OP      | False                     |
| `aliien.chatcolor.admin.clear`    | Clear a target player's color                                                             | OP      | False                     |
| `aliien.chatcolor.version-notify` | Receive notifications for new plugin updates                                              | OP      | True                      |
| `aliien.chatcolor.*`              | Grants all plugin permissions                                                             | OP      | False                     |

*(Note that each chat color also has its own set chat color permission)*


---

# 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://aliien.gitbook.io/aliien-docs/aliienchatcolor/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.
