How to Change the Death Penalty on Your Hytale Server

Published June 9, 2026 · By Host Havoc Technical Support Team

Hytale lets you control how death affects a player's inventory. You can configure whether players lose all items, no items, or a percentage of items and durability when they die.

Before you start: Stop your server before editing configuration files.

  1. Log in to the Game Control Panel and stop your server.
  2. Navigate to the Configuration Files page.
  3. Open the World Config File (universe\worlds\default\config.json) using the Text Editor.
  4. Locate the "GameplayConfig": "Default", line and press Enter to add a new line after it.
  5. Paste the following block:
    "Death": {
      "RespawnController": {
        "Type": "HomeOrSpawnPoint"
      },
      "ItemsLossMode": "Configured",
      "ItemsAmountLossPercentage": 10.0,
      "ItemsDurabilityLossPercentage": 10.0
    },
    

  6. Set ItemsLossMode to one of the following values:
    • "All" - The player loses every item in their inventory.
    • "None" - The player loses no items.
    • "Configured" - The player loses a percentage of items and durability (see below).

  7. If you chose "Configured", adjust these values to your preference:
    • ItemsAmountLossPercentage - Percentage of items lost from the player's inventory on death.
    • ItemsDurabilityLossPercentage - Percentage of durability lost from items remaining in the player's inventory on death.
  8. Click Save & Exit.

Start your server. The death penalty settings take effect immediately for all players.

For related gameplay settings, see how to change server settings.