> For the complete documentation index, see [llms.txt](https://ultimaterewards.athelion.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ultimaterewards.athelion.eu/colors-and-models.md).

# 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>
