Dexter Studio
HomeDexLeaderboardBoards
DexLeaderboard · Included

The Boards

Twelve boards ship ready to use. Each is a single file under boards/ — the file name is the board id, so money.yml is opened with /lb money.

BoardidSourceFormat
Top MoneymoneyVaultcompact
Most PlaytimeplaytimeStatistictime
Most KillskillsStatistic (PLAYER_KILLS)plain
Most DeathsdeathsStatistic (DEATHS)plain
Most Mobs Killedmobs-killedStatistic (MOB_KILLS)compact
Most Blocks Brokenblocks-brokenStatistic-sum (MINE_BLOCK)compact
Most Blocks Placedblocks-placedStatistic-sum (USE_ITEM)compact
Most Diamonds Mineddiamonds-minedStatistic (MINE_BLOCK)plain
Current Kill Streakkill-streakTrackerplain
Highest Kill Streakhighest-kill-streakTrackerplain
Most Money Mademoney-madeTrackercompact
Most Money Spentmoney-spentTrackercompact

Data sources

SourcePulls from
vaultVault economy balances
statisticOne vanilla statistic (PLAY_ONE_MINUTE, DEATHS, MOB_KILLS...)
statistic-sumOne statistic totalled over every material
placeholderOne PlaceholderAPI value per player
placeholder-rankPer-rank placeholders (ajLeaderboards style)
trackerkill_streak, highest_kill_streak, money_spent, money_made
customValues set with /lb set or the API

Value formats

FormatShows
compact1.2K, 3.4M — short numbers
plainThe raw number
timeDuration, e.g. playtime
decimalTwo decimal places

A value-multiplier fixes units — e.g. 0.05 converts the playtime statistic from ticks to seconds before the time format renders it.