# Plugin's Files

{% content-ref url="plugins-files/config.yml" %}
[config.yml](https://aglerr.gitbook.io/wiki/theonly-series/the-only-donations/plugins-files/config.yml)
{% endcontent-ref %}

## Hex Color Usages

Here, we will show you exactly how to use hex color in the messages.\
First of all, here is the available format:

| Description   | Syntax                  |
| ------------- | ----------------------- |
| RGB Hex Color | `&#ff0ff&Text`          |
| Gradient      | `&#eecda3-#ef629f&Text` |
| Rainbow       | `&rainbow&Text`         |
| Rainbow Phase | `&rainbow:20&Text`      |

### Example Usage

```
messages:
  header: '&rainbow:20&---------------------------------------'
  line1: ' &6» &#e6da77&{player} &ejust donated!'
  line2: ' &rainbow:90&» Store: store.example.com'
  line3: ''
  line4: ' &#eecda3-#ef629f&MONTHLY GOAL (${goal_current_donation}/${goal_donation_goal})'
  line5: ' {goal_progress_bar} &7{goal_percentage}%'
  line6: ''
  line7: ' &rainbow&Product: {product_displayname} (${product_price})'
  line8: ' &7(( Help us keep the server alive! ))'
  footer: '&rainbow:20&---------------------------------------'
```

![](https://2487353797-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFpjdY2Qrn-w3X6FyQA%2F-MdX-LZWrRL05oW0xqgG%2F-MdX1jX9n85hmMpoGsm6%2FScreenshot_298.png?alt=media\&token=bf9cd94f-9c20-4794-8227-01e4df332275)


---

# 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://aglerr.gitbook.io/wiki/theonly-series/the-only-donations/plugins-files.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.
