Interface LegacyRankData

RankData used on the v2 leaderboards

interface LegacyRankData {
    displayDonatorRank: boolean;
    donatorRank: null | DonatorRank;
    serverRank: ServerRank;
    veteran: boolean;
}

Properties

displayDonatorRank: boolean

Whether to display the donator rank

donatorRank: null | DonatorRank

The donator rank of the player

serverRank: ServerRank

The server rank of the player

veteran: boolean

Whether the player is a veteran

The Wynncraft criteria for a veteran is whether the player has bought a rank before the 2014 Minecraft EULA change.

Generated using TypeDoc