API

If you want to get players statistics, use this.

McDuelsAPI api = McDuelAPI.API(); int kills = api.getKills(player); int deaths = api.getDeaths(player); int lost = api.getLost(player); int won = api.getWon(player); double kdr = api.getKdr(player); int elo = api.getGlobalElo(player); int selo = api.getElo(player, type); boolean IsPlayerInGame = api.isPlayerInGame(player);

There are Five Elo Types: Duel1v1 Battle1v1 Battle2v2 Battle3v3 Global

By upload the external jar plugin to your eclipse, this will be able to work.

Last updated