Max length of scoreboard text? > 16

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

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

    mike0631

    Hi,

    Im asking how do I make my scoreboard text longer than 16 character's?
    Currently I have this:
    https://www.dropbox.com/s/7nuhcf8io8e8cf7/Screenshot_1.png

    I'm using this code:
    Code:java
    1. objective3.getScore(Bukkit.getOfflinePlayer(ChatColor.AQUA + "Kills:"));


    Since a playername can only be 16 char or less, how would I make the scoreboard text longer?
     
  2. if you try making it longer than 16 characters using packet, it will crash the client
     
  3. Offline

    mike0631

    Yes I know, but Mc the walls has it longer than 16 while ingame too.

    http://prntscr.com/18q3od
     
  4. Offline

    Technius

    mike0631
    The "members remaining" could be a team suffix.
     
    glen3b likes this.
  5. Offline

    lycano

Thread Status:
Not open for further replies.

Share This Page