Language & Currency

Currency

Hytale: Your game, your server

from 6.88
AUD /month
from 8.19
BGN /month
from 24.48
BRL /month
from 6.74
CAD /month
from 3.88
CHF /month
from 32.40
CNY /month
from 101.75
CZK /month
from 31.32
DKK /month
from 4.19
EUR /month
from 3.57
GBP /month
from 37.45
HKD /month
from 31.58
HRK /month
from 1,513.97
HUF /month
from 86,305.20
IDR /month
from 14.40
ILS /month
from 459.73
INR /month
from 600.01
ISK /month
from 775.19
JPY /month
from 7,146.51
KRW /month
from 83.63
MXN /month
from 19.49
MYR /month
from 46.41
NOK /month
from 8.24
NZD /month
from 294.82
PHP /month
from 18.18
PLN /month
from 21.99
RON /month
from 491.07
RUB /month
from 46.24
SEK /month
from 6.18
SGD /month
from 160.20
THB /month
from 224.78
TRY /month
from 4.78
USD /month
from 78.67
ZAR /month
from 30.18
date /month

Change settings for the player death penalty

Do you want to keep your inventory after your death in the game?
Or lose everything?
Or only lose a part of it?
We explain what you need to do to make the necessary changes.

Download Config

  1. If not already running, start your server.
    Important, otherwise the required FTP is not available.
  2. Stop your server.
  3. Connect with your FTP client to the Gameserver FTP.
    You can find the required login data in the server settings under FTP.
  4. Navigate to the following directory:
    hytale-data/Server/universe/worlds/NameOfYourWorld
    The default name for your world is Default
  5. Download the config.json.

Edit Config

Open the config.json with e.g. Notepad.
The available settings for death are the following:

SettingDescriptionValues
ItemsLossModeControls the general behavior on player deathNone: Keep everything
All: Lose everything
Configured: Allows finer settings
ItemsAmountLossPercentageWorks only if Mode is Configured.
Controls how many % of an item stack are lost on death
0 - 100
ItemsDurabilityLossPercentageWorks only if Mode is Configured.
How much durability an item loses in %
0 - 100


  1. Find the following line:
    "GameplayConfig": "Default",
  2. Insert the following section in the line after it:
"Death": {
   "RespawnController": {
     "Type": "HomeOrSpawnPoint"
   },
   "ItemsLossMode": "Configured",
   "ItemsAmountLossPercentage": 50.0,
   "ItemsDurabilityLossPercentage": 10.0
 },
  1. The section should now look like this:
"GameplayConfig": "Default",
"Death": {
   "RespawnController": {
     "Type": "HomeOrSpawnPoint"
   },
   "ItemsLossMode": "Configured",
   "ItemsAmountLossPercentage": 50.0,
   "ItemsDurabilityLossPercentage": 10.0
 },
  1. Adjust the values for ItemsLossMode, ItemsAmountLossPercentage and ItemsDurabilityLossPercentage.
  2. Save your changes.

Upload Config

  1. Please make sure that your server is still stopped.
  2. Connect to the Gameserver FTP with your FTP client.
  3. Upload your modified config.json to the following directory:
    hytale-data/Server/universe/worlds/NameOfYourWorld
    Make sure the existing config.json is overwritten.
  4. Start the server again.