Statistic Types
The different stats tracked by SupremePlayerStats
Base Statistics
POTS_THROW
DAMAGE_DEALT
DAMAGE_RECEIVED
CRITICAL_DAMAGE
PEARLS_THROWN
CHAT_SENT
COMMAND_SENT
SHOP_SPENT
SHOP_SELL
CRATES_OPENED
BOW_DAMAGE
BOW_SHOTS
BOW_LONG_SHOT
BLOCK_PLACE
BLOCK_BREAK
PLAYER_LEAVE
PLAYER_JOIN
PLAYER_TIME_CONNECTED
DISTANCE_WALKED
FISH_CAUGHT
MOB_KILLS
KILLS
DEATHS
Creating Custom Leaderboards
To create a new leaderboard/statistic simply add a new custom stat to the config.json
with the f-following format; <statistic-base>::<unique-type>
"trackSpecific": [
"BLOCK_PLACE::GOLD_BLOCK",
"BLOCK_PLACE::CACTUS",
"BLOCK_PLACE::SUGAR_CANE_BLOCK",
"DISTANCE_WALKED::WORLD_NAME",
"MOB_KILLS::CREEPER"
]
Then you can just add the statistic the leaderboard menu by adding a new config section with the name of the statistic above as the primary key.
Last updated
Was this helpful?