# Config File

```
# PlayerReport Configuration
# Author: coderyuvraj

# Cooldown Settings (in seconds)
cooldown:
  enabled: true
  time: 30  # Time in seconds between reports for each player
  bypass-permission: susplugin.cooldown.bypass

# Discord Webhook Settings
# To get a webhook URL:
# 1. Go to your Discord server
# 2. Right-click on the channel where you want reports
# 3. Click "Edit Channel" -> "Integrations" -> "Webhooks"
# 4. Click "New Webhook" or "Copy Webhook URL"
# 5. Paste the URL below

discord:
  enabled: true
  webhook-url: "YOUR_DISCORD_WEBHOOK_URL_HERE"

# Messages
messages:
  report-success: "&aSuccessfully reported &e{player}"
  report-reason: "&7Reason: {reason}"
  notification: "&c[SusPlugin] &e{reporter} &freported &e{player}"
  notification-reason: "&7Reason: {reason}"
  cooldown: "&cPlease wait {time} seconds before reporting again!"

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.twocube.in/plugins/playerreport-plugin/config-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
