turt2live / matrix-appservice-minecraft

A Matrix <--> Minecraft bridge
GNU General Public License v3.0
1 stars 0 forks source link

Plugin for server-to-server bridge #1

Open turt2live opened 7 years ago

turt2live commented 7 years ago

Currently planned is a MC plugin for piping messages to the primary bridge more easily, however it may also make sense to write a (very) lightweight server for bridging the entire server to matrix.

Ref: https://matrix.org/docs/guides/types-of-bridging.html

Examples of interaction:

Would probably need a way to have multiple servers running behind the scenes to act as one logical host. For Bungee servers or similar.

turt2live commented 7 years ago

Embedded federation can be achieved with https://github.com/turt2live/matrix-embedded-federation once up and running.

turt2live commented 7 years ago

Embedded federation will be a later update