Any Way to Remove Scoreboard Prefix/Suffix in Tab List?

Discussion in 'Plugin Development' started by Scizzr, Aug 25, 2013.

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

    Scizzr

    So I've made an API plugin that has methods that I can use to manage scoreboards for each player and the prefix and suffix for their name but what I'm getting is the prefix and suffix in the tab list. Is there any way to have these not show up? (a name like "[Developer] Scizzr [HP:10|Food:20]" is too long for a single tab list square, so it overlaps)

    Thanks a lot. :)

    As a side note, I remembered the Player.setPlayerListName(String listName); and have been able to show just their name by adding "§r" to the front, but the problem with that is that the name is limited to 16 characters and loner names like "MinecraftDude123" become longer than 16 characters, forcing me to truncate their name 2 characters to make it fit. So that's not a good option.

    Any ideas?

    Thanks guys.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
Thread Status:
Not open for further replies.

Share This Page