> ## 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.

# Configure Java spawn protection

> Change or disable the protected spawn area on a Purpify Minecraft Java Edition server.

Use `spawn-protection` in `server.properties` to control the built-in protected area around the world spawn. Operators can normally build inside this area.

<Steps>
  <Step title="Stop the server">
    Wait for a clean shutdown.
  </Step>

  <Step title="Edit the property">
    Open `server.properties` and enter a non-negative whole number. Use `0` to disable built-in spawn protection.

    ```properties theme={"dark"}
    spawn-protection=0
    ```
  </Step>

  <Step title="Restart and test">
    Start the server and test block placement near world spawn with a non-operator account.
  </Step>
</Steps>

<Note>
  Protection plugins may enforce a separate spawn region. Changing `spawn-protection` does not change regions managed by a plugin.
</Note>
