# How to Configure Death Penalty on Your Voyagers of Nera Server (/docs/voyagers-of-nera/death-settings)



import { Step, Steps } from 'fumadocs-ui/components/steps';

<Steps>
  <Step>
    Stop the server [#stop-the-server]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), go to **Console** and stop the server.
  </Step>

  <Step>
    Edit CustomGameUserSettings.ini [#edit-customgameusersettingsini]

    Click **Files** in the sidebar and open `BoatGame/Saved/PersistedData/CustomConfig/CustomGameUserSettings.ini`. Set:

    ```ini
    DisableDropItemsOnDeath=True
    ```

    * `False` (default) — players drop their inventory on death
    * `True` — players keep their inventory on death
  </Step>

  <Step>
    Save and start [#save-and-start]

    Click **Save Content** and start from **Console**.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/voyagers-of-nera/server-config)
* [Durability Settings](/docs/voyagers-of-nera/durability-settings)
