Discord based proximity voice chat for Minecraft 1.12.2
Download and place the ProxVoice jar in the Forge mod folder. Download and launch the desktop binary that maches your OS. Make sure Discord and Minecraft are running before starting the client. Additionally, make sure proxvoice.config.yml
exists in the same directory as the binary.
TODO
Releases are automatically handled through Github Actions, however, no component currently updates automatically.
ProxVoice is split in two parts – the Minecraft mod and the desktop client.
The mod simply takes player distances and publishes them on a ZeroMQ Pub/Sub socket, providing a light and nonblocking transport.
Currently, this is a rust binary that does not provide a GUI. Config is specified using proxvoice.config.yml
Everything is licensed under GPLv3