-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
-
None
Rather than having to translate alternate color codes in a list of strings by iterating through the list and running Chat.translateAlternateColorCodes() on each String, it would be really helpful for me and perhaps a lot of others in several instances if there were a method in the ChatColor class that accepted a list of Strings and returned a new List<String> with all alternate color codes translated properly in each element of the list.