Skip to content

How to Adjust Hunger and Stamina on Your Palworld Server

You can configure how quickly hunger and stamina deplete for players and Pals.

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 values
    Player hunger:

    PlayerStomachDecreaceRate=1.000000
    PlayerStomachDecreaceRate=1.000000

    Player stamina:

    PlayerStaminaDecreaceRate=1.000000
    PlayerStaminaDecreaceRate=1.000000

    Pal hunger:

    PalStomachDecreaceRate=1.000000
    PalStomachDecreaceRate=1.000000

    Pal stamina:

    PalStaminaDecreaceRate=1.000000
    PalStaminaDecreaceRate=1.000000
  5. Start the server
    Start your server.

Examples:

ValueDescription
0.5Slower depletion (easier)
1.0Default
2.0Faster depletion (harder)

Note

The spelling Decreace in the parameter name is intentional and must be used exactly as shown.