File Details
DeathRecovery-1.0.0.jar
- R
- Jan 17, 2026
- 28.22 KB
- 128
- Early Access
File Name
DeathRecovery-1.0.0.jar
Supported Versions
- Early Access
Changelog
[1.0.0] - 2025-01-17
Initial Release
Core Features:
- ✅ Automatic death location tracking with coordinates, world, and timestamp
- ✅ Death history system (stores last 5 deaths per player)
- ✅ Death cause tracking (fall damage, mobs, lava, etc.)
- ✅ Persistent JSON storage with automatic backup recovery
- ✅ Anti-duplicate system with 2-second cooldown
Commands:
/lastdeath [player]- View last death location (alias:/deathloc)/deaths [count]- List death history (up to 5)/deathclear- Clear personal death history/deathshare on|off|add|remove|list- Privacy management
Privacy System:
- 🔒 Private mode (default) - only you see your deaths
- 🌐 Public mode - everyone can view your deaths
- 👥 Whitelist mode - share with specific players only
- Admin override with
deathloc.adminpermission
Technical:
- Debounced saves (1.5s) for performance optimization
- Atomic file writes with
.tmp→.jsonrename - Automatic
.bakcreation on corruption detection - Thread-safe snapshot serialization
Requirements:
- Hytale Server (Early Access)
- Java 17+

