• Playtime now shows days and hours (e.g. 2d 5h) once a player has played for 24 hours or more
• Configurable via playtime-format in config.yml (smart = auto, hours = always h+m)
Code:# plugins/PerfLeaderboards/config.yml — add inside leaderboard: playtime-format: smart
New features:
• Compact number suffixes for leaderboards and stats are now configurable in config.yml
Code:# plugins/PerfLeaderboards/config.yml — merge under leaderboard: compact-suffixes: thousand: k million: M billion: B trillion: T compact-decimal-places: 1
New features:
• PlaceholderAPI placeholders for your kills, deaths, playtime, shards, blocks broken/placed, and mobs killed
• Rank placeholders show your position on each leaderboard (e.g. %perfleaderboards_rank_kills%)
• Top-list placeholders support name, value, and UUID for ranks 1–10 (e.g. %perfleaderboards_top_kills_3_name%)
Code:# plugins/PerfLeaderboards/config.yml — add: leaderboard: placeholder-cache-seconds: 30
New features:
• Money leaderboards now support multiple economy providers (Vault, PlayerPoints, ExcellentEconomy)
Improvements:
• The plugin no longer requires Vault to start when money leaderboards are disabled or unused
Code:# plugins/PerfLeaderboards/config.yml — merge (config-version: 13): leaderboard: balance-providers: vault: type: vault enabled: true # coins: # type: excellenteconomy # currency-id: coins # enabled: true # points: # type: playerpoints # enabled: true # plugins/PerfLeaderboards/gui/leaderboards-gui.yml — merge (leaderboards-gui-version: 9): leaderboards-gui-version: 9 hub: categories: money: providers: vault: slot: 10 item: EMERALD name: "<#00f986>ᴍᴏɴᴇʏ ʟᴇᴀᴅᴇʀʙᴏᴀʀᴅ" lore: - "<white>Click to view the ᴍᴏɴᴇʏ leaderboard" detail: refresh-titles: money-vault: "ᴍᴏꜱᴛ ᴍᴏɴᴇʏ" money-coins: "ᴛᴏᴘ ᴄᴏɪɴs" money-points: "ᴛᴏᴘ ᴘᴏɪɴᴛs" titles: money-vault: "<dark_gray>ʀɪᴄʜᴇsᴛ ᴘʟᴀʏᴇʀs (Page {page}/{total_pages})" money-coins: "<dark_gray>ᴛᴏᴘ ᴄᴏɪɴs (Page {page}/{total_pages})" money-points: "<dark_gray>ᴛᴏᴘ ᴘᴏɪɴᴛs (Page {page}/{total_pages})" self-head: entries: money-vault: lore: - "<white>Money: <gray>{value}<#00f986> (#{rank})" money-coins: lore: - "<white>Coins: <gray>{value}<#00f986> (#{rank})" money-points: lore: - "<white>Points: <gray>{value}<#00f986> (#{rank})" entries: money-vault: lore: - "<white>Money: <gray>{value}<#00f986> (#{rank})" money-coins: lore: - "<white>Coins: <gray>{value}<#00f986> (#{rank})" money-points: lore: - "<white>Points: <gray>{value}<#00f986> (#{rank})"
Bug fixes:
• Bedrock and Floodgate players with long or dotted names no longer break leaderboard stat tracking
• Leaderboard GUI heads and rankings work correctly for Geyser-style usernames
Improvements:
• Leaderboard GUI now opens instantly instead of waiting for skin loads
• Page switches are no longer laggy and feel snappy
Bug fixes:
• Many heads stayed as default Steve heads, skins now load correctly and persist between page opens
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
