Skip to content

How to setup and use Proximity Chat in Minecraft

  • Installing Proximity Chat (Spigot/Paper)
    • Using AleForge’s Blacksmith’s Portal
    • Self-Hosting/Other Providers
  • Installing Proximity Chat (Forge/Fabric)
    • Using AleForge’s Blacksmith’s Portal
    • Self-Hosting/Other Providers

[Proximity Chat](https://www.curseforge.com/minecraft/mc-mods/simple-voice- chat) is a Minecraft mod that allows you to have voice chat in Minecraft that is dependent on player position in the world. Keep in mind that in order for players to use Proximity Chat they will need to install the mod locally on their client as well.

Proximity Chat requires an additional port added to your server. [For details, see this guide](https://help.aleforge.net/article/568-how-can-i-get-an- additional-port-for-my-server)

Installing Proximity Chat on your server (Spigot/Paper)

Using Blacksmith’s Portal

  1. Open the Blacksmith’s Portal
  2. Stop your server
  3. Go to Templates
  4. Select Simple Voice Chat
  5. Select the Voice Chat Port you’d like to use for Simple Voice Chat and click Install

  1. Start your server and it will be configured

Self-Hosting/Other Providers

  1. Download the appropriate Proximity Chat version for the mod loader your server is using
  2. Stop your server
  3. Open the location of your server’s files
  4. Drag and drop the uploaded .jar file you downloaded to the plugins folder of your server
  5. Start your server once to get it to generate the config files for Simple Voice Chat
  6. Open plugins/voicechat/voicechat-server.properties and change port= to the additional port you opened for Simple Voice Chat
  7. Restart your server Simple Voice Chat will be installed

Installing Proximity Chat on your server (Forge/Fabric)

Using Blacksmith’s Portal

  1. Download the appropriate Proximity Chat version for the mod loader your server is using
  2. Open the Blacksmith’s Portal
  3. Stop your server
  4. Go to File Manager and upload Proximity Chat to the mods folder for the version of Minecraft you are running
  5. Start your server to generate the configuration file. Once your server has gotten to the Online state, stop it
  6. Go to Dashboard and take note of the Server IP. This should be 4 sets of numbers, not a .aleforge.netaddress
  7. Go to Network

  1. Take note of the non-Primary port. In the example, it is 25599 . If you do not see a non-primary port click Create Allocation
  2. Find the configuration file for Simple Voice Chat. On Forge/Fabric servers, it will be in config/voicechat/voicechat-server.properties
  3. Change the port to your non-Primary port and save the file

  1. Now, look for voice_host and set it to voice_host=<server_ip>:<port> , e.g. 104.194.11.237:25599
  2. Start your server and connect

Self-Hosting/Other Providers

  1. Download the appropriate Proximity Chat version for the mod loader your server is using
  2. Stop your server
  3. Open the location of your server’s files
  4. Drag and drop the uploaded .jar file you downloaded to the mods folder of your server
  5. Start your server once to get it to generate the config files for Simple Voice Chat
  6. Open config/voicechat/voicechat-server.properties and change port= to the additional port you opened for Simple Voice Chat
  7. Restart your server Simple Voice Chat will be installed