geforkt von Mirrors/Paper
bceacc47c4
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> |
||
---|---|---|
paper-api |