Setting the Death Penalty on your Palworld Dedicated Server
In Palworld you can set your death penalty to have one of the following options:
- All items, equipment, and pals dropped on death
- All items, and equipment dropped on death
- Only items dropped on death
- Nothing drops on death
Accessing the configuration file
Using the Physgun Gamepanel using the configuration file is incredibly easy! No more annoying syntax errors or messy code!
- Visit Your Server in the Physgun Gamepanel
- Navigate to
Configuration > Palworld Settings
- Search for
Death Penalty
in the configuration editor (You can use CTRL + F in your browser)
Dropping all items, equipment, and pals
This will ensure on death you will drop basically everything
- Change
DeathPenality
toDeathPenality=All
- Click “Submit” to save your changes!
Dropping all items, and equipment
On death you will drop all your items and equipment, pals will not drop on death.
- Change
DeathPenality
toDeathPenality=2
- Click “Submit” to save your changes!
Dropping all items
On death you will drop all your items, pals and equipment will not drop on death.
- Change
DeathPenality
toDeathPenality=1
- Click “Submit” to save your changes!
Dropping nothing
Nothing will drop when you die, basically keep inventory!
- Change
DeathPenality
toDeathPenality=0
- Click “Submit” to save your changes!