Placeholders
All placeholders require PlaceholderAPI and use the %snminigames_ prefix. Values are live and never empty: game-scoped tokens return idle, 0 or an empty string when nothing is running. <game> is the game id: parkour, tntrun, tnttag, spleef or fastmine.
| Placeholder | Description |
|---|---|
%snminigames_state_<game>% | Round state: waiting, starting, running, ending or idle |
%snminigames_queue_<game>% | Live participant count of the round |
%snminigames_max_<game>% | How many players the room holds: queue.max-players, lowered to the live round's own limit when that is smaller (FastMine seats one player per shaft). With no round running it is the configured value, which is always the upper bound |
%snminigames_countdown_<game>% | Seconds left in the queue countdown |
%snminigames_map_<game>% | Id of the map the current round plays |
%snminigames_ingame% | yes or no for the viewing player |
%snminigames_game% | The viewing player's current game id, or empty |