πStaffChat & AdminChat
Allow staff to send message between them
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