Language & Currency

Currency

Hytale: Your game, your server

from 6.96
AUD /month
from 8.19
BGN /month
from 25.50
BRL /month
from 6.76
CAD /month
from 3.81
CHF /month
from 33.92
CNY /month
from 101.58
CZK /month
from 31.31
DKK /month
from 4.19
EUR /month
from 3.67
GBP /month
from 38.70
HKD /month
from 31.58
HRK /month
from 1,578.08
HUF /month
from 83,103.20
IDR /month
from 15.55
ILS /month
from 450.51
INR /month
from 601.27
ISK /month
from 771.50
JPY /month
from 7,132.43
KRW /month
from 85.14
MXN /month
from 19.25
MYR /month
from 46.96
NOK /month
from 8.27
NZD /month
from 285.32
PHP /month
from 17.70
PLN /month
from 21.35
RON /month
from 491.07
RUB /month
from 44.68
SEK /month
from 6.26
SGD /month
from 153.76
THB /month
from 217.44
TRY /month
from 4.95
USD /month
from 78.85
ZAR /month
from 12.70
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.