# Colors & Models

## **Custom Models**

For custom models, the following format can be used: `CustomModel[<material>]{<ID>}`

### Textured Skulls

You can also use textured head with **base64** value.\
Example value:

```
eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjk5NjMzNzhmZmViZWM0MjBmNGM4YTU4YWQ2OTZhMTUxOGQ1N2VjNTZmOTA2OWU1YzkyMGQ2M2Q1ZWU0ZWZmMyJ9fX0
```

Or diretly use the head from [HeadDatabase](https://www.spigotmc.org/resources/head-database.14280/) plugin with following format:

```
hdb:<ID>
```

### Player's Skulls

To insert skull of the player simple use `skullofplayer` as an item.\
For custom texture you can use following format:\
`CustomSkull[PLAYER_HEAD]{<ID>}`

***

## Colors

### Colorizing classic text

```
&aLegacy text
```

Examples

<div align="left"><figure><img src="/files/AcrYxeZdo0Tm0hKeZitT" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/wPEMnzIyBxvXMlqktepy" alt=""><figcaption></figcaption></figure></div>

### Colorizing gradient (Hex Usage)

```
<#FF6600>Gradient colorized text</#9DFF8A>
```

Examples

<div align="left"><figure><img src="/files/dxoWCvjxskCdEm82TRWD" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/fvO6hVOu6f4Ma0L6JzWN" alt=""><figcaption></figcaption></figure></div>

### Colorizing gradient (Legacy Usage)

```
<&a>Gradient with legacy codes!</&c>
```

Examples

<div align="left"><figure><img src="/files/68gJbFcuxPjZdrq0tfTA" alt=""><figcaption></figcaption></figure></div>

### Colorizing gradient (Changing format in gradient text)

```
<#FF6600>&lBold text &nUnderlined Text</#9DFF8A>
```

Examples

<div align="left"><figure><img src="/files/Oc2MhaOx8bcIS4B7m528" alt=""><figcaption></figcaption></figure></div>

### Colorizing gradient (Creating exception in gradient text)

(Create color exception, and continue in gradient)

```
<#FF6600>Colorized text &cEXCEPTION &rcontinue in gradient!</#9DFF8A>
```

Examples

<div align="left"><figure><img src="/files/LQN1maKBv0LMCKXR5XO9" alt=""><figcaption></figcaption></figure></div>


---

# 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://ultimaterewards.athelion.eu/colors-and-models.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.
