πŸ“²Report

Allow players to report others

config.yml
report:
    enabled: true
    teleport_on_click: true
    message:
    - '&f-----------------------------'
    - '&eNew Report from {player}!'
    - '&fReported: &c{reported}'
    - '&fReason: &b{reason}'
    - '&fServer: &b{server}'
    - '&eClick to teleport'
    - '&f-----------------------------'
    discord_hook:
        enabled: false
        url: https://discord.com/api/webhooks/xxxxxxxx/yyyyyyyyyyyy
        avatar: https://www.spigotmc.org/data/resource_icons/123/123517.jpg?1742847968
        username: VelocityUtils
        color_rgb: 240,43,20
        title: πŸ“’User ReportπŸ“’
        message: |
            πŸ“’ **New Report from {reporter}**
            πŸ‘€ **Reported:** {reported}
            πŸ“„ **Reason:** {reason}
            🌍 **Server:** {server}

If enabled, players can use /report command to report others

It will send a message to all staff with the required permission

If the option teleport_on_click is enabled, you can teleport to the server of the reported player by clicking on the message

You can connect a discord webhook to send a message to a discord channel.

Last updated