Simple Voice Chat Setup
Simple Voice Chat adds proximity voice communication to your Minecraft server.
In network setups, the plugin must be installed on both the backend server and the Velocity proxy.
Setup Guide
Section titled “Setup Guide”1. Download
Section titled “1. Download”- Download Simple Voice Chat: https://modrinth.com/plugin/simple-voice-chat
2. Backend Configuration (Server)
Section titled “2. Backend Configuration (Server)”Path:
plugins/voicechat/voicechat-server.properties
port=30010 # Must be a free allocation (see Network tab in the panel)bind_address= # Leave emptyDo not change any other settings unless you understand their impact.
3. Velocity Configuration (Proxy)
Section titled “3. Velocity Configuration (Proxy)”Path:
plugins/voicechat/voicechat-proxy.properties
port=30032 # Must be a free allocation (see Network tab in the panel)bind_address= # Leave emptyDo not change any other settings unless you understand their impact.
4. Permissions
Section titled “4. Permissions”| Permission Node | Default | Description |
|---|---|---|
voicechat.listen | Granted for everyone | Allows players to hear voice chat audio. |
voicechat.speak | Granted for everyone | Allows players to transmit audio. |
voicechat.groups | Granted for everyone | Allows players to join voice chat groups. |
voicechat.admin | Operators only | Administrative commands, e.g. /voicechat test. |