🎨Chat color

Permissions needed:

  • redischat.chatcolor to execute /chatcolor and see the GUI

  • redischat.chatcolor.<chatcolor> to use/see specific chat colors

ChatColor GUI

config.yml
# Enable or disable the chat color GUI
enableChatColorGUI: true

The GUI layout is configurable inside guis.yml!!

You need to have redischat.chatcolor

/chatcolor <color>

Examples

/chatcolor #FA8072 (format #RRGGBB)

/chatcolor white (all colors available here)

/chatcolor will create a placeholder named %redischat_chat_color% containing a color component

Take a look at Custom PlaceholderAPI placeholders section to know more about RedisChat PAPI placeholders

You can put it before {message} inside formats section to color the text that follows

Chatcolor reset

If the player doesn't have the permission to have the current color, (for example redischat.chatcolor.blue) the color will be reset on rejoin (in this case the player had the blue color and when it rejoins without the permission the color is set to "" (nothing)

Last updated

Was this helpful?