Comment on page
Custom data for armour
ManticSets Custom 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:
helmet: "1234567"
chestplate: "1234567"
leggings: "1234567"
boots: "1234567"
# They can all be different
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
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
Last modified 7mo ago