Skip to content

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.

  1. Stop the server
    Stop your server via the dashboard.

  2. Connect via SFTP
    Connect to your server via SFTP.

  3. Open config file
    Open the file PalWorldSettings.ini at:

    /Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
    /Pal/Saved/Config/LinuxServer/PalWorldSettings.ini
  4. Adjust limit
    Find the parameter DropItemMaxNum and adjust the value:

    DropItemMaxNum=3000
    DropItemMaxNum=3000
  5. Start the server
    Start your server.

Examples:

ValueDescription
1000Fewer items on the ground
3000Default
5000More items on the ground

Warning

High values can affect server performance.