Solved Change Name in the Tab-List?

Discussion in 'Plugin Development' started by Uniclaw, Jan 4, 2013.

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

    Uniclaw

    Hi!

    How can i change the Name in the Tab-List oO? setDisplayName just change it in the chat..
     
  2. Offline

    MrMysterious

    You can use:

    Code:java
    1. player.setPlayerListName("Name");
     
  3. Offline

    Uniclaw

    Oh, thanks :D
     
Thread Status:
Not open for further replies.

Share This Page