Trigary / TriBukkit

A collection of utilities designed to make Bukkit plugin development swifter.
GNU General Public License v3.0
0 stars 0 forks source link

Create PlayerArmorChangeEvent #3

Open Trigary opened 5 years ago

Trigary commented 5 years ago

Create an event named PlayerArmorChangeEvent which is fired when the armor of a player changes. This event does not have to be cancellable if that makes our lives easier, but in that case name it PlayerArmorChangedEvent. The cause of this change should also be present, eg. death, breaking, dispenser, inventory click, right click while holding armor piece. Non-goals: detect when another plugin changes a player's equipped armor.