Holograms
Ascendra can display a floating label above each grave showing the owner, time remaining, and status. Holograms are powered by DecentHolograms and are entirely optional.
Soft dependency
Holograms require DecentHolograms 2.8.9 or newer. If DecentHolograms is not installed, holograms are disabled automatically and the rest of the plugin works normally.
Configuration
holograms:
enabled: true
height: 1.5
line-spacing: 0.25
lines:
- "&f{player}'s Grave"
- "&7{time}"
- "&e{status}"
| Key | Default | Description |
|---|---|---|
holograms.enabled | true | Enables holograms if DecentHolograms is installed. |
holograms.height | 1.5 | Height above the grave block. |
holograms.line-spacing | 0.25 | Vertical spacing between lines. |
holograms.lines | (see above) | The text shown above the grave. Supports & colour codes and placeholders. |
Placeholders
The following placeholders can be used in holograms.lines:
| Placeholder | Meaning |
|---|---|
{player} | The grave owner's name. |
{time} | Time remaining until expiration, or permanent status. |
{status} | The grave's protection / public status. |
Example
holograms:
enabled: true
height: 1.8
line-spacing: 0.3
lines:
- "&6&l{player}'s Grave"
- "&7Expires: &f{time}"
- "&e{status}"
Maintenance
If holograms are ever orphaned — for example after a server crash or a manual database edit — an admin can clear leftover Ascendra holograms with:
/ascendra purgeholograms
See Admin & Maintenance.