Below name scoreboard

Discussion in 'Plugin Development' started by Megolas, Jul 29, 2013.

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

    Megolas

    Hello,
    I'm currently trying to make a plugin in which you can see a value under a player's name, while each player has a different Scoreboard object.
    I tried running a loop on all the online players when updating the scoreboard of a player, in which you set their score to a certain value, yet the result is "0 [The display name]" each time, even though the value isn't 0, tested. Any idea why?
    Thanks
     
  2. Offline

    etaxi341

    Megolas I got this problem too. But it is happening to me only with Below name scoreboards. Hopefully someone finds a solution.
     
  3. Offline

    Vislo

    Is because the scoreboard needs a value to display remember the objective of the scoreboards is to show statistics this can't be solve, but a solution is to make the users have a prefix and not above scoreboards.
     
  4. Offline

    Megolas

    That's not what I meant, t, I'm displaying an integer score that isn't 0, yet it shows 0.
    (System.out.println shows a different number)
     
Thread Status:
Not open for further replies.

Share This Page