⚠️ Feedback Wanted
I am looking for feedback on what Minecraft version and server platforms/loaders to support. Please fill out this short, anonymous Google Form: https://docs.google.com/forms/d/e/1FAIpQLSfhQhD9tSZK__N1GYHki1t2Zezd6WOd1IuKVqtAxlTQkZf4CA/viewform
⚠️ Warning
This is not an official addon. Please don't go to the Simple Voice Chat discord server for support! Instead, please use GitHub issues for support. I'll try to provide support as soon as possible but there is no guarantee for how long it will take.
Simple Voice Chat Discord Bridge is a Simple Voice Chat addon for Fabric and Paper/Purpur that makes a bridge between Simple Voice Chat and Discord to allow for players without Simple Voice Chat installed on their client to hear and speak. For example, this addon allows Bedrock edition players connected through Geyser to use voice chat!
(For more information on the infrastructure of this project, such as the use of both GitHub and GitLab, scroll down to the last section.)
First, ensure that you have Simple Voice Chat installed and correctly configured. Please refer to the Simple Voice Chat wiki for more info.
ℹ️ Note
Simple Voice Chat Discord Bridge requires version 2.4.11 or later of Simple Voice Chat. Please ensure you have updated!
Then, you'll want to download the latest version of Simple Voice Chat Discord Bridge that is compatible with your Minecraft version.
ℹ️ Note
If you are using the Fabric mod, it requires the Fabric API.
Make sure to run your server once with Simple Voice Chat and Simple Voice Chat Discord Bridge installed to generate Simple Voice Chat Discord Bridge's configuration file.
Fabric: Simple Voice Chat Discord Bridge's configuration file should be located at config/voicechat-discord.yml.
Paper/Purpur: Simple Voice Chat Discord Bridge's configuration file should be located at plugins/voicechat-discord/config.yml.
First, create an application at discord.com/developers/applications by clicking New Application at the top right. Choose the name that you want your bot to be called.

On the left, click Bot. Copy the token by clicking Reset Token. After resetting the token, there should be a Copy button.

Now, open the configuration file with a text editor. Replace DISCORD_BOT_TOKEN_HERE with the token you copied. It should look something like this:
bots:
- token: TheTokenYouJustPasted
vc_id: VOICE_CHANNEL_ID_HERE
Next, click Installation on the left. Change Install Link from Discord Provided Link to None.

Next, click Bot on the left. Scroll down and disable disable Public Bot.

Finally, click General Information on the left and copy the Application ID.

In your browser, go to discord.com/api/oauth2/authorize?client_id=YOUR_APPLICATION_ID_HERE&permissions=36700160&scope=bot but replace YOUR_APPLICATION_ID_HERE with the application ID you just copied. Choose the server you want to invite your bot to. Make sure not to disable any of its permissions.
Now, follow the steps at support.discord.com/articles/Where-can-I-find-my-User-Server-Message-ID to enable Developer Mode in Discord. Then, right click the voice channel you want the bot to use as a bridge between Simple Voice Chat and Discord and click Copy ID.
⚠️ Warning
There cannot be more than one person speaking in the voice channel at a time, or there will be weird audio glitches. We recommend limiting bot voice channels to 2 users to ensure that this does not cause an issue.
Now, reopen the configuration file with a text editor. Replace VOICE_CHANNEL_ID_HERE with the channel ID you copied. It should look something like this:
bots:
- token: TheTokenYouJustPasted
vc_id: TheChannelIDYouJustPasted
You can redo this process for however many bots you want. There is some info in the configuration file about having multiple bots.
ℹ️ Note
The amount of bots you have is equivalent to the amount of people who can be connected to Simple Voice Chat through Discord at one time. So if you have 3 bots, up to 3 people can use the addon at the same time.
If you run into errors while trying to use a bot, please read the console. The errors will always include the vc_id of the bot, which allows you to identify which bot caused the error.
⚠️ Warning
There cannot be more than one person speaking in the voice channel at a time, or there will be weird audio glitches. We recommend limiting bot voice channels to 2 users to ensure that this does not cause an issue.
Most of Simple Voice Chat Discord Bridge's functionality is exposed through the /dvc command. This section will go through all of its subcommands.
For commands that take string arguments, you can wrap them in quotes to escape spaces.
/dvc startStarts a voice chat session using the first available bot. You may have to wait a few seconds for it to start. After it starts, join the voice channel as instructed. You should be able to hear players speak, and other players should be able to hear you speak.
If you are having issues while in a voice chat session, you can try restarting it by using /dvc start again.
/dvc stopStops the current voice chat session and disconnects the bot.
/dvc groupAllows you to list, create, join, leave and remove groups.
/dvc group listGives you a list of all groups.
/dvc group create <name> [password] [type] [persistent]Allows you to create a group.
Arguments:
name (required): The name of the group.password (optional, defaults to "" (no password)): The password of the group. If you don't want a password but want to change the group type or persistency, just pass an empty string: ""type (optional, defaults to normal): Can be normal, open or isolated.normal: Players in a group can hear nearby players that are not in a group, but not vice versaopen: Players in a group can hear nearby players and nearby players can hear players in the groupisolated: Players in a group can only hear other players in the grouppersistent (optional, defaults to false): If true, the group will not be removed once all players leave. Instead, it has to be removed using /dvc group remove <ID>/dvc group join <ID>Allows you to join a group using an ID from /dvc group list.
/dvc group infoGives you info about your current group.
/dvc group leaveAllows you to leave your current group.
/dvc group remove <ID>Allows you to remove a persistent group with no players in it using an ID from /dvc group list.
/dvc togglewhisperAllows you to whisper.
/dvc reloadconfigIf you are a operator (specifically permission level 2 or higher on fabric) or if you have the voicechat-discord.reload-config permission, you can use the /dvc reloadconfig subcommand to reload the config without have to reload/restart the server. Using this subcommand will stop all running bots.
Source code and development is done on GitLab at https://gitlab.com/amsam0/voicechat-discord.
However, because there are a lot more users with GitHub accounts than GitLab accounts, bug reports, feature requests, and general support is done through GitHub at https://github.com/amsam0/voicechat-discord/issues.
In addition, GitHub Actions is used to build and release the addon because I can't be bothered to migrate to GitLab CI. The workflow files are in the GitHub repository at https://github.com/amsam0/voicechat-discord, and you can view workflow run results at https://github.com/amsam0/voicechat-discord/actions. (While using GitHub Actions to clone the GitLab repository arguably reduces security, the GitHub Actions workflows upload the Git repository used to build the release as an artifact to allow for independent analysis. The sha256 hashes of all files and the output of git log is also logged.)
Unknown
Unknown
Terms for using, modifying and redistributing this product.
19.06.2026 · Modrinth
Please note: this version supports the following Minecraft versions: 1.21.9, 1.21.10
Screenshots and images from the original Modrinth page.





Published versions and original Modrinth files.
19.06.2026 · 155 downloads
Please note: this version supports the following Minecraft versions: 1.21.9, 1.21.10
19.06.2026 · 283 downloads
Please note: this version supports the following Minecraft versions: 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8
19.06.2026 · 149 downloads
Please note: this version supports the following Minecraft versions: 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10
19.06.2026 · 176 downloads
Please note: this version supports the following Minecraft versions: 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2
19.06.2026 · 1 149 downloads
Please note: this version supports the following Minecraft versions: 1.21.11
19.06.2026 · 65 downloads
Please note: this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
19.06.2026 · 1 579 downloads
Please note: this version supports the following Minecraft versions: 26.1, 26.1.1, 26.1.2, 26.2
19.06.2026 · 3 242 downloads
19.06.2026 · 461 downloads
Please note: this version supports the following Minecraft versions: 1.19.2, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1
19.06.2026 · 29 downloads
Please note: this version supports the following Minecraft versions: 1.16.5, 1.18.2
Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.1.4...3.2.0
GitHub Actions workflow changes: https://github.com/amsam0/voicechat-discord/compare/3.1.2...3.2.0
02.04.2026 · 1 331 downloads
Please note: this version supports the following Minecraft versions: 1.19.2, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1
02.04.2026 · 399 downloads
Please note: this version supports the following Minecraft versions: 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10
02.04.2026 · 176 downloads
Please note: this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
02.04.2026 · 38 362 downloads
Please note: this version supports the following Minecraft versions: 1.21.11
02.04.2026 · 55 downloads
Please note: this version supports the following Minecraft versions: 1.16.5, 1.18.2
02.04.2026 · 5 929 downloads
opus2 Rust crate. As we already updated to Opus 1.5.2, this shouldn't change anything.Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.1.3...3.1.4
GitHub Actions workflow changes: None
02.03.2026 · 252 downloads
Please note: this version supports the following Minecraft versions: 1.16.5, 1.18.2
02.03.2026 · 5 750 downloads
Please note: this version supports the following Minecraft versions: 1.21.11
02.03.2026 · 310 downloads
Please note: this version supports the following Minecraft versions: 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10
02.03.2026 · 103 downloads
Please note: this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
02.03.2026 · 457 downloads
Please note: this version supports the following Minecraft versions: 1.19.2, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1
02.03.2026 · 2 933 downloads
Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.1.2+build-fix...3.1.3
GitHub Actions workflow changes: None
30.12.2025 · 605 downloads
Please note: this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
30.12.2025 · 2 411 downloads
Please note: this version supports the following Minecraft versions: 1.21.11
30.12.2025 · 864 downloads
Please note: this version supports the following Minecraft versions: 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10
30.12.2025 · 1 167 downloads
Please note: this version supports the following Minecraft versions: 1.19.2, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1
30.12.2025 · 55 downloads
Please note: this version supports the following Minecraft versions: 1.16.5, 1.18.2
30.12.2025 · 4 457 downloads
logs/voicechat-discord.log) to logs/voicechat-discord.txt.Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.1.1...3.1.2+build-fix
GitHub Actions workflow changes: https://github.com/amsam0/voicechat-discord/compare/3.1.1...3.1.2
23.11.2025 · 543 downloads
23.11.2025 · 230 downloads
23.11.2025 · 395 downloads
23.11.2025 · 46 downloads
23.11.2025 · 48 downloads
23.11.2025 · 96 downloads
23.11.2025 · 54 downloads
23.11.2025 · 40 downloads
23.11.2025 · 50 downloads
23.11.2025 · 37 downloads
23.11.2025 · 50 downloads
23.11.2025 · 102 downloads
23.11.2025 · 1 114 downloads
23.11.2025 · 72 downloads
23.11.2025 · 415 downloads
23.11.2025 · 34 downloads
23.11.2025 · 46 downloads
23.11.2025 · 30 downloads
23.11.2025 · 41 downloads
23.11.2025 · 2 483 downloads
23.11.2025 · 111 downloads
23.11.2025 · 27 downloads
whisper_distance SVC config option is now properly supported. (#140)logs/voicechat-discord.log.Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.0.13...3.1.1
31.10.2025 · 190 downloads
31.10.2025 · 284 downloads
31.10.2025 · 104 downloads
31.10.2025 · 168 downloads
31.10.2025 · 82 downloads
31.10.2025 · 246 downloads
31.10.2025 · 758 downloads
31.10.2025 · 119 downloads
31.10.2025 · 1 397 downloads
Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.0.12...3.0.13
18.10.2025 · 193 downloads
18.10.2025 · 254 downloads
18.10.2025 · 32 downloads
18.10.2025 · 117 downloads
18.10.2025 · 92 downloads
18.10.2025 · 143 downloads
18.10.2025 · 72 downloads
18.10.2025 · 352 downloads
18.10.2025 · 736 downloads
Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.0.11...3.0.12
28.07.2025 · 3 531 downloads
[voicechat-discord].Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.10...3.0.11
28.07.2025 · 4 507 downloads
[voicechat-discord].Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.10...3.0.11
02.02.2025 · 18 375 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.9...3.0.10
02.02.2025 · 10 590 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.9...3.0.10
18.01.2025 · 71 336 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.8...3.0.9
18.01.2025 · 724 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.8...3.0.9
05.01.2025 · 438 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.7...3.0.8
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.6...3.0.7
05.01.2025 · 595 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.7...3.0.8
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.6...3.0.7
05.01.2025 · 239 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.5...3.0.6
05.01.2025 · 175 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.5...3.0.6
07.09.2024 · 7 518 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.4...3.0.5
07.09.2024 · 3 480 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.4...3.0.5
15.08.2024 · 732 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.3...3.0.4
15.08.2024 · 802 downloads
Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.3...3.0.4
10.07.2024 · 2 258 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.2...3.0.3
10.07.2024 · 1 744 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.2...3.0.3
09.07.2024 · 123 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.1...3.0.2
09.07.2024 · 184 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.1...3.0.2
09.07.2024 · 120 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.0...3.0.1
09.07.2024 · 172 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.0...3.0.1
04.07.2024 · 299 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.1...3.0.0
04.07.2024 · 379 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.1...3.0.0
22.10.2023 · 4 852 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.0...2.1.1
22.10.2023 · 4 966 downloads
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.0...2.1.1
21.06.2023 · 10 789 downloads
This update has some new features and bugfixes. The minimum Simple Voice Chat version has been increased to 2.4.11.
/dvc group when groups are disabledCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.1...2.1.0
21.06.2023 · 1 882 downloads
This update has some new features and bugfixes. The minimum Simple Voice Chat version has been increased to 2.4.11.
/dvc group when groups are disabledCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.1...2.1.0
20.06.2023 · 191 downloads
This update fixes one of the major issues with 2.0.0. If you are on Fabric, you probably didn't experience it, but you should still update because of the other fixes and improvements.
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.0...2.0.1
20.06.2023 · 163 downloads
This update fixes one of the major issues with 2.0.0. If you are on Fabric, you probably didn't experience it, but you should still update because of the other fixes and improvements.
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.0...2.0.1
14.06.2023 · 467 downloads
Huge thanks to Totobird for being a huge help with this update! Their PR was the main reason I started working on it again.
/dvc command/startdiscordvoicechat was moved to /dvc start/dvc start while in a voice chat session restarts the session/dvc stop/dvc group
/dvc togglewhisper/dvc reloadconfigvoicechat-discord.reload-config permission/dvc checkforupdate/dvc group)
/dvc togglewhisper)Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.4.0...2.0.0
14.06.2023 · 263 downloads
Huge thanks to Totobird for being a huge help with this update! Their PR was the main reason I started working on it again.
/dvc command/startdiscordvoicechat was moved to /dvc start/dvc start while in a voice chat session restarts the session/dvc stop/dvc group
/dvc togglewhisper/dvc reloadconfigvoicechat-discord.reload-config permission/dvc checkforupdate/dvc group)
/dvc togglewhisper)Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.4.0...2.0.0
10.12.2022 · 444 downloads
This release should be functionally identical to 1.3.0 on fabric, but it fixed this paper specific bug: (#4) On paper, the plugin configuration folder is not created
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.3.0...1.4.0
10.12.2022 · 523 downloads
Fixed #4: On paper, the plugin configuration folder is not created
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.3.0...1.4.0
05.12.2022 · 134 downloads
Fixed #2
Dropped Bukkit and Spigot support
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.2.0...1.3.0
05.12.2022 · 345 downloads
Fixed #2
Dropped Bukkit and Spigot support
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.2.0...1.3.0
03.12.2022 · 146 downloads
Fixed some issues with multiple bots
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.1.0...1.2.0
03.12.2022 · 1 523 downloads
⚠️ Warning ⚠️
This is the last release that supports spigot and bukkit. Later releases require Paper. If you are on Paper or Purpur, don’t use this release. Only use this release if you are using Spigot/CraftBukkit and cannot use Paper or Purpur.
Fixed some issues with multiple bots
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.1.0...1.2.0
01.12.2022 · 106 downloads
Internal changes to support Bukkit and Fabric with the same codebase
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.0.0-build4...1.1.0
01.12.2022 · 129 downloads
Internal changes to support Bukkit and Fabric with the same codebase
Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.0.0-build4...1.1.0
28.11.2022 · 509 downloads
Initial release
Code: https://github.com/naturecodevoid/voicechat-discord/tree/1.0.0-build4