Scoreboard auto-placing

Discussion in 'Plugin Development' started by mike0631, Jun 9, 2013.

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

    mike0631

    This is my current scoreboard:
    http://prntscr.com/192uj6

    Can I make it so that it will always be:
    Code:
    Kills
    Deaths
    IG Kills
    IG Players
     
  2. Offline

    Compressions

    mike0631 This is done client-side, so you can't replace the order of the scores.
     
  3. What I've done is that I don't set the score directly. I add the score in the item itself. This isn't the best solution but it's the only solution I'm aware of.
    so in your case it would be
    kills - x | 4
    deaths - x | 3
    ig kills - x | 2
    if players - x | 1
    <item name> | <score>
    and the score is the order.
     
Thread Status:
Not open for further replies.

Share This Page