Commands
Ascendra's primary command is /ascendra, with the aliases /graves and /grave.
| Command | Description | Permission |
|---|---|---|
/ascendra | Opens the player's grave list GUI. Player-only when run with no arguments. | ascendra.gui |
/ascendra list | Lists all active graves on the server in chat. | ascendra.admin |
/ascendra list <player> | Lists active graves for a specific player. Works for online and offline players. | ascendra.admin |
/ascendra delete <grave-id> | Deletes a grave by its UUID. | ascendra.admin |
/ascendra history <player> | Opens a GUI of recent death history for a player. Player-only. | ascendra.history |
/ascendra reload | Reloads config.yml without restarting the server. | ascendra.reload |
/ascendra purgeholograms | Removes stale DecentHolograms holograms created by Ascendra. | ascendra.admin |
Aliases
All of the following are interchangeable:
/ascendra/graves/grave
For example, /grave list behaves identically to /ascendra list.
Command Notes
/ascendra
With no arguments this is a player-only command. It opens the grave list GUI where the player can browse and open their own active graves. Requires ascendra.gui.
/ascendra delete <grave-id>
Deletes a grave identified by its UUID (use /ascendra list to find IDs). The behaviour for the grave's contents depends on who runs it:
- Run by a player — the grave contents are given to that player where possible.
- Run from console — the contents are dropped at the grave location.
/ascendra history <player>
A player-only admin command that opens a GUI showing recent death history records for the named player. Requires ascendra.history.
/ascendra reload
Reloads config.yml live. Use this after editing the configuration so you don't have to restart the server. Requires ascendra.reload.
/ascendra purgeholograms
A maintenance command that clears out leftover Ascendra holograms from DecentHolograms — useful if holograms were orphaned by a crash or manual database edit. See Admin & Maintenance.