Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
1.8.18.REFLEX push
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
IzDaBait committed Jan 16, 2021
1 parent 79e5e64 commit 5c342b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/bait/exploitsx/chatco/AllChat.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
import java.util.List;

public class AllChat {
public static final HashMap<Player, Integer> socialspy = new HashMap<>();
private static final String CANCEL = Messages.getString("AC.0");
private static final String zz = "!#";
public static final HashMap<Player, Integer> socialspy = new HashMap<>();
private static final HashMap<Player, String> lastm = new HashMap<>();
private static final HashMap<Player, String> lastm2 = new HashMap<>();
private static final HashMap<Player, String> lastm3 = new HashMap<>();
Expand Down

0 comments on commit 5c342b0

Please sign in to comment.