Disannouncer 提供一个命令(带有别名)将消息广播到多个地方:
* 到游戏内聊天:

* 并且通过 webhook 到 Discord 服务器:

示例配置在 plugins/Disannouncer/config.yml:
```yaml
discord_webhook: https://discord.com/api/webhooks/
server_start_color: green
server_stop_color: yellow
command_color: aqua
```