Skip to main content

How to Install Voice Chat(Plasmo)

This guide explains how to install the proximity voice chat plugin Plasmo Voice on a Paper/Purpur server using the Raznar panel.

This feature requires a dedicated UDP Port so voice can be sent between players. Follow the steps below carefully.

Step 1: Download & Upload the Plugin

  1. Download the Plugin:

    • Download the latest version of Plasmo Voice (Spigot/Paper) from Modrinth or SpigotMC.
    • Make sure the version matches your Minecraft server version.
  2. Upload to the Server:

    • Open the Files menu in the Raznar panel.
    • Go into the plugins folder.
    • Upload the Plasmo Voice .jar file there.

Step 2: Creating a Voice Port Allocation

Before activating the plugin, we must prepare a dedicated connection path (Port) for voice. Don't use your Minecraft server's main port.

  1. In the server sidebar menu, click the Network menu.

  2. Click the blue CREATE ALLOCATION button on the right.

  3. In the PROFILE section, change from "Minecraft Java" to "Voice Server (9000 - 9100)".

    Creating a Voice Server Port Allocation

  4. Click the CREATE button.

Now you'll see a new IP and Port appear in the Network list (Example: 103.xx.xx.xx : 9005).

NOTE THIS PORT

Pay attention to the 4-digit port number you just created (for example: 9005). You'll need it in the next step.


Step 3: Plugin Configuration

Now we'll enter the port that was just created into the plugin configuration.

  1. Restart the Server once to let the plugin create the default configuration folder.
  2. Once the server is on, turn the server off again (Stop).
  3. Open the Files menu -> plugins -> PlasmoVoice -> config.toml.
  4. Find the [host] configuration section. Change the values as shown below:
[host]
ip = "0.0.0.0"

# REPLACE WITH THE PORT YOU CREATED EARLIER
port = 9005
  1. Save the file (Save Content).
  2. Start the server.

Step 4: Verification & Client Installation

Check Whether It Worked Look at the Console section when the server starts. If you see a green message like: [PlasmoVoice] Voice server started on 0.0.0.0:9005 Then the voice server has successfully started!