How to use color codes?

You should use <cX> and </c> tags, where X is color code.
It can be:

  • 2 - Red
  • 3 - Green
  • 4 - Dark blue
  • 5 - Blue
  • 6 - Dark purple
  • 7 - Yellow
  • 8 - Purple
  • 9 - Brown
  • Or HEX RGB formula (for examle FF0000 is red)

You should wrap up your text with this tags like this:
<c2>This is red message</c>
And you will get red message:

Also you can combine multiple tags in one message like this:
<c2>Red</c>, <c3>Greed</c>, <c4>Blue</c>
Or like this:
<c2>R<c3>G<c4>B</c>

8 Likes