Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
â DeathPoint
Never lose your stuff again.
Track every place you died, navigate back with a compass, or teleport straight to your loot.
Features
- Auto-save on death Every death location is recorded instantly with world name, coordinates and timestamp
- Full history Keep up to 5 (configurable) past death locations per player
- Compass navigation
/dp compasspoints your compass directly toward your death spot - Teleport
/dp tpsends you back instantly (configurable cooldown, permission-gated) - Per-world support Works across all worlds, warns you when your death was in another dimension
- Persistent data History survives server restarts, saved in YAML
- MiniMessage styling All messages fully customizable with RGB colors and gradients
- Lightweight Zero dependencies, pure Paper API, ~300 lines of code
Commands
| Command | Description | Permission |
|---|---|---|
/dp |
Show your last death location | deathpoint.use |
/dp list |
Show full death history | deathpoint.use |
/dp compass [n] |
Point compass to death #n | deathpoint.compass |
/dp tp [n] |
Teleport to death #n | deathpoint.tp |
/dp clear [player] |
Clear death history | deathpoint.clear |
Aliases: /death, /dp
Permissions
| Permission | Default | Description |
|---|---|---|
deathpoint.use |
everyone | Access /dp and /dp list |
deathpoint.compass |
everyone | Use compass feature |
deathpoint.tp |
op | Teleport to death locations |
deathpoint.clear |
everyone | Clear own history |
deathpoint.admin |
op | Clear others' history, bypass cooldowns |
Configuration
# How many death locations to remember per player (max 10)
history-size: 5
# Cooldown in seconds between /dp tp uses (0 = disabled)
tp-cooldown: 30
# Send an actionbar message on death showing coordinates
death-actionbar: true
# Play a sound on death location save
death-sound: true
All messages are fully customizable using MiniMessage format with support for RGB colors, gradients, hover text and click events.


