games647 / mcMMOExtras

A visual exp bar Bukkit plugin for mcMMO that keeps people entertained and encourages them to want to level up
https://dev.bukkit.org/bukkit-plugins/mcmmoextras/
MIT License
12 stars 3 forks source link

Bar disappears in a couple seconds and doesn't always appear #1

Closed SmallSansSerif closed 9 years ago

SmallSansSerif commented 9 years ago

I'm running Spigot 1.8.4 and can't seem to get the bar to display for very long or consistently.

games647 commented 9 years ago

According to the barAPI comments, the boss bar (in 1.8 or above) only shows up if the player sees the dragon. It's difficult to place the dragon somewhere the player actually sees it directly. (Related to https://github.com/confuser/BarAPI/issues/48)

The orginal author implemented the feature that the bar will disappear after specifc time, but I could change it that the dragon follows the movements of the player and so stay shown.

SmallSansSerif commented 9 years ago

Would this create potential lag due to the use of the hidden Dragon?

games647 commented 9 years ago

Dragons cannot be hidden in 1.8, but yes it would take some performance effects if the dragon has to follow the player in order to keep the boss bar show up.

As far as I know this behaviour isn't intended and will be fixed in 1.9

SmallSansSerif commented 9 years ago

Ok thanks for the info.. I like the idea of using the bar for mcMMO skills but sounds like it's better to wait until 1.9

games647 commented 9 years ago

Alright, then I close this.