JReports is a very simple, customisable reporting plugin for Bungeecord and Waterfall.
Players are able to report other players directly to staff with an optional webhook to also send the report into a Discord channel for staff to look at later!
Permissions and messages are fully customisable.
Free and Open Source with an active developer.
Code (YAML):
discord:
sendToDiscord: false
# Set to true to enable Discord integration webhook: https://discordapp.com/api/webhooks/1234567890/abcdefghijklmnopqrstuvwxyz
# Discord webhook URL if you want to reports messages to Discord alertPermission: "jreports.alert"# Permission required to receive alerts when a report is submitted reportPermission: "jreports.report"# Permission required to submit a report reloadPermission: "jreports.reload"# Permission required to reload the plugin
# Internal Placeholders for Report Alert Message # %offender% - The name of the player being reported # %reporter% - The name of the player submitting the report # %reason% - The reason for the report # %server% - The name of the server the report was submitted on messages:
invalid-user: "Invalid user" no-reason-provided: "No reason provided" no-permission: "You do not have permission to use this command" report-sent: "Report sent" reportAlert: |-