add admin chat redis support

This commit is contained in:
Taah
2022-08-02 17:03:04 -07:00
parent 16e29b80a7
commit 7fa26f9a64
9 changed files with 149 additions and 28 deletions

View File

@ -45,6 +45,7 @@ public class PlexPlayer
private String loginMessage;
private String prefix;
private boolean staffChat;
private boolean vanished;
private boolean commandSpy;