# 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="https://1098473219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpSgzS2uHYglFnW7ZooUu%2Fuploads%2F8fDChD3fcPzDd5TFCrAg%2Fimage.png?alt=media&#x26;token=7a865a97-569e-4077-b98e-ab7d0bd2f622" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://1098473219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpSgzS2uHYglFnW7ZooUu%2Fuploads%2FqtY4GEo59bel2TkLu3y3%2Fimage.png?alt=media&#x26;token=ed5f7a07-7885-4e0c-a5f6-893ad3700763" alt=""><figcaption></figcaption></figure></div>

### Colorizing gradient (Hex Usage)

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

Examples

<div align="left"><figure><img src="https://1098473219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpSgzS2uHYglFnW7ZooUu%2Fuploads%2FprWm99I7PwgakdZT8sD3%2Fimage.png?alt=media&#x26;token=56ec0995-3c6c-4753-a211-0dab9b3327b2" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://1098473219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpSgzS2uHYglFnW7ZooUu%2Fuploads%2FliKxcq42wFW081JZwH5L%2Fimage.png?alt=media&#x26;token=99fa3ef1-c4d5-444b-a0c7-eec355c683f7" alt=""><figcaption></figcaption></figure></div>

### Colorizing gradient (Legacy Usage)

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

Examples

<div align="left"><figure><img src="https://1098473219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpSgzS2uHYglFnW7ZooUu%2Fuploads%2F5DhlO4TspmTUPvz0B5eV%2Fimage.png?alt=media&#x26;token=95ffb0aa-0fbb-488d-a501-3ac41c575a2f" 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="https://1098473219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpSgzS2uHYglFnW7ZooUu%2Fuploads%2F3A1zqPNX9Zrtvc1EI1rY%2Fimage.png?alt=media&#x26;token=0e03f1d3-8d8b-46a7-b4b7-69c8123b722d" 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="https://1098473219-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpSgzS2uHYglFnW7ZooUu%2Fuploads%2FUQRQVGXGBBqVRzQZEWAW%2Fimage.png?alt=media&#x26;token=bcb54f56-5051-4064-be89-583c889714ec" alt=""><figcaption></figcaption></figure></div>
