Solved Change player display name?

Discussion in 'Plugin Development' started by Musicguy, Oct 4, 2012.

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

    Musicguy

    Hey, I want to know how to change the display name of a player. Thanks in advance!
     
  2. Offline

    JayzaSapphire

    Code:java
    1.  
    2. player.setDisplayName("<name>");
    3. player.setListName("<name>"); //<- or whatever that one is (changes tab list name)
    4.  
     
  3. Offline

    Musicguy

    Thanks JayzaSapphire ! I thought it was something as simple as that :p
     
  4. Offline

    qsysmine

    How do you change their skin too? I'm creating a server for a friend and I, and I want to only use my plugins.
     
  5. Offline

    Tirelessly

    Use TagAPI to change their name to the name of someone else. Skin is rendered client side so you can't change their skin without changing their name. Also, this thread is 5 months old.
     
  6. Offline

    qsysmine

Thread Status:
Not open for further replies.

Share This Page