How can I add a color to leaher clothes

Discussion in 'Bukkit Help' started by boomer41, Nov 17, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    boomer41

    Hello,
    Im developing a PaintBall Plugin, and I want to Use the Coloring System for Leather Clothes. But i cant find the API :( Can you give me a example, please?
    My Code:
    Code:
    PlayerInventory pi = ((Player) sender).getInventory();
     
    ItemStack helmet = new ItemStack(Material.LEATHER_HELMET);
     
    pi.setHelmet(helmet);
    But it needs to be coloured!
    Thanks in advance!

    - boomer41
     
Thread Status:
Not open for further replies.

Share This Page