Fix many bugs

This commit is contained in:
2022-03-18 20:12:05 -05:00
parent d8c6c3b4a8
commit 6a569bb638
8 changed files with 52 additions and 43 deletions

View File

@ -35,7 +35,7 @@ public class PlexPlayer
private Player player;
private String loginMessage;
private Component prefix;
private String prefix;
private boolean vanished;
private boolean commandSpy;
@ -60,7 +60,7 @@ public class PlexPlayer
this.player = Bukkit.getPlayer(name);
this.loginMessage = "";
this.prefix = null;
this.prefix = "";
this.vanished = false;
this.commandSpy = false;