bukkit java set leather armor color from hex code example
Example: bukkit java set leather armor color from hex
//FFFFFF is the hex color, in that case white
leatherArmorMeta.setColor(Color.fromRGB(0xFFFFFF));
//FFFFFF is the hex color, in that case white
leatherArmorMeta.setColor(Color.fromRGB(0xFFFFFF));