Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions content/svc-minecraft.md
Original file line number Diff line number Diff line change
@@ -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"
+++

Expand Down Expand Up @@ -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
```

Expand All @@ -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
```

Expand Down Expand Up @@ -120,3 +120,8 @@ 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
>
> 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