Simple Voice Chat allows you to talk to other players in-game using your voice in close proximity. This article covers both the mod and plugin versions of Simple Voice Chat.
Installing Simple Voice Chat
Install Simple Voice Chat on your server using one of the below guides. Make sure you install the same version on both your server and client.
- Installing a Plugin using Multicraft Control Panel
- Adding Additional Mods to your Minecraft Modded Server
Now that Simple Voice Chat is installed on your server, let's get it working.
Method 1: Same Port
- In the control panel, stop the server and then select
Configsfrom the left hand menu - Search for
voicechat-server.propertiesusing the File filter box - Click on the config file to edit its contents:
- Plugin config file: plugins/voicechat/voicechat-server.properties
- Mods : voicechat-server.properties
- Find the port setting and change it to
-1, the line should look like this
port=-1
- Click Save
This port is also used by Minecraft as a query port. Using it for voice chat may cause errors/crashes. However, we do not use the query port for interacting with the server so we have never seen any conflict arise from using it for voice chat.
Method 2: Additional Port
- In the control panel, stop the server and then select
Additional Portsfrom the left hand menu - Click Add Port at the top of the left hand menu
This will assign a port value for use with your server, make a note of it - Select
Configsfrom the left hand menu - Search for
voicechat-server.propertiesusing the File filter box - Click on the config file to edit its contents:
- Plugin config file: plugins/voicechat/voicechat-server.properties
- Mods : voicechat-server.properties
- Find the port setting and change it to the port value that was assigned, the line should look something like this, just replace
8999with your assigned port value
port=8999
- Click Save
US Multicraft
EU Multicraft
Aus Multicraft