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
-
Download the Plugin:
-
Upload to the Server:
- Open the Files menu in the Raznar panel.
- Go into the
pluginsfolder. - Upload the Plasmo Voice
.jarfile 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.
-
In the server sidebar menu, click the Network menu.
-
Click the blue CREATE ALLOCATION button on the right.
-
In the PROFILE section, change from "Minecraft Java" to "Voice Server (9000 - 9100)".
-
Click the CREATE button.
Now you'll see a new IP and Port appear in the Network list (Example: 103.xx.xx.xx : 9005).
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.
- Restart the Server once to let the plugin create the default configuration folder.
- Once the server is on, turn the server off again (Stop).
- Open the Files menu ->
plugins->PlasmoVoice->config.toml. - 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
- Save the file (Save Content).
- 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!