Added /f chat mod

This commit is contained in:
_ProSavage_
2018-03-04 20:57:27 -06:00
committed by Trent Hensler
parent f65fe27c53
commit fe464ba750
5 changed files with 29 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ public class Conf {
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";
public static String modChatFormat = ChatColor.RED + "%s:" + ChatColor.WHITE + " %s";
public static boolean broadcastDescriptionChanges = false;
public static boolean broadcastTagChanges = false;