Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 3 weeks ago
HalfDeath
Configure item loss on death with percentage-based dropping. Instead of losing everything, only a configurable percentage of each ItemStack drops while the rest stays in your inventory.
⚠️ Required Setup
This mod requires /gamerule keepInventory true to function properly.
Features
- Percentage-based item loss: Set what percentage of items drop (0-100%)
- Tool durability damage: All tools lose durability on death (configurable)
- Single item protection: Choose if single-count items should drop
- Admin commands: Full configuration via
/halfdeathcommand - Multi-language: English and Russian support
Configuration
Edit config/halfdeath.json or use commands:
/halfdeath itemDropPercentage <0-100>- Set drop percentage/halfdeath dropSingleItems <true/false>- Single items drop setting/halfdeath toolDurabilityLoss <0-100>- Tool durability loss/halfdeath show- View current settings
Example Config
{
"itemDropPercentage": 50.0,
"dropSingleItems": false,
"toolDurabilityLossPercentage": 25.0
}



