How do I turn off item drop on death in Hytale?
Hytale lets you turn off item drop on death, similar to the keep inventory gamerule in Minecraft. Here’s how you can turn that off on your server.
Turning Off Item Drop In Hytale
Section titled “Turning Off Item Drop In Hytale”Using the Blacksmith’s Portal
Section titled “Using the Blacksmith’s Portal”- Open the Blacksmith’s Portal
- Stop your server
- Go to
Files - Open
universe/worlds - Open the folder that is your world name
- Open
config.json - Paste the following into your
config.jsonunder the"GameplayConfig"key.
"Death": { "RespawnController": { "Type": "HomeOrSpawnPoint" }, "ItemsLossMode": "Configured", "ItemsAmountLossPercentage": 0, "ItemsDurabilityLossPercentage": 10},5. Your server config should look like this. 6. Restart your server
Self-Hosting/Other Providers
Section titled “Self-Hosting/Other Providers”- Stop your server
- Go to your servers installation directory
- Open
universe/worlds - Open the folder that is your world name
- Open
config.json - Paste the following into your
config.jsonunder the"GameplayConfig"key.
"Death": { "RespawnController": { "Type": "HomeOrSpawnPoint" }, "ItemsLossMode": "Configured", "ItemsAmountLossPercentage": 0, "ItemsDurabilityLossPercentage": 10},5. Your server config should look like this.

- Restart your server