Add CommandSpy

This commit is contained in:
2022-02-04 15:25:40 -06:00
parent dbf95441dc
commit eebb34cd1c
9 changed files with 86 additions and 10 deletions

View File

@ -37,6 +37,7 @@ public class PlexPlayer
private String prefix;
private boolean vanished;
private boolean commandSpy;
private long coins;
@ -61,6 +62,7 @@ public class PlexPlayer
this.prefix = "";
this.vanished = false;
this.commandSpy = false;
this.coins = 0;