How to Change the Maximum Dropped Items on Your Palworld Server
You can set how many items can be on the ground at the same time.
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 limit
Find the parameterDropItemMaxNumand adjust the value:DropItemMaxNum=3000DropItemMaxNum=3000Start the server
Start your server.
Examples:
| Value | Description |
|---|---|
1000 | Fewer items on the ground |
3000 | Default |
5000 | More items on the ground |
Warning
High values can affect server performance.