Solved Colored nicks in players list

Discussion in 'Bukkit Help' started by kamild1996, Feb 20, 2012.

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

    kamild1996

    Hi!
    I found a server where permissions plugin was GroupManager and colored nicks was also in players list in Tab button. Can I get this effect when using PermissionsEx and ChatManager?
     
  2. Offline

    ZeroZX4

    u just need essentials for that and pex

    for sure essentials to change ops nicknames and chat text color

    in essentials

    here to set ops nick color


    ############################################################
    # +------------------------------------------------------+ #
    # | Essentials (Global) | #
    # +------------------------------------------------------+ #
    ############################################################

    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: '6'
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'

    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true

    and here to to change chat text color

    ############################################################
    # +------------------------------------------------------+ #
    # | EssentialsChat | #
    # +------------------------------------------------------+ #
    ############################################################

    chat:

    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
    radius: 0

    # Chat formatting can be done in two ways, you can either define a standard format for all chat
    # Or you can give a group specific chat format, to give some extra variation.
    # If set to the default chat format which "should" be compatible with ichat.
    # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting

    format: '&6{DISPLAYNAME}&f:&b{MESSAGE}' < color of text that will display
    #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'

    group-formats:
    # Default: '&6{DISPLAYNAME}&f: &b{MESSAGE}'
    # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'

    # If your using group formats make sure to remove the '#' to allow the setting to be read.


    u set up nicks of other players by prefixes in pex


    groups:
    plebs:
    default: true
    prefix: '&6'



    ow it seams u dont need use prefixes unless you want some other groups to have different nick color
     
  3. Offline

    kamild1996

    I want to keep chat formating as it actually is (I can also give you a ChatManager config).
    Is there a simpler plugin/method?
     
  4. Offline

    dwi

    kamild1996 likes this.
  5. Offline

    ZeroZX4

    well u dont need chat manager
    i was wrong

    just pex and essentials

    use config i posted above and in pex u just set up ur prefix and suffix

    well only essentials if you want all of your groups have same color of nick and text

    if u want some groups or users have different colors

    than u need to use pex preffix suffix

    ill show u example

    config i posted above of essentials let me have this colors


    [​IMG]


    i am in group admin and if i want default group have white text and have [nooobzord] before his nickname and change his nickname color dots after his nick : ill just add this


    groups:
    noobzas:
    default: true
    prefix: '&a[Noobzord]&9'
    suffix: '&e'
    permissions:

    prefix part

    [Noobzord] < light green
    nickname < moody blue


    suffix part

    text color < light yellow

    even so my suffix dont include : dots it comes from essentials chat display format

    as u can see as log as im on op list my cnickname color will be taken from essentials config

    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: '6'


    its hardcore simple

    [​IMG]
     
  6. Offline

    kamild1996

    Thanks for suggestions. :)
     
Thread Status:
Not open for further replies.

Share This Page