====== cChatColor ======
A cChatColor represents possible chat colors in form of constant strings.

===== Class Definition =====
^ Constant ^ Value ^
| Color | § |
| Delimiter | § |
| Black | 0 |
| Navy | 1 |
| Green | 2 |
| Blue | 3 |
| Red | 4 |
| Purple | 5 |
| Gold | 6 |
| LightGray | 7 |
| Gray | 8 |
| DarkPurple | 9 |
| LightGreen | a |
| LightBlue | b |
| Rose | c |
| LightPurple | d |
| Yellow | e |
| White | f |
|  |  |
| Random | k |
| Bold | l |
| Strikethrough | m |
| Underlined | n |
| Italic | o |
| Plain | r |

^ Function ^ Return type ^
| MakeColor( char ColorCode ) | String |

===== Functions =====
==== MakeColor() ====
This function simply adds "§" in front of given char and returns ready-to-use ''String'', which then could be used as prefix for chat messages (if you used proper code).