k8thekat / GatekeeperV2

Update to Gatekeeper
GNU General Public License v3.0
27 stars 11 forks source link

Feature request: Cross server chat relay. #7

Closed Electrofried closed 2 years ago

Electrofried commented 2 years ago

Being able to relay chat across multiple AMP servers would be a really handy feature. Currently it is possible to output chat to a single discord channel from multiple servers. Any message sent to that channel is then sent to all AMP (minecraft) servers set to use that channel for chat.

However this does not work the other way in that if someone on Minecraft1 sends a message, it goes to discord, but is not then forwarded to Minecraft2 that also uses that same chat channel.

Given it is the same bot, theoretically (I am not a programmer and only know basics), would it be possible to add a check like:

if server chat relay == true then for server chat output to discord also send chat input to AMP servers with relay == true

Thanks!

k8thekat commented 2 years ago

Hey! Just wanted to say thank you fro the suggestion!

Your feature is coming soon! See 9eb5548cd