Colored Names?

Discussion in 'Bukkit Help' started by xMDK, Dec 15, 2013.

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

    xMDK

    I recently started a server and I was wondering what plugin would allow me to put colors for different groups. Thanks!

    xMDK
     
  2. Offline

    Rangamastr

    Like coloured prefixes and suffixes? Almost all permissions plugins can do this
     
  3. Offline

    xMDK

    how do you do that on permissionsEx? thanks. Rangamastr
     
  4. Offline

    Rangamastr

    You are in luck xMDK haha, I use pEx myself.
    Code:
    Donator:
        default: false
        prefix: '&6[Donator]&f '
        permissions:
        - essentials.fly
    
    That example there shows how I set it up for myself, with the &6 and &f being colour codes. Then you just need to promote the user to the rank with /pex group (groupname) user add (playername)

    Hopefully that explains what you are after
     
  5. Offline

    Necrodoom

    Also, you need a chat plugin. Any will work, such as essentialschat or chatmanager.
     
  6. Offline

    tophead

    And if you want a player named colored, add the color code(which u wants for the player name) at the end of the prefix.
     
  7. Offline

    Necrodoom

    you need another plugin for that, essentials, or tablist plugins.
     
  8. Offline

    xMDK

    Necrodoom could you show me how to do that with essentials?

    xMDK
     
  9. Offline

    Necrodoom

    Uncomment config setting change-playerlist
     
Thread Status:
Not open for further replies.

Share This Page