DSH105 / HoloAPI

Add Holograms to your Bukkit server!
http://dev.bukkit.org/bukkit-plugins/holoapi/
GNU General Public License v3.0
31 stars 16 forks source link

More accurately display damage taken on damage indicators #80

Closed cnr closed 10 years ago

cnr commented 10 years ago

This PR requires #79, or you can merge this on its own and close the old one.

This change shows the net damage taken instead of the value from EntityDamageEvent#getDamage(), which is the raw damage before potion effects, armor, etc. are considered.