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!"

Last updated