stats-menu.yml
The statistics menu opens with /wm stats [player]. It can display the viewer’s data or an online/offline target’s cached data.
Root Layout
Section titled “Root Layout”rows: 6title: "<dark_gray>➜ <gradient:#00E676:#2979FF><bold>Statistics</bold></gradient>"The default GUI uses six rows. Slot numbers are zero-based (0 through 53).
Overview Items
Section titled “Overview Items”| Key | Placeholder | Description |
|---|---|---|
player_head | %target% | Target profile name and skull. |
games_played | %games_played% | Completed games. |
record_score | %record_score% | Highest personal score. |
longest_hit_streak | %longest_hit_streak% | Best uninterrupted streak. |
plus_blocks | %whacked_plus_blocks% | Lifetime positive hits. |
minus_blocks | %whacked_minus_blocks% | Lifetime penalty hits. |
hit_rate | %whacked_block_rate% | Positive hits as a percentage of all scored hits. |
view_arenas | None | Opens the arena-record browser. |
Arena and Leaderboard Template
Section titled “Arena and Leaderboard Template”arena_template creates the record entry for every registered arena. Its lore supports:
%arena%%record_score%%rank%%player%
The template also defines text for no personal record, an empty leaderboard, the top-three entries, a separator, the target player’s own rank, and rank colors.
Whack Me’s current arena view compares the target’s general personal record score against the global record-score leaderboard. Arena-specific global holder/score values are still available elsewhere through arena placeholders and arenas.yml.
Navigation and Decoration
Section titled “Navigation and Decoration”background_fillanddecoration_bordersare decoration-only multi-slot entries.back_buttonreturns to the prior menu.previous_pageandnext_pageappear when the arena list spans multiple pages.
Keep the action values open_arenas, back, previous_page, and next_page unchanged. The code uses those semantics when building the GUI.
The unused checkpoint_template key may remain for configuration compatibility; Whack Me does not have checkpoint statistics.
Apply changes with /wm reload.