diff --git a/velocity/src/main/java/com/alttd/chat/config/Config.java b/velocity/src/main/java/com/alttd/chat/config/Config.java index c619fc2..170ff99 100644 --- a/velocity/src/main/java/com/alttd/chat/config/Config.java +++ b/velocity/src/main/java/com/alttd/chat/config/Config.java @@ -172,8 +172,8 @@ public final class Config { public static List MESSAGECOMMANDALIASES = new ArrayList<>(); public static List REPLYCOMMANDALIASES = new ArrayList<>(); - public static String MESSAGESENDER = " >(Me -> ) "; - public static String MESSAGERECIEVER = " >( on -> Me) "; + public static String MESSAGESENDER = " >(Me -> ) "; + public static String MESSAGERECIEVER = " >( on -> Me) "; private static void messageCommand() { MESSAGECOMMANDALIASES.clear(); REPLYCOMMANDALIASES.clear(); @@ -183,7 +183,7 @@ public final class Config { MESSAGERECIEVER = getString("commands.message.reciever-message", MESSAGERECIEVER); } ///broadcast Momlly to Global: We Love Teri and Kappa - public static String GCFORMAT = " >to Global: "; + public static String GCFORMAT = " >to Global: "; public static String GCPERMISSION = "proxy.globalchat"; public static List GCALIAS = new ArrayList<>(); public static String GCNOTENABLED = "You don't have global chat enabled."; @@ -196,7 +196,7 @@ public final class Config { } public static List GACECOMMANDALIASES = new ArrayList<>(); - public static String GACFORMAT = "( on -> Team) "; + public static String GACFORMAT = "( on -> Team) "; private static void globalAdminChat() { GACECOMMANDALIASES = getList("commands.globaladminchat.aliases", Lists.newArrayList("acg")); GACFORMAT = getString("commands.globaladminchat.format", GACFORMAT); @@ -212,7 +212,7 @@ public final class Config { REGEXNODE = getNode("regex-settings"); } - public static String SERVERSWTICHMESSAGEFROM = "* comes from ..."; // Confirm these are the correct ones @destro + public static String SERVERSWTICHMESSAGEFROM = "* comes from ..."; public static String SERVERSWTICHMESSAGETO = "* leaves to ..."; public static String SERVERJOINMESSAGE = "* appears from thin air..."; public static String SERVERLEAVEMESSAGE = "* vanishes in the mist...";