Simple Discord Link Bot

Simple Discord Link Bot

1M Downloads

[FEATURE REQUEST] Support for Velocity or Multi-Server Setups

onycius opened this issue ยท 8 comments

commented

Velocity is a server proxy used to connect multiple servers together. Currently, there is limited support for Fabric multi-server setups, which is expected since Velocity was originally built to connect Paper/Spigot servers.

It would be nice to be able to relay in-game messages to Discord from more than one server. Existing solutions that claim to support Fabric are difficult to set up, extremely buggy, or not up to date. Simple Discord Link is already the go-to solution for Fabric multiplayer servers, so adding this functionality could significantly expand the capabilities of modern modded Fabric servers.

commented

We already have paper support on the [to-do] (#118) list. Of cause we'll have to compete with DiscordSRV, but it's still being planned for this year.

The paper version will be identical to the current modded version. We basically just have to provide a paper version of CraterLib for it to work

commented

DiscordSRV does not currently support Velocity/Bungee or Fabric.

I'm suggesting that SDLink adds support for multi-server Fabric setups so that each server chat can forward messages to the same channel from the same bot. An approach would be to add support for the Velocity proxy so that it can hook onto the chats of all backend servers collectively and forward the messages from the proxy itself.

Ex) server setup: 1 Velocity Proxy -> backend server 1 and backend server 2
Have SDLink installed on the Velocity proxy and have it read the chats from both backend servers 1 & 2, and relay them to a single Discord Channel

A plugin example (which requires it to be installed on Paper/Spigot backends, so I can't use it for Fabric): https://hangar.papermc.io/beanbeanjuice/SimpleProxyChat

commented

I see what you mean.

That does open you up to some security concerns (which is a big concern for us too), in terms of the "backends" having to expose data so that the velocity server can read it.

It would also put us back on the curseforge malware scanner "blacklist", since they really don't like mods sending data outside of a server.

I will take a look at how such a system can be implemented securely and safely

commented

I know it's pretty niche of a suggestion but so far I haven't seen a proper implementation of this for specifically Fabric/Modded. This would open up so many possibilities since modded server network setups aren't as widely supported as Paper server networks.

I also made suggestions regarding cross-server setups on PatBox's StyledChat and StyledPlayerList as well, which I know you recently just added support for.

Thank you for the quick reply and consideration!

commented

Btw just to add, you can technically run 2 bots (one on each backend server), with the same bot token, channels and webhooks.

The only feature of the mod that will be an issue that way, is the linked commands.

The other thing will be that chats sent in discord, will be shown in both servers, but chats sent from minecraft will only be visible in discord and won't be sent to the other server

commented

@onycius Just wanted to give an update on this

We recently added a feature where if you disable the ignoreBots config, you can have the webhooks/bot messages in the chat channel relayed as well.

So if you set up two discord link bots on the same chat channel, with ignoreBots disabled on both, Bot A will be able to send messages from Bot B to minecraft, and Bot B will be able to send the messages from Bot A.

Not exactly what you are looking for, but something that may work in the mean time

commented

Hey, thank you for the reply! I went ahead and tried setting ignoreBots = false on both bot instances, but nothing changed vs. setting it to true. Is there anything else I should enable/disable in the config, or is this a bug? This is on the latest snapshot of SDL and Craterlib 1.21

Thank you again!

commented

Don't want to get your hopes up too much just yet, but, have a mostly working prototype of a "synced" install.

This basically just syncs chats, join/leave, death and advancement messages. Both in game, and in discord

Image

Image