# Custom data for armour

## Custom Modal Data Support

**Yes - we do support custom modal data on newer versions of minecraft.**

Within your set config, replace your material in the fields 'helmet', 'chestplate', 'leggings' and 'boots' with your custom modal data within quotations, like below:

```yaml
helmet: "1234567"
chestplate: "1234567"
leggings: "1234567"
boots: "1234567"
# They can all be different
```

## Coloured Leather Armour

**Yes - we do support coloured leather armour!**

We will be using RGB (Red,Green,Blue) - follow the example below in the "MATERIAL:R,G,B" format

```yaml
helmet: "LEATHER:255,255,255"
chestplate: "LEATHER:255,255,255"
leggings: "LEATHER:255,255,255"
boots: "LEATHER:255,255,255"
# They can all be different
```
