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

# How to Configure Offline Raiding Protection in V Rising

> Configure offline raid protection on your V Rising server by setting siege golem windows and castle vulnerability timers to prevent attacks on absent players.

## Siege Defense: Raid Windows

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

> V Rising does not have a "Magic Shield" or plugin that detects if a player is offline. Instead, fairness is enforced via **Raid Windows**. By restricting the hours in which a Siege Golem can be summoned, you ensure that players only need to defend their castles during specific, predictable times of the day.

| Reading Time |  Difficulty  | Last Updated |
| :----------: | :----------: | :----------: |
|   5 minutes  | Intermediate | January 2026 |

***

## Schedule Configuration

You can define separate windows for Weekdays and Weekends in `ServerGameSettings.json`.

### 1. Weekday Schedule

```json theme={null}
"VSCastleWeekdayTime": {
  "StartHour": 18,
  "EndHour": 22,
  "TimeZone": "Local"
}
```

**Effect:** Castles are invulnerable Monday-Friday, except between 6:00 PM and 10:00 PM.

### 2. Weekend Schedule

```json theme={null}
"VSCastleWeekendTime": {
  "StartHour": 16,
  "EndHour": 23,
  "TimeZone": "Local"
}
```

**Effect:** A wider window is opened on Saturday and Sunday.

***

## Golem Durability

To further discourage "easy" raids, you can buff the Siege Golem mechanics:

* **`SiegeWeaponHealth`:** Set to `High` to make Golems harder to destroy.
* **`CastleSiegeTimer`:** Increase this value (in seconds) to extend the "Announcement" phase. If set to `300`, the entire server gets a 5-minute warning that a Golem has been placed on the map before it can throw its first punch.

<Note>
  ### Support Channels

  If you need assistance or have any questions, please contact our support team:

  * **Live Chat:** Available on our website
  * **Website Ticket:** [Submit a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### First Month Discount

  Use code **KB20** at checkout to get **20% off** your first month of hosting!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **V Rising:** Siege parameters set.
</div>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>
