Solved SetHelmet event?

Discussion in 'Plugin Development' started by moneyremco, Feb 6, 2014.

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

    moneyremco

    hi there,
    i make a plugin with a item that is named GhillieSuit head, but how to check if a player turns on this head? is there a event for? thanks for help!
     
  2. Offline

    Quackster

    player.getInventory().getHelmet();

    Sorry your question is pretty broad, this is the best I could do.
     
  3. Offline

    leimekiller

    Use InventoryClickEvent, check if the clicked slot is the helmet slot.
     
  4. Offline

    moneyremco

    I fixed it another way, thanks for replies!
     
Thread Status:
Not open for further replies.

Share This Page