ChestplateEquipEvent

Discussion in 'Plugin Development' started by finalblade1234, Mar 30, 2013.

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

    finalblade1234

    Whats the event called when a player puts armor/a chestplate on?
    (i know its an event then an If() statment)
     
  2. Offline

    hockeygoalie5

    Try an InventoryClickEvent. That provides all the methods you need to check whether a player has put on/taken off armor. Just make sure the inventory is the player's inventory, the slot type is armor, the slot is the chest plate slot, and that the player has a chest plate on their cursor. Read the docs to find all of those methods.
     
Thread Status:
Not open for further replies.

Share This Page