> For the complete documentation index, see [llms.txt](https://fox-store-1.gitbook.io/oz-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fox-store-1.gitbook.io/oz-store/oz_afkscript/installation.md).

# INSTALLATION

You can adjust the configuration of our script manually.\
Here's a look at what the configuration looks like:

```lua
Config = {}

-- Hier den Webhook-Link einfügen
Config.WebhookURL = "DEIN_DISCORD_WEBHOOK_HIER"

-- AFK-Einstellungen
Config.MaxAFKTime = 1800  -- Maximale AFK-Zeit in Sekunden (Standard: 30 Minuten)
Config.WarningTime = 600   -- Sekunden vor dem Kick, wenn die Warnung erscheinen soll (5 Minuten vorher wird er gewarnt)

-- Notify-System: Wähle zwischen "oz_notify", "chat", "mythic_notify" oder "esx_notify"
Config.NotifySystem = "oz_notify"
```

Our AFK script reacts to 4 different notifications\
\
OZ\_Notify:\
chat: It doesn't matter which chat\
mythic\_notify: <https://github.com/JayMontana36/mythic_notify>\
esx\_notify: Standard Notify top center
