scoreboard teams

Discussion in 'Plugin Development' started by Subtelny, Mar 19, 2015.

Thread Status:
Not open for further replies.
  1. Hello (sorry for my english)
    how can i set another prefix for all lines on scoreboard?

    Something like this:
    http://scr.hu/2q0v/bvu0j
     
  2. @Subtelny It doesn't really look like teams, but more just like a number before a line. This could be a per player config based thing, or just a number in general.
    Code:
    scoreboard.getScore(ChatColor.YELLOW + getConfig().getInt("Number") + " " + ChatColor.WHITE + player.getName());
     
  3. Offline

    Konato_K

  4. Yes but how to to that?
    Example i want:
    100 Subtelny
    90 Test
    80 Test2
    70 Test1

    How can i do that in one scoreboard using prefix?
     
  5. Offline

    Konato_K

Thread Status:
Not open for further replies.

Share This Page