Skip to content

ClanAPI Stats

MathiasMC edited this page Dec 27, 2020 · 5 revisions

This class holds all information about the player in the clan and can be created or get by using

ClanStats clanStats = clanPlayer.getStats();

getUniqueId();
getCoins();
isShareCoins();
getXp();
getKills();
getDeaths();

setCoins(long);
setShareCoins(boolean);
setXp(long);
setKills(long);
setDeaths(long);
requestSave();
saveAsync();

Clone this wiki locally