PlaceholderAPI
PlaceholderAPI
ChunkClaim provides 3 placeholders via PlaceholderAPI for use in scoreboards, tab lists, chat formatting, and holograms.
Available Placeholders
| Placeholder | Returns | Example |
|---|---|---|
%chunkclaim_count% |
Number of chunks the player has claimed | 3 |
%chunkclaim_limit% |
Max chunks the player is allowed to claim | 15 |
%chunkclaim_in_claim_of% |
Owner name of the current chunk, or Wilderness |
Steve |
Setup
- Install PlaceholderAPI on your server
- ChunkClaim registers its expansion automatically on startup — no
/papi ecloud downloadneeded - Use the placeholders in any PAPI-compatible plugin
Usage Examples
CMI Scoreboard
Scoreboard:
- "&7Claims: &b%chunkclaim_count%&7/&b%chunkclaim_limit%"
- "&7Location: &e%chunkclaim_in_claim_of%"
TAB Plugin (TAB by NEZNAMY)
header: "&bYou have &e%chunkclaim_count%&b claims"
EssentialsX Join Message
join-message: "&a%player% &7entered &e%chunkclaim_in_claim_of%"
Hologram (DecentHolograms)
lines:
- "&b🏠 Claims: &e{papi: chunkclaim_count}&b/&e{papi: chunkclaim_limit}"
Note: The
%chunkclaim_in_claim_of%placeholder updates in real-time as the player moves between chunks.