πŸ“™StaffChat & AdminChat

Allow staff to send message between them

config.yml
staffchat:
    enabled: true
    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: 20,200,240
        title: πŸ—¨οΈStaff ChatπŸ—¨οΈ
        message: |
            πŸ—¨οΈ **Staff Chat from {player}**
            🌍 **Server:** {server}
            πŸ’¬ **Message:** {message}
adminchat:
    enabled: true
    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: 196,3,184
        title: πŸ—¨οΈAdmin ChatπŸ—¨οΈ
        message: |
            πŸ—¨οΈ **Admin Chat from {player}**
            🌍 **Server:** {server}
            πŸ’¬ **Message:** {message}

If enabled, staff with the required permission can use /staffchat and/or /adminchat to send messages between them

You can use the command /staffchat <message> or /adminchat <message>, replacing with the message you want to send. Or, if you have the link plugin, you can enable/disable each chat, by using the single command, and then send messages by writting normally in the chat.

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

Last updated