# Enable or Disable Raids on Your Palworld Server (/docs/palworld/raid-settings)



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

Raids are enemy invasions that attack player bases. Supply drops are periodic loot meteorites.

Raid Settings [#raid-settings]

In `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`:

| Setting               | Default | Description                  |
| --------------------- | ------- | ---------------------------- |
| `bEnableInvaderEnemy` | `True`  | Enable base raid events      |
| `SupplyDropSpan`      | `180`   | Minutes between supply drops |

Disable Raids [#disable-raids]

```
bEnableInvaderEnemy=False
```

Change Supply Drop Frequency [#change-supply-drop-frequency]

```
SupplyDropSpan=60
```

| Value | Frequency               |
| ----- | ----------------------- |
| `60`  | Every hour              |
| `120` | Every 2 hours           |
| `180` | Every 3 hours (default) |
| `360` | Every 6 hours           |
| `0`   | Disabled                |

> 💡 **Tip:** Reducing `SupplyDropSpan` to `60` gives players more frequent loot events, which keeps things exciting.

Related Guides [#related-guides]

* [Server Configuration](/docs/palworld/server-settings)
* [Structure Damage](/docs/palworld/structure-damage)
