Skip to content
Back to Homepage

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.

  1. Open the Blacksmith’s Portal
  2. Stop your server
  3. Go to Files
  4. Open universe/worlds
  5. Open the folder that is your world name
  6. Open config.json
  7. Paste the following into your config.json under 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

  1. Stop your server
  2. Go to your servers installation directory
  3. Open universe/worlds
  4. Open the folder that is your world name
  5. Open config.json
  6. Paste the following into your config.json under the "GameplayConfig" key.
"Death": {
"RespawnController": {
"Type": "HomeOrSpawnPoint"
},
"ItemsLossMode": "Configured",
"ItemsAmountLossPercentage": 0,
"ItemsDurabilityLossPercentage": 10
},

5. Your server config should look like this.

5. Your server config should look like this.

  1. Restart your server