How to set actual nametag

Discussion in 'Plugin Development' started by william9518, Jan 9, 2013.

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

    william9518

    How to set actual nametag in game and the name when you hit tab.
    setDisplayName does NOT work
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    tab list is referred to in the Bukkit code as playerlist and thus is setPlayerListName(String).

    For the name over their head, you should hook into TagAPI. Click here for a tutorial.
     
    fireblast709 and ZeusAllMighty11 like this.
  3. Offline

    william9518

    What event is setPlayerListName()
     
  4. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    It's not an event. It's a method.
     
  5. Offline

    chasechocolate

    setDisplayName is the name that will show up in chat.
     
  6. Offline

    nitrousspark

Thread Status:
Not open for further replies.

Share This Page