Losing your hard-earned items upon death can be incredibly frustrating for players. Fortunately, you can easily configure your Hytale server settings to allow players to keep their inventory, experience, and equipment safely when they respawn.
Let us walk through your MintServers panel and get that death penalty disabled!
Before editing any configuration files, it is essential to take your server offline. This ensures that your changes are saved correctly and prevents file corruption!
Step 1: Stop Your Server
- Log into your MintServers game panel.
- Click the Stop button to safely shut down the server.
Step 2: Access the World Configuration
You will need to edit the specific configuration file for your current world.
- On the left-hand sidebar, navigate to the Files tab to open your File Manager.
- Navigate to the following folder path to locate your world's configuration file:
📁 universe (main server directory)
📁 worlds
📁 default (or your custom world name)
Replace "default" with the actual name of your server's world folder if you are using a custom map!
Step 3: Modify the Gameplay Config
Now we will add the specific code that tells the server not to drop your items.
- Open the file and use the search function (usually CTRL+F) to find the following line: "GameplayConfig": "Default",
- Create a new line immediately after that text and paste the following code block exactly as shown:
This configuration sets the item drop amount and durability loss to absolute zero, effectively disabling the death penalty!
Step 4: Save and Restart
- Double-check that the code is aligned correctly and you didn't accidentally delete any commas.
- Click the Save Content button at the top right of the editor.
- Navigate back to the Console tab and Start your server.
Your server is now configured to keep inventories completely safe when players die!
🛠️ Troubleshooting Configuration
The server wiped the setting back to default or crashed: This usually means there was a syntax typo when editing the JSON file, such as a missing comma at the end of a line or mismatched brackets. Ensure your formatting is exact!
No worries if your items are still dropping or the server refuses to load! Just open a support ticket and our team will gladly jump in and instruct you on how to resolve the configuration.