Development Assistance Scoreboard

Discussion in 'Plugin Help/Development/Requests' started by Scorpionvssub, Mar 4, 2016.

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

    Scorpionvssub

    Im trying to create a highly configurable scoreboard that via config can be extended or decreased in size while reading vars like %kills% properly, i know how to create a simple scoreboard that is predefined and all you can really change is tsome words and colors but nothing else.

    basicly when ya do:

    scoreboard
    - %prefix%
    - Score: %points%
    - Wins: %kills%
    etc. etc. that you can switch score and wins easily and the scoreboard layout changes or even allow
    - '' for a space wihtin the board

    Anyone got a suggestion?
     
  2. Offline

    mine-care

    Waht do you mean "switch score and wins easily" ? Arent those variables manipulated by your code?
    Also, for line breaks in the scoreboard you can add as text, a ChatColor. So, instead of a string such as 'Kills' you will put ChatColor.GREEN.toString(); and that will make the line look empty ;)
     
  3. Offline

    Scorpionvssub

    i know how to add chat colors but i mean within a scoreboard you need to set scores on lines, i want so that in a config it has a bunch of stringlists it adds those to the scoreboard the way they are set in the config.
     
Thread Status:
Not open for further replies.

Share This Page