Chat Styles

Chat Styles Is way players can express their look to have for example different chat colors or message colors, This feature can be paired greatly with EasyPlaceholders!

Chat styles can also overwrite existing mention colors, so if a player has a gold mention color and he changed his chat style, then he will get that styles mention color (IF SET),

Players can change the chat Styles By doing /ec style <style_name>

Example config:

# EasyChat Chat Styles Configuration
chat_styles:
  rainbow:
    format: '<rainbow>{player}:</rainbow> <rainbow>{message}</rainbow>'
    permission: easychat.style.rainbow
    mention:
      highlight: NAME
      color: gold
      bold: true
      italic: true
      sound:
        enabled: true
        sound: minecraft:entity.experience_orb.pickup
        volume: 1.0
        pitch: 1.0
        
  blue_mentions:
    permission: easychat.style.rainbow
    mention:
      highlight: NAME
      color: blue
      bold: true
      italic: true
      sound:
        enabled: true
        sound: minecraft:entity.experience_orb.pickup
        volume: 1.0
        pitch: 1.0
        
  pink:
    format: '<#ff7ac1>{player}: <#ffd6e2>{message}'
    permission: default

Last updated