This guide shows you how to modify what happens when players die on your Hytale server. You can turn off penalties completely, make players drop all items, or fine-tune the exact percentages.
Configuring Death Settings
- 1Log in to the Game Host Bros Panel and stop your server.
- 2Go to
File Managerin the sidebar. - 3Open the
universe/worlds/directory and select your world folder. - 4Edit the
config.jsonfile. - 5Below
GameplayConfig, insert this block: - 6
"Death": { "RespawnController": { "Type": "HomeOrSpawnPoint" }, "ItemsLossMode": "Configured", "ItemsAmountLossPercentage": 10.0, "ItemsDurabilityLossPercentage": 10.0 }, - 7Change the values based on your preferences (reference the table below).
- 8Save the file and start your server.
Available Settings
| Setting | What It Does |
|---|---|
ItemsLossMode | Controls the death penalty mode:None = Keep everythingAll = Drop everythingConfigured = Custom percentages |
ItemsAmountLossPercentage | How many items are lost (0-100) |
ItemsDurabilityLossPercentage | How much durability items lose (0-100) |
Note
Death penalties are configured per-world. You'll need to edit each world's config.json separately if you want different settings.
Related Guides
Still need help?
Can't find what you're looking for? Our friendly support team is ready to help.