π¨Colors in configurations
Our colorize util is really interesting and have lot of cool features.
π Hex colors
You can use lot of hex color formatting types. Solid color, Geradient and Rainbow..
Just a solid color like (&atext) but in hex.
Format: <#hex> text
e.g.:
message: '<#29bbcf>HELLO WORLD!'Quite complex thing that take 2 colors and create a smooth gradient for your text, that you want to colorize.
Format: <G:hex>your text here!</G:hex>
Hex without #
e.g.:
message: '<G:29bbcf>HELLO WORLD!</G:2475d1>'If you want to make some experiments, you can try rainbow feature, that transform your text into the rainbow.
Format: <RAINBOW(number)>your text here!</RAINBOW>
e.g.:
message: '<RAINBOW1>THIS IS A REALLY COOL Rainbow</RAINBOW>'![]()
message: '<RAINBOW100>THIS IS A REALLY COOL Rainbow</RAINBOW>'![]()
π¬ Centered message
If you want to move a message to the center of the chat block, you can use this feature. Only one thing, that you have to do is this:
message: '<center>CENTERED TEXT'Last updated
Was this helpful?