Never lose your death spot again.
After you die, DeathPin sends a clickable message in chat. One click activates a particle trail that guides you straight back to your items.
- You die
- After respawn you see your death coordinates + direction in chat
- Click [✦ Partikelspur aktivieren] — a glowing trail appears
- Follow the particles back to your stuff
- The trail stops automatically when you arrive
| Platform | Version | Java |
|---|---|---|
| Paper / Spigot / Bukkit | 1.21.x | 21+ |
| Paper / Folia | 26.1+ | 25+ |
| Folia | 1.21.x | 21+ |
The JAR is compiled with Java 21 bytecode, which runs on both Java 21 (1.21.x) and Java 25 (26.1+) servers without changes.
| Command | What it does |
|---|---|
/deathpin |
Toggle trail on/off |
/deathpin show |
Activate trail |
/deathpin hide |
Deactivate trail |
/deathpin info |
Show your last death location |
/deathpin reload |
Reload config (op) |
Aliases: /dp · /pin · /dpin
| Permission | Default | Description |
|---|---|---|
deathpin.use |
everyone | Use all basic commands |
deathpin.reload |
op | Reload the config |
deathpin.bypass.world |
op | Follow trail across worlds |
The full config.yml is generated on first startup. Key settings:
message:
show_coordinates: true # show X/Y/Z in death message
show_direction: true # show compass direction
trail:
particle: END_ROD # particle type
trail_length: 9.0 # how many blocks ahead the trail extends
spacing: 0.5 # density of particles
recalculate_ticks: 30 # path recalculation interval (30 = 1.5s)
arrival_distance: 2.5 # auto-stop radius at death locationAll messages support MiniMessage formatting.
Available particles: END_ROD · FLAME · SOUL · DUST (colored) · SPELL_WITCH · VILLAGER_HAPPY
Requires Java 21 and Maven 3.8+.