ScoreboardStatsX

ScoreboardStatsX

3M Downloads

Lack of thirst

SlimeDog opened this issue ยท 8 comments

commented

Long ago, I had %thirst% on my board. I just tried to add it again, but thirst reports the value -1 (after server reboot, since /sidebar reload does not always do the needful wrt changes in the variables list). My config.yml seems straightforward, but no joy. Spigot 1.11.2 and SS 0.10.1:

compatibilityMode: false

disabled-worlds-whitelist: true

disabled-worlds:
 - world

Scoreboard:
  Title: '&8BlackDog Bonus'
  Update-delay: 2
  Items:
    '&8points': '%money%'
    '&8thirst': '%thirst%'

Any ideas why that doesn't work?

commented

Six more reboots, and it (magically) works. The file looks the same to me, although I cannot guarantee.

commented

%thirst% is very unstable. A few more reboots, and I'm back to -1. Later, it will display correctly. There seems no rhyme or reason (although probably there is). No changes to configuration.

commented

Through all of this, %money% has tracked consistently correctly. Any ideas why thirst is so sporadic?

commented

Is there any way to debug this on my test server?

commented

Is there anybody home?

commented

This fails with both the General %thirst% and the PlaceHolderAPI %thirst_level%. It appears to fail when Thirst in enabled after ScoreboardStats. So it appears that ScoreboardStats is looking for variables before Thirst is loaded, so the latter cannot be found. Is that possible?

commented

Please add Thirst to soft dependency list.

commented

If this is still relevant. This is something the author should fix.