A few questions about scoreboards/objectives

Discussion in 'Plugin Development' started by Prothean_IGS, Jul 8, 2014.

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

    Prothean_IGS

    Hey guys,
    I'm currently working on a plugin that uses a scoreboard objective to display info about the player, much like a HUD style. I've noticed that scoreboards always rearrange the "scores" from highest to lowest, which makes sense for normal scoreboards, but I was wondering if there was a way to disable this feature? I don't want the HUD to be out of order.
    Just to sort of show what I mean:
    Prothean's HUD
    Water Level 800
    Sleep Level 565
    Level 15
    Exp 1200

    That's what I would like it to be like, but the scoreboard keeps rearranging it to go from highest at the top and lowest on the bottom.

    Besides for that, I was wondering if there was any way to add blank spaces or blank lines in a objective? I'm pretty sure you can't but I thought it wouldn't hurt to ask.
     
  2. Offline

    Gater12

    Prothean_IGS
    1.) Don't think you can disable that featuire.

    2.) Yes. You can add a blank line.
     
  3. Offline

    Prothean_IGS

    Gater12 How do you add the blank line?
     
  4. Offline

    Gater12

    Prothean_IGS
    By adding a blank line. (Whitespace).
    Example if you don't understand for some reason.
    Code:java
    1. " "
     
  5. Offline

    Prothean_IGS

    Gater12 I understand how to add a blank score. That was not my question. I wanted to know if there's a way to add a blank line in whole, as not have to have a score attached to it. I did the whitespace method and it does not show up without having an actual score attached to it, and it looks weird with having a blank space and then a random number at the end.
     
  6. Offline

    Gater12

Thread Status:
Not open for further replies.

Share This Page