Changing names shown in the tab list

Discussion in 'Plugin Development' started by TheTrixsta, Jun 4, 2012.

  1. Offline

    TheTrixsta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What class do I need to reflect to for managing and coloring names in the tab list? Before you say Spout only, guess again. Display tags above a players head can be changed to with Java reflection. :)
  2. Offline

    Superkabii

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Use the setPlayerListName(String) method in Player for this.
    TheTrixsta likes this.
  3. Offline

    TheTrixsta

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    this was hiding from me

Share This Page