Placeholders
PlaceholderAPI placeholders (%stealablock_*%) other plugins can use, the scoreboard/TAB list's own placeholders, and internal %curly% placeholders used in messages.yml.
PlaceholderAPI — %stealablock_*%
Registered automatically when PlaceholderAPI is installed. Identifier: stealablock.
| Placeholder | Returns |
|---|---|
%stealablock_balance% | Raw numeric balance |
%stealablock_balance_formatted% | Balance formatted as 1.2K / 3.4M / etc. |
%stealablock_rebirth% | Current rebirth level |
%stealablock_prestige% | Current prestige level |
%stealablock_credits% | Raw credits balance |
%stealablock_credits_formatted% | Credits, shorthand-formatted |
%stealablock_money_boost% | Current money multiplier from rebirth (e.g. 1.5) |
%stealablock_rebirth_cost% | Raw cost of the player's next rebirth |
%stealablock_rebirth_cost_formatted% | Same, shorthand-formatted |
%stealablock_plot% | The plot number the player currently occupies, or None |
Scoreboard placeholders
Available in every line of scoreboard.yml's sidebar and TAB header/footer:
| Placeholder | Meaning |
|---|---|
%player% | The viewing player's name |
%online% / %max_players% | Online player count / server's configured slot cap |
%tps% | Current server TPS, one decimal place |
%balance% / %balance_formatted% | Raw / shorthand-formatted balance |
%rebirth% | Rebirth level |
%credits% | Credits balance |
%money_boost% | Current money multiplier |
%prestige% | Prestige level |
Milestone lore placeholders
Available inside milestones.yml's lore-locked/lore-unlocked/lore-claimed lists:
| Placeholder | Meaning |
|---|---|
%progress% | Blocks discovered so far in that rarity tier |
%total% | Total blocks that exist in that rarity tier |
General message placeholders
Used throughout messages.yml:
Identity
%prefix%%name%%player%%admin%
Values
%amount%%balance%
Note
Placeholders are substituted with plain text before colorizing — never small-cap or otherwise edit the placeholder tokens themselves when customizing a message.
