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

# Configuration

***

<mark style="color:$success;">Config.lua</mark>

```lua
Config = {}

Config.Cooldown = 5 * 60000 -- the time to recover from the effects of the poison is reset if the attacker continues to poison him/her
Config.showMarker = true -- show marker on the head of the player
```
