# Config

## 📝 Report Cooldown

```lua
ReportCooldownMinutes = 10
```

* Defines the **cooldown period** (in minutes) between sending player reports.
* Example: If set to `10`, once a player submits a report, they must wait **10 minutes** before sending another one.

***

👉 In short: This prevents players from spamming the report system.
