Option to not always show chat tag.

Fixes the issue of not being able to have groups without a faction tag in their name.
This commit is contained in:
Trent Hensler
2018-03-13 23:41:15 -07:00
parent d7646516ec
commit 8950be61d1
2 changed files with 4 additions and 7 deletions

View File

@@ -71,6 +71,7 @@ public class Conf {
public static boolean chatTagPadBefore = false;
public static boolean chatTagPadAfter = true;
public static String chatTagFormat = "%s" + ChatColor.WHITE;
public static boolean alwaysShowChatTag = true;
public static String factionChatFormat = "%s:" + ChatColor.WHITE + " %s";
public static String allianceChatFormat = ChatColor.LIGHT_PURPLE + "%s:" + ChatColor.WHITE + " %s";
public static String truceChatFormat = ChatColor.DARK_PURPLE + "%s:" + ChatColor.WHITE + " %s";