bceacc47c4c02e615296ed5177e7fc0104b3f2d9
ChatColor searches from the start to the end of a string for chat format characters but this always has to search the entire string. By starting from the end of the string and working backwards we can stop searching once we find a color code or a reset code as any previous formatting is wiped out by these. By: Travis Watkins <amaranth@ubuntu.com>
Description
No description provided
51 MiB
Languages
Java
100%