removing the tangents

Discussion in 'Archived: Plugin Requests' started by mastermustard, Feb 3, 2013.

  1. Offline

    mastermustard

    is there any plugin that will remove the <> before and after your playername, ive seen a few servers without them and it gets really irritating havin there ugliness around
     
  2. Offline

    _Waffles_

    you need a chat manager eg hero chat.
     
  3. Offline

    XboxEnforcer

    This is accomplished by editing the Essentials config (assuming you have essentials)


    Code:yaml
    1.  
    2. ############################################################
    3. # +------------------------------------------------------+ #
    4. # | EssentialsChat | #
    5. # +------------------------------------------------------+ #
    6. ############################################################
    7.  
    8. format: '<{DISPLAYNAME}> {MESSAGE}' #<---CHANGE THIS LINE--->
    9. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
    10.  
    11. group-formats: # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
    12. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
    13.  
    14. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
    15. </syntax>
     
  4. Offline

    mastermustard

    Code:yaml
    1.  
    2. i hav essentials but not group manager
     
  5. Offline

    XboxEnforcer

    You don't need group manager.
     

Share This Page