Change tag character limit.

Now max = 20 characters, not including color codes.
TFM_Util.colorise() -> TFM_Util.colorize()
This commit is contained in:
StevenLawson
2013-09-21 13:58:16 -04:00
parent faeaa3aab7
commit 97b27cd7b4
8 changed files with 12 additions and 12 deletions

View File

@ -993,7 +993,7 @@ public class TFM_Util
return COLOR_POOL.get(RANDOM.nextInt(COLOR_POOL.size()));
}
public static String colorise(String string)
public static String colorize(String string)
{
return ChatColor.translateAlternateColorCodes('&', string);
}