games647 / ScoreboardStats

Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
https://dev.bukkit.org/bukkit-mods/scoreboardstats/
MIT License
28 stars 45 forks source link

Mcmmo Power Level Tag and Health Bars #44

Closed sbHango closed 9 years ago

sbHango commented 9 years ago

After installing ScoreboardStats, mcmmo's power level tag below user's name/above the skin vanish in a few seconds after connecting and never appears again. Same thing happens with HealthBar for players

" mcmmo config Power_Level_Tags: true"

Any solution to this?

madtomic commented 9 years ago

If you are using the latest mcMMO. I recommend going back to a more stable build.

games647 commented 9 years ago

@sbHango , Did you enabled compatibilityMode?

sbHango commented 9 years ago

@madtomic mcmmo runs fine for me, it's just that it's not compatible with scoreboard it seems. @games647 how do i enable that?

madtomic commented 9 years ago

compatible mode : true in the config.yml

madtomic commented 9 years ago

I just read that you had HealthBar. Make sure show below name of turn off. You can't have both power level and player health at the same time.

madtomic commented 9 years ago

Player bar and after name needs to be false

madtomic commented 9 years ago

Unless you use the display style not using below name. This is shared with power level.

sbHango commented 9 years ago

Im using it on the same line as the name, not below. Is compatible mode on the scoreboard's config? I might be using an older version or something, how do i download latest one?

madtomic commented 9 years ago

http://dev.bukkit.org/bukkit-plugins/scoreboardstats/

madtomic commented 9 years ago

The latest version had compatiable mode on already. Anyway, to be safe. Just turn off below name.

sbHango commented 9 years ago

Okay, i made it to true. And when I join the server, the first 2 seconds i can see someone's power level, but then the scoreboard on the right appears and it vanishes

sbHango commented 9 years ago

and i completly removed healthbars

games647 commented 9 years ago

Do you have ProtocolLib installed?

sbHango commented 9 years ago

I do not, is it required?

madtomic commented 9 years ago

Are you using the power level for anything? If not. Disable it in Mcmmo. That would not give you the glitch now. Scoreboard don't need the power level to be true to work.

games647 commented 9 years ago

@sbHango yes

@madtomic Thanks for helping

madtomic commented 9 years ago

You can have mcMMO, scoreboardstats, HealthBar all in the same server. Just make sure you have ProtocolLib

sbHango commented 9 years ago

Thank you! I might have missed that protocollib is required

sbHango commented 9 years ago

Another question, is it possible to disable scoreboard sorting from largest number to lowest? So if my config is '&aOnline': '%online%' '&bPower Level': '%powlvl%' '&6Money': '%money%' '&cMob kills': '%mob%' '&cKills': '%kills%' '&cDeaths': '%deaths%' '&cKDR': '%kdr%' '&cKillstreak': '%current_streak%' it stays like that and is not sorted

madtomic commented 9 years ago

No, you can't not. Try make another issue to request this feature. I'd love this feature too.