ProfileService
ProfileService profiles = api.getProfileService();
profiles.getStats(player).thenAccept(stats -> {
int wins = stats.getWins();
double kd = stats.getKDRatio();
});Last updated
ProfileService profiles = api.getProfileService();
profiles.getStats(player).thenAccept(stats -> {
int wins = stats.getWins();
double kd = stats.getKDRatio();
});Last updated