Files
2026-07-30 17:29:48 +02:00

805 B

LootLoss Mod

This is an Fabric Server mod for version 26.2

About

This mod gives you more control over item loss on death.

You set a percentage, and for each stack in your inventory a random number is rolled. If it's below that percentage, the stack is dropped (along with a nice message in chat). Everything else stays in your inventory.

Usage

/lootloss get
/lootloss set <percentage 0-100>

For vanilla behavior (lose everything), just set to 100. To disable set it to 0 (same as keep_inventory true).

The percentage is stored in <server-root>/config/lootloss.json and persists across server restarts.

Vesions

AI

This mod was 100% vibe coded. It has been tested but dont expect much