🆘HelpOP

Allow players to ask for help

config.yml
helpop:
    enabled: true
    teleport_on_click: true
    message:
    - '&f-----------------------------'
    - '&eNew Help Request from {player}!'
    - '&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: 227,230,14
        title: 📢Help Request📢
        message: |
            📢 **New Help Request from {player}**
            📄 **Reason:** {reason}
            🌍 **Server:** {server}

If enabled, players can use /helpop command to ask staff for help

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 player by clicking on the message

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

Last updated