Placeholders
PlaceholderAPI placeholders (%alphagraves_*%) other plugins can use, hologram placeholders, and internal {curly} placeholders used in messages.yml.
PlaceholderAPI — %alphagraves_*%
Registered automatically when PlaceholderAPI is installed. Identifier: alphagraves.
| Placeholder | Returns |
|---|---|
%alphagraves_total_graves% | Total slots the player has permission for, regardless of state |
%alphagraves_usable_graves% | Slots currently READY — free for the next death, or claimable right now |
%alphagraves_active_graves% | Slots currently holding stored items |
%alphagraves_cooldown_graves% | Slots on reuse cooldown |
%alphagraves_has_active_grave% | true/false — at least one slot grave exists |
%alphagraves_next_grave_time% | Time until the first LOCKED slot becomes claimable, or "ready" if none are locked |
%alphagraves_physical_count% | Number of active physical graves (fallback + PvP) owned by the player |
%alphagraves_nearest_grave% | Coordinates of the nearest physical grave, e.g. "10, 64, 30", or "none" |
Hologram placeholders
Available in grave-hologram.lines / pvp-lines:
| Placeholder | Meaning |
|---|---|
{player} | Grave owner's name (the victim) |
{killer} | Killer's name — PvP graves only, empty string otherwise (safe to leave in shared lines) |
{time_remaining} | Time until the grave expires, e.g. "4m 30s" |
{death_cause} | How the player died, e.g. "fell from a high place" |
Message placeholders
Used throughout messages.yml — not every key uses every placeholder:
Identity
{prefix}{player}
Grave-specific
{slot}{time_left}{location}{status}{time}{type}{count}
Note
Colors accept both legacy & codes and hex <#RRGGBB> in the same message — mix freely.
