Merge branch 'alliancechat' of git://github.com/eXeC64/Factions

This commit is contained in:
Brettflan
2011-09-30 20:40:34 -05:00
6 changed files with 95 additions and 20 deletions

View File

@@ -65,6 +65,7 @@ public class Conf {
public static boolean chatTagPadAfter = true;
public static String chatTagFormat = "%s"+ChatColor.WHITE;
public static String factionChatFormat = "%s"+ChatColor.WHITE+" %s";
public static String allianceChatFormat = "%s"+ChatColor.WHITE+" %s";
public static boolean allowNoSlashCommand = true;