The Simple Voice Chat plugin enables in-game voice communication without relying on external tools like Discord. This guide explains how to correctly configure the plugin on your HypeSrv Minecraft server.
After installing the plugin, you can find its configuration file at:
voice_host = 0.0.0.0
voice_port = -1
| Setting | Recommended value | Explanation |
|---|---|---|
voice_host | 0.0.0.0 | Binds Voice Chat to all available network interfaces. |
voice_port | -1 | Automatically uses the server’s main port. Recommended for most setups. |
voice_port = -1 is the simplest and safest configuration, as no additional ports are required.If you prefer using a separate port for Simple Voice Chat, you can request an additional port via HypeSrv Support.
Once assigned, update the configuration:
voice_port = <your_port>
If your server:
my.hype.surf)you must set voice_host to the original server address shown in your server settings.
voice_host = zoe.hysrv.eu
voice_host is set to the proxy or domain name.
Always use the original server address.After making changes:
Once the server is back online, players can press V (default key) in-game to start talking.