nguyenquyhy / DiscordBridge

A Sponge plugin to integrate Minecraft server with a Discord channel
MIT License
31 stars 18 forks source link

Add support for echoing server /say #36

Open trabpukcip opened 7 years ago

trabpukcip commented 7 years ago

It would be a nice feature to have support for the discord bot to echo /say messages from the server console.

Could be prefixed/suffixed something like [CONSOLE] or [SERVER]

nguyenquyhy commented 7 years ago

Is there any benefit of using /say over /discord broadcast.

trabpukcip commented 7 years ago

Much easier to type? 6 years of habits? Easier to format? An alternative would be to perhaps have an option to have /say as an alias

nguyenquyhy commented 7 years ago

It already has an alias of /d bc. I will check if there is a clean way to add this feature.