# Config (Lite)

The lite plugin is managed entirely through 2 files: `config.yml` and `messsages.yml`. Below is an explanation of how to use the config file.

### Example config.yml (Lite Version)

```yaml
# =======================================================
# AliienChatColorLite - Config
# =======================================================
colors:
  # The name of the color (does not change anything on its own, but also dont mess with this on colors that people are actively using)
  pastel_pink:
    # The prefix/colors of your chat color
    color: "<#FFB6C1>"
    # The required permission to use your chat color
    permission: "aliien.color.pastel_pink"
  sky_blue:
    color: "<#89CFF0>"
    permission: "aliien.color.sky_blue"
  grad_pink_lemonade:
    color: "<gradient:#FFB6C1:#FDFD96>"
    permission: "aliien.color.grad_pink_lemonade"

# DO NOT under any circumstance touch this unless you are told to by the official support
config-version: 1
```

### Example messages.yml (Lite Version)

```yaml
# =======================================================
# AliienChatColorLite - Messages
# =======================================================
messages:
  # If the player tried to use an invalid color
  invalid-color: "<red>Sorry, that color is invalid/doesn't exist!"
  # If the player successfully equips a chat color
  success: "<green>You have successfully updated your chat color!"
  # If a command is not used correctly
  incorrect-cmd-usage: "<red>This command was not used correctly!"
  # If a player does not have permission to use a command
  no-perms: "<red>You do not have permission to use this!"
  # If the plugin is successfully reloaded
  reload: "<green>AliienChatColorLite has been reloaded!"
  # If there was an error while reloading the plugin
  fail-reload: "<red>There was an error while reloading AliienChatColorLite (please check the console and report the bug)"
  # If a chat color is cleared/removed
  clear-color: "<green>You have successfully cleared the chat color!"
  # If there is a new version available
  new-version: "<green>A new AliienChatColorLite version is now available!"

# DO NOT under any circumstance touch this unless you are told to by the official support
config-version: 1
```


---

# 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/config-lite.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.
