This plugin targets the Velocity Minecraft server proxy. It should be used with the mumble-link-fabric client mod v0.7.5 (don't also install the Fabric MumbleLink mod server-side, this is a replacement). Installing this allows clients to automatically join a VoIP server of your choosing.
Download plugin JAR here
or build from source with gradlew build
.
Move it into the Velocity plugin folder.
Create a file ./plugins/mumble-link/fabric-mumblelink-mod.toml
like this:
# required
mumbleServerHost = ":[email protected]"
# optional port number
mumbleServerPort = -1
# Uncomment one of these options
# registerCommand = true # auto launch with `/launchmumble`
# launchOnConnect = true # auto launch when players log in
- Change context for multi-world support
- Implement voipClient, mumbleServerPath and mumbleServerQuery
Credits to Mitchell Skaggs @magneticflux-
for developing the original
fabric-mumblelink-mod
under the LGPLv3 license.