Skip to content

TjeuKayim/mumblelink-velocity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MumbleLink Velocity

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.

Install

Download plugin JAR here or build from source with gradlew build. Move it into the Velocity plugin folder.

Configuration

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

To Do

  • Change context for multi-world support
  • Implement voipClient, mumbleServerPath and mumbleServerQuery

Open Source

Credits to Mitchell Skaggs @magneticflux- for developing the original fabric-mumblelink-mod under the LGPLv3 license.