LB-- / KataParty

Minecraft Bukkit plugin made for Katatunka
http://dev.bukkit.org/bukkit-plugins/kataparty/
The Unlicense
2 stars 0 forks source link

Implement shared health feature #1

Open LB-- opened 10 years ago

LB-- commented 10 years ago

http://dev.bukkit.org/bukkit-plugins/kataparty/#w-shared-health-experience-gain https://github.com/LB--/KataParty/blob/1.3.x/src/main/java/com/lb_stuff/kataparty/PartyHealthManager.java

Darkool commented 9 years ago

This is a great feature, what about add a new line of hearts? (obviously limit this function to 4 or 6 members)

LB-- commented 9 years ago

The idea is that all players see the same health, and the max health is the total combined health of all players. It sounds simple, but there are many nuances to deal with - people joining and leaving the game, people joining and leaving parties, etc. so I have been struggling to get it right.

Darkool commented 9 years ago

what about inside of use hearts, use experience bar

because i think that will be so hard check, regenerations with potions, etc regards

LB-- commented 9 years ago

No, I don't want to mess with the experience bar.