How to Change the Drop Rate on Your Palworld Server
You can adjust the amount of items dropped when gathering and from defeated enemies.
Warning
Make sure your server is stopped before editing the config file. Changes to the PalWorldSettings.ini will otherwise be overwritten by the game.
Stop the server
Stop your server via the dashboard.Connect via SFTP
Connect to your server via SFTP.Open config file
Open the filePalWorldSettings.iniat:/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini/Pal/Saved/Config/LinuxServer/PalWorldSettings.iniAdjust drop rate
There are two parameters for different drop types:Resource drops (mining, gathering):
CollectionDropRate=1.000000CollectionDropRate=1.000000Enemy drops (defeated enemies):
EnemyDropItemRate=1.000000EnemyDropItemRate=1.000000Start the server
Start your server.
Examples:
| Value | Description |
|---|---|
1.0 | Default |
2.0 | Double drops |
5.0 | 5x drops |