Configuration
Webhooks
Commands
- /report (player) (reason) âš Submits a report for a player
- /report list âš Opens the report management GUI
- /report reload âš Reloads the report configuration
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/Report
|- config.yml
|- messages.yml
|- webhook.yml
|- gui.yml
|- reports.db
report-cooldown: 60 # Report cooldown for players
webhook-url: '' # Paste your webhook url here
ping-role-id: 'ROLE_ID_HERE'
# Paste your role id which role you want to ping when a report gets sent
message: # webhook message content
title: 'ðĻ New Report'
footer: 'SMP Report System'
fields:
reported-player: 'Reported Player'
reporter: 'Reporter'
reason: 'Reason'
report-id: 'Report ID'
| Permission | Description | Default |
|---|---|---|
smp.report | Submits reports with /report | true |
smp.report.notify | Receives staff report notifications | op |
smp.report.list | Opens the report management GUI with /report list | op |
smp.report.reload | Reloads the report configuration with /report reload | op |