Skip to content

How do I turn off item drop on death in Hytale?

  • Using AleForge’s Blacksmith’s Portal
  • Self-Hosting/Other Providers

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

Using the Blacksmith’s Portal

  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

Self-Hosting/Other Providers

  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.

  1. Restart your server

Closing

Now you know how to change your Hytale server to lose nothing on death!

Get your own super powered and affordable Hytale server today!