Colored Names?

Discussion in 'Archived: Plugin Requests' started by Marlon Kolata, Jan 22, 2011.

  1. Offline

    Marlon Kolata

    Hello,
    i need a simple mod to make colored names. I dont need GroupUsers (That dont works for me, because the normal players can not spawn blocks) and many of my Plugins have their own permission managmend.
    I need a mod for colored names URGENT.
    It would be nice, if somebody could help me [​IMG]

    regards
    oneill3007
     
  2. Offline

    zipfe

    So, you don't want to use GroupUsers, because you can't get it to work, but now want another plugin (URGENT of course) with the desired functionality?

    GroupUsers works just fine, the names have group specific colors in chat and new/default players can build.
     
  3. Offline

    Plague

    Well GroupUsers is opensource, so it should be an easy task, from what I found on the first look, you just need
    Code:
     public void onPlayerChat(PlayerChatEvent event) {
    
            event.setFormat(event.getFormat().replace(
                    "%1$s", prefix + "%1$s" + ChatColor.WHITE));
        }
    Where prefix is the color format you want to.

    As I would like this in my own plugin, I will look into it further.

    Also thank you GroupUsers devs for the code!
    --- merged: Jan 22, 2011 2:37 PM ---
    Okay, implemented in PlgEssentials, having this as an independent plugin is sort of strange because it contains 2 lines of code...
     
  4. Offline

    s0nge

    I would also like a plugin that you choose what colours people will have. I just want my name to be red and all other players to be white =)
     
  5. Offline

    Plague

    Well then the GroupUsers does all that. You don't need to use other features aside from the colors AFAIK.
     
  6. Offline

    gyoloco

    I want look a like of Colorme
     
  7. Offline

    greenglue

    Hello. We would be able to create a plugin similar to ColorMe for you and your server. Contact us on skype or through our website greentubbles.tk. Skype: mrgreenglue
     
    The Angry kat likes this.
  8. Offline

    Perdog

    You could just use iOp couldn't you?
     
  9. Offline

    gyoloco

    Not only ops have to be colored everybody!
     
  10. Offline

    cisco211

    look for iChat, i use that for colored names.
     
  11. Offline

    Perdog

    iOp
    isn't just for ops, you can set it for regular players too
     
  12. Offline

    gyoloco

    Ok gonna take a look
     
  13. Offline

    JerriCop

    Essentials does that. You can choose the colour of all of the ops.
     
  14. Offline

    khyperia

    a-hoy, I think I got an idea for my first plugin. I want to try making one, and this seems half-simple. Might not be out in many days, but oh well. Hope you get a nice chat plugin!
     

Share This Page