Scoreboard bugging out when touching death block.
DrakePork opened this issue ยท 10 comments
When joining a parkour the scoreboard works fine, but as soon as I die from a death block the scoreboard disappears and I get these errors in console: pastebin
The error also occurred on Parkour 6.2
Hi, do you have a plugin that tries to display a scoreboard when you die (when not playing parkour), e.g. something that counts number of deaths? It sounds as though another scoreboard is interfering with the Parkour scoreboard.
For process of elimination, could you temporarily uninstall the FeatherBoard plugin, restart the server and see if the problem still occurs? We have reason to believe it could be an external factor which is causing the Parkour plugin to lose track of the Scoreboard.
Could you pastebin the full startup log from the console? Or a plugin list, maybe we can recreate the error?
Thanks.
I do have FeatherBoard, however that is disabled in the parkour world. I also dont have any scoreboards that count the number of deaths
I have managed to narrow the search down to that its McMMO apparently that is causing it. McMMO does have a scoreboard, but its disabled in the config.
Seems to be some setting within McMMO though, as when I reset the mcmmo folder the scoreboard stays.
Uh so resetting mcmmo folder and then putting the exact same settings as I had before back has somehow fixed it?
It seems like the issue is caused by the teleport when you die rather than the death itself.
McMMO monitors teleport events and if your Parkour world is 'blacklisted' in McMMO then it removes the scoreboard, even if scoreboards are disabled in McMMOs config. I don't believe that is the correct behaviour so I've created a PR for it: mcMMO-Dev/mcMMO#4400
If the Parkour world is not blacklisted then McMMO does nothing with the scoreboard - which maybe why its working for you now.
Awesome, great investigation and outcome @steve4744!