Description
Description
This mod is aimed at server owners who want in-game, per-world control — especially for PvP vs PvE deaths — without touching server configs.
NoDrop is a Hytale mod that prevents players from losing their inventory items when they die. Instead of dropping 50% of your items on the ground (vanilla behavior), you keep 100% of your inventory after death.
Features
- Keep all inventory items on death - No items drop to the ground
- Partial durability loss - Tools, weapons, and armor still lose 10% durability when you die (encourages repair mechanics)
- Global effect - Works across all game modes and zones
- No performance impact - Pure JSON configuration override
How It Works
This mod overrides the vanilla Default.json gameplay configuration file to change the death mechanics:
Vanilla Behavior:
ItemsLossMode: "Configured"- Drops 50% of inventoryItemsDurabilityLossPercentage: 10.0%- Loses 10% durability
NoDrop Behavior:
ItemsLossMode: "None"- Keeps 100% of inventoryItemsDurabilityLossPercentage: 10.0%- Still loses 10% durability (unchanged)


