Solved No clue why one of my scores stopped showing

Discussion in 'Plugin Development' started by PumpMelon, Nov 17, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    PumpMelon

    Hey Bukkit community!

    I've had these kind of troubles before, but this I honestly have no clue. I've been trying to figure out why for a couple of days now with no answer.

    My 1st score is not showing up anymore, though it was before. I've tried putting it contents in say, the 17th score and there it would show. But nothing would show in the last score, I've tried re-arranging the whole scoreboard but still no avail.
    [​IMG]
    https://gyazo.com/00e6db90771d60a0272da7ae5947e0e6

    I'll put my scoreboard method below -
    http://hastebin.com/ihetayudun.swift


    I've heard that Bukkit is iffy on scoreboards, though the 1st score was showing earlier. Part of me wants to rewrite this entire method, but I want to know why it isn't showing.

    Glad to hear from you all,

    Thanks,
     
  2. Offline

    Zombie_Striker

    @PumpMelon
    Are you sure the scoreboard can contain that many values? Have you tried removing some blank lines?

    Have you tried changing the text? Can you create a new score with different text that has the score set to 1?
     
  3. Offline

    PumpMelon

    @Zombie_Striker

    Yes, I'm sure it can contain that many values because I set the same contents of score 1 to a different score and it worked. And yes, I've tried putting different text in score 1 and it also did not show.
     
  4. Offline

    PumpMelon

    Found out the solution. If the top score (highest score) has nothing on it, it will not show the 1st score. I'm not sure if this is a bug, because it would help spacing out but oh well. [SOLVED]
     
Thread Status:
Not open for further replies.

Share This Page