teozfrank / DuelMe

DuelMe is a bukkit plugin to allow players to duel each other for fun
http://dev.bukkit.org/bukkit-plugins/duelme/
MIT License
9 stars 14 forks source link

Health set to 20 (10 hearts) on join colliding with plugins such as "LifeEssence" #109

Closed Fawkd closed 5 years ago

Fawkd commented 5 years ago

Hello,

I noticed that since the "heal" feature was added beginning of the duel it actually sets the health to 10 hearts instead of actually healing the player.

Here's a video to showcase the issue: https://streamable.com/r1nlx

There are no errors whatsoever in console.

Regards, Fawked

teozfrank commented 5 years ago

This is a bug, there wouldnt be errors in the console as the health is set to a fixed value when the duel starts instead of getting the max health set for a player and using that instead. Will be fixed for the next relelase, thanks for reporting :)

teozfrank commented 5 years ago

Should be fixed on the latest pre-release here -> https://github.com/teozfrank/DuelMe/releases/tag/0.9-pre

teozfrank commented 5 years ago

Reported as fixed, closing.