world optimization and beginning of messages stuff

This commit is contained in:
Super_
2020-10-31 11:09:13 -04:00
parent 2fa5afe40f
commit 2aba16cff2
15 changed files with 247 additions and 103 deletions

View File

@ -20,6 +20,4 @@ public class CommandSource
this.player = sender instanceof Player ? Bukkit.getPlayer(sender.getName()) : null;
this.plexPlayer = sender instanceof Player ? PlayerCache.getPlexPlayerMap().get(((Player)sender).getUniqueId()) : null;
}
}