Changing a players name tag

Discussion in 'Plugin Development' started by Josmal2, Jun 16, 2015.

Thread Status:
Not open for further replies.
  1. I've looked around but seen nothing but i could not find this. I basicly want to change the players name tag colour i want to change the actual name tag. I've seen this on a server before but if you could tell me how to do this please thanks very much
     
  2. player.setTabListName
    or
    player.setCustomName
     
  3. What stuff would i put after those?
     
  4. What do i put in the string ? @FisheyLP
    Like example
     
  5. Offline

    sam_0208

  6. Offline

    TehHypnoz

    You should learn Java before starting to create plugins. To change the player's tab list name use player.setTabListName(insert string here).
     
    Endorphinex likes this.
Thread Status:
Not open for further replies.

Share This Page