Fixes small issue with Creative & damage cancelled players
There is really no need to update if this doesn't bother you.
As the player.damage(Double) does not return anything (Such as a Boolean)
It makes it difficult to see if the damage was applied, and thus if the plugin should set the death message check or not....
Meaning if a player is invulnerable (Creative mode) (Apparently player.isInvulnerable() does not check for this...) or another plugin cancels the damage, It will not remove the player's death message, meaning the next time they die, it will display it... Not a big issue but it was bugging me.