Essentials, disabling the normal player name color feature...?

Discussion in 'Bukkit Help' started by Tadao, Sep 24, 2011.

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

    Tadao

    Hiya! This probably seems like a stupid question and might not be very plausible, but I was wondering if I would be able to stop specifically the chat coloring/naming feature in Essentials. (not chat, just the normal Essentials.) If you don't know what I mean exactly, I'm talking about how it automatically makes normal players display names white, and makes OPs display names red. It completely overrides any naming/coloring plugins I've tried, such as color or namechanger. I'm obviously a little new to this... Anywho, is this possible? If so, can someone instruct me what I should be doing?
     
  2. Offline

    JWhy

    open up a command line in your plugins folder and type
    Code:
    del EssentialsChat.jar
    :p ... Or delete it without cmd...
     
  3. Offline

    Sh8kezula

    You need to open the essentials config file and edit these values.

    Code:
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'
    
    # 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: false
    
     
  4. Offline

    Tadao

    No no no :3 Like I said, I don't have that one put in ^_^


    Why thank you :D <3
     
    Sh8kezula likes this.
Thread Status:
Not open for further replies.

Share This Page