Ktar5 / Info-Board

The Spigot/Bukkit plugin for managing scoreboards
http://dev.bukkit.org/bukkit-plugins/ib-reborn/
13 stars 13 forks source link

Need Assistance- Scoreboard not always loading #150

Open IOTubbzy opened 5 years ago

IOTubbzy commented 5 years ago

Hi, I am currently using InfoBoardReborn on my server and have different scoreboards setup for different worlds. The only problem is that sometimes the scoreboard does not load in and other times it takes a few minutes for it to appear.

I was just wondering if there was anyway this could be fixed so that it doesn't take so long to load in.

Any help is much appreciated. Cheers.

pixar02 commented 5 years ago

This is a bug with the way the "whitelist" of the board. I take it that most boards have a different world they are allowed to be shown. The reason it takes a while for a scoreboard to be shown is because the server has 1 number that remembers on what board it is. but if the player is not allowed to see that board then it doesn't show one. until it ticks and goes for the next board. (which will force a board on the player.)

pixar02 commented 5 years ago

This is something I changed in the new version of IBR, every player has a "ladder" which contains all the boards the player is allowed to see and a number to keep track wich board. I'm still working on the animations of the new version, so it should be done soon.