Merge branch 'master' into reload-commmand

This commit is contained in:
Dawson Hessler
2022-08-28 11:42:58 -04:00
9 changed files with 156 additions and 111 deletions
@@ -10,5 +10,7 @@ public interface PlayerExecutor {
Optional<APIPlayer> getPlayer(UUID uuid);
void unloadPlayer(UUID uuid);
List<APIPlayer> getOnlinePlayers();
}