From 5c342b09f02504b80bf22620a9e20effba7e5774 Mon Sep 17 00:00:00 2001 From: IzDaBait Date: Sat, 16 Jan 2021 03:57:42 +0100 Subject: [PATCH] 1.8.18.REFLEX push Key: @ bug fix > tweak / change + addition - removal important* ~ coming soon : note 1.8.18.REFLEX: [Jan 16 2021] : going to start putting in more effort into the changelogs file from now on : this update brings in some performance improvements and some requested changes. : I believe that the future of this plugin is that it be converted into a core : plugin for servers. More on that soon. [...] @ fixed an error generating empty log files @ multithreaded offhand class @ fixed another bug involving the chatco update file never generating @ fixed /stats registering badly > tweaked handling for expired variables to not alert to the console every time a variable isn't defined and instead resort to the default configuration without complaining. + added /e socialspy for chatco alerts + added bstats : fixed bstats [2 times] + added customized firstjoin messages + added /say command - removed memory type logging - removed chip bug [...] > : CONFIG CHANGES > + config.yml: [OPTIONAL] default variables changed, no new settings + config2.yml: [OPTIONAL, RECOMMENDED] + firstjoin module : Customized first join messages + saycommand module : Customized /say commands > op-whitelist is now false by default + chatco.yml: [OPTIONAL] + rewire-chatco (boolean, default false) added : enable or disable ExploitsX's chat override : check automatically generated update files to copy and paste new default settings. [...] : : This version is [STABLE] : Stability check: [PASSED, ITERATIONS: {2}] ; Known Bugs: [0] : Signed-off-by: IzDaBait --- src/main/java/me/bait/exploitsx/chatco/AllChat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/bait/exploitsx/chatco/AllChat.java b/src/main/java/me/bait/exploitsx/chatco/AllChat.java index d6fecc5..66ab8bc 100644 --- a/src/main/java/me/bait/exploitsx/chatco/AllChat.java +++ b/src/main/java/me/bait/exploitsx/chatco/AllChat.java @@ -18,9 +18,9 @@ import java.util.List; public class AllChat { + public static final HashMap socialspy = new HashMap<>(); private static final String CANCEL = Messages.getString("AC.0"); private static final String zz = "!#"; - public static final HashMap socialspy = new HashMap<>(); private static final HashMap lastm = new HashMap<>(); private static final HashMap lastm2 = new HashMap<>(); private static final HashMap lastm3 = new HashMap<>();