Plugin Help TagAPI 16 Character Limit?

Discussion in 'Plugin Help/Development/Requests' started by kaleb712, Dec 5, 2014.

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

    kaleb712

    I'm working on a nametag feature for staff, and it works, but it cuts off the name. I heard you can fix this using scoreboard, but have no idea how. I do refresh the nametag in my onLogin(), and the nametag works, but it just gets cut off.
    My Code :
    Code:java
    1. @EventHandler
    2. public void onTag(AsyncPlayerReceiveNameTagEvent e) {
    3. e.setTag("§9§lDEV §r" + e.getNamedPlayer().getName());
    4. }

    Here is a screenshot of what happens: http://s4.postimg.org/qlctisxml/2014_12_05_20_24_31.png
     
  2. Offline

    Googlelover1234

    kaleb712
    I believe this is due to a Minecraft limitation, therefore, TagAPI cannot fix this.
     
  3. Offline

    kaleb712

    The plugin NameTagEdit uses TagAPI and doesn't have this limit. I know it's possible, I need to know how.
     
Thread Status:
Not open for further replies.

Share This Page