> ## Documentation Index
> Fetch the complete documentation index at: https://docs.purpify.host/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable Java Hardcore mode

> Enable or disable Hardcore behavior on a Purpify Minecraft Java Edition server.

Set `hardcore=true` in `server.properties` to enable Hardcore behavior. Create a backup first because player death has lasting consequences.

<Steps>
  <Step title="Create a backup">
    Back up the server before changing Hardcore mode.
  </Step>

  <Step title="Stop the server">
    Wait for the server to shut down cleanly.
  </Step>

  <Step title="Edit the property">
    Open `server.properties` and set:

    ```properties theme={"dark"}
    hardcore=true
    ```
  </Step>

  <Step title="Restart and verify">
    Save the file, start the server, and confirm the setting before inviting players.
  </Step>
</Steps>

To disable Hardcore behavior, repeat the procedure with `hardcore=false`.

<Warning>
  Disabling Hardcore mode does not automatically restore a dead player's inventory, position, or previous game mode. Restore a backup if you need to reverse world and player changes caused by a death.
</Warning>
