From bd6a3ab1720bdd8abc182ee144d814b80ac9159d Mon Sep 17 00:00:00 2001 From: coderrquitsreality <71231168+coderrquitsreality@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:12:25 -0400 Subject: [PATCH 1/2] SVC: Added troubleshooting Added troubleshooting section Added tag "svc" for better searching Removed * from IP and left it blank --- content/svc-minecraft.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/content/svc-minecraft.md b/content/svc-minecraft.md index 0071035..7fa79ed 100644 --- a/content/svc-minecraft.md +++ b/content/svc-minecraft.md @@ -1,6 +1,6 @@ +++ title = "Using Simple Voice Chat with playit" -tags = ["minecraft", "simple voice chat", "guide"] +tags = ["minecraft", "simple voice chat", "svc", "guide"] description_file = "descriptions/svc-minecraft.txt" +++ @@ -72,7 +72,7 @@ Navigate to the Simple Voice Chat server configuration file: Modify the following values: ```properties -bind_address=* +bind_address= voice_host=IP_ADDRESS:PORT ``` @@ -83,7 +83,7 @@ Replace `IP_ADDRESS:PORT` with the IP address and port provided by playit. **Example:** ```properties -bind_address=* +bind_address= voice_host=147.185.221.181:25732 ``` @@ -120,3 +120,9 @@ Install a client-side modloader such as **Fabric**. ## Done Simple Voice Chat should now work over playit, allowing players to communicate using proximity voice chat. + +> Troubleshooting +> +> If UDP is causing an issue, try creating a raw UDP tunnel with port `24454` or use [playit 1.0.10](https://github.com/playit-cloud/playit-agent/releases#release-v1.0.10) +> For those using a container such as Docker, use the local IP of the container rather than `127.0.0.1` or `0.0.0.0` +> Set the local port in `voicechat-server.properties` to the public port of the tunnel playit has provided From 4b81e9823e94a4735f0da0c558c4a3686fd8dd95 Mon Sep 17 00:00:00 2001 From: coderrquitsreality <71231168+coderrquitsreality@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:54:16 -0400 Subject: [PATCH 2/2] Simple Voice Chat: Remove a line from troubleshooting section --- content/svc-minecraft.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/svc-minecraft.md b/content/svc-minecraft.md index 7fa79ed..0bc5e80 100644 --- a/content/svc-minecraft.md +++ b/content/svc-minecraft.md @@ -123,6 +123,5 @@ Simple Voice Chat should now work over playit, allowing players to communicate u > Troubleshooting > -> If UDP is causing an issue, try creating a raw UDP tunnel with port `24454` or use [playit 1.0.10](https://github.com/playit-cloud/playit-agent/releases#release-v1.0.10) > For those using a container such as Docker, use the local IP of the container rather than `127.0.0.1` or `0.0.0.0` > Set the local port in `voicechat-server.properties` to the public port of the tunnel playit has provided