Назад до магазину
Simple Voice Chat Discord Bridge
Modrinth Plugin

Simple Voice Chat Discord Bridge

A mod and plugin to make a bridge between Simple Voice Chat and Discord to allow for players without the mod to hear and speak.

Інформація про Minecraft-продукт

Важливе про товар

Сумісність, версії Minecraft, завантажувачі та дані зовнішнього джерела.

Тип

Plugin

Доступ

Безкоштовно

Остання версія

neoforge-1.21.9-3.2.0

Завантаження

240 003

Завантажувачі / Платформи

bukkit fabric folia neoforge paper purpur spigot

Minecraft версії

1.16.5 1.18.2 1.19.2 – 1.21.11 26.1 26.1.1 26.1.2 26.2

Категорії

adventure social utility

Опис

Докладна інформація

> ⚠️ **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 # Simple Voice Chat Discord Bridge [<img alt="Modrinth" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg">](https://modrinth.com/plugin/simple-voice-chat-discord-bridge) [<img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg">](https://modrinth.com/mod/fabric-api) > ⚠️ **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](https://github.com/amsam0/voicechat-discord/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! - Bug reports, feature requests, and general support: https://github.com/amsam0/voicechat-discord/issues - Changelog: https://gitlab.com/amsam0/voicechat-discord/-/blob/main/CHANGELOG.md - Source code: https://gitlab.com/amsam0/voicechat-discord (For more information on the infrastructure of this project, such as the use of both GitHub and GitLab, scroll down to the last section.) # Installation and Usage First, ensure that you have [Simple Voice Chat](https://modrinth.com/mod/simple-voice-chat) installed and correctly configured. Please refer to [the Simple Voice Chat wiki](https://modrepo.de/minecraft/voicechat/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](https://modrinth.com/mod/simple-voice-chat-discord-bridge/versions) 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](https://modrinth.com/mod/fabric-api). ## Finding the configuration file 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`. ## Setting up a bot First, create an application at [discord.com/developers/applications](https://discord.com/developers/applications) by clicking `New Application` at the top right. Choose the name that you want your bot to be called. ![](https://gitlab.com/amsam0/voicechat-discord/-/raw/main/images/new-application.jpg) On the left, click `Bot`. Copy the token by clicking `Reset Token`. After resetting the token, there should be a `Copy` button. ![](https://gitlab.com/amsam0/voicechat-discord/-/raw/main/images/reset-token.jpg) Now, open [the configuration file](#finding-the-configuration-file) with a text editor. Replace `DISCORD_BOT_TOKEN_HERE` with the token you copied. It should look something like this: ```yaml bots: - token: TheTokenYouJustPasted vc_id: VOICE_CHANNEL_ID_HERE ``` Next, click `Installation` on the left. Change `Install Link` from `Discord Provided Link` to `None`. ![](https://gitlab.com/amsam0/voicechat-discord/-/raw/main/images/remove-install-link.jpg) Next, click `Bot` on the left. Scroll down and disable disable `Public Bot`. ![](https://gitlab.com/amsam0/voicechat-discord/-/raw/main/images/disable-public-bot.jpg) Finally, click `General Information` on the left and copy the Application ID. ![](https://gitlab.com/amsam0/voicechat-discord/-/raw/main/images/copy-application-id.jpg) 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](https://support.discord.com/hc/en-us/articles/206346498-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](#finding-the-configuration-file) with a text editor. Replace `VOICE_CHANNEL_ID_HERE` with the channel ID you copied. It should look something like this: ```yaml 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](#finding-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. ## Troubleshooting 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. ## Using it in-game > ⚠️ **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 start` Starts 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 stop` Stops the current voice chat session and disconnects the bot. ### `/dvc group` Allows you to list, create, join, leave and remove groups. #### `/dvc group list` Gives 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 versa - `open`: Players in a group can hear nearby players and nearby players can hear players in the group - `isolated`: Players in a group can only hear other players in the group - `persistent` (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-remove-id) #### `/dvc group join <ID>` Allows you to join a group using an ID from [`/dvc group list`](#dvc-group-list). #### `/dvc group info` Gives you info about your current group. #### `/dvc group leave` Allows 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-group-list). ### `/dvc togglewhisper` Allows you to whisper. ### `/dvc reloadconfig` If 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.** ## Project Infrastructure 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.)

Розробник

amsam0

Профіль і дані отримано з Modrinth

Відкрити на Modrinth

Галерея продукту

Зображення проєкту

Скриншоти та зображення з оригінальної сторінки Modrinth.

Список змін

Версії проєкту

Опубліковані версії та оригінальні файли Modrinth.

neoforge-1.21.9-3.2.0 Актуальна Release 19.06.2026

Simple Voice Chat Discord Bridge 1.21.9-3.2.0

Підтримувані версії Minecraft
1.21.9 1.21.10
Завантажувачі / Платформи
neoforge
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.9, 1.21.10
neoforge-1.20.5-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 1.20.5-3.2.0

Підтримувані версії Minecraft
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
Завантажувачі / Платформи
neoforge
Показати зміни
**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
fabric-1.21.5-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 1.21.5-3.2.0

Підтримувані версії Minecraft
1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
**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
neoforge-1.21.11-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 1.21.11-3.2.0

Підтримувані версії Minecraft
1.21.11 26.1 26.1.1 26.1.2 26.2
Завантажувачі / Платформи
neoforge
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.11, 26.1, 26.1.1, 26.1.2, 26.2
fabric-1.21.11-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 1.21.11-3.2.0

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.11
fabric-1.21.2-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 1.21.2-3.2.0

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
fabric-26.1-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 26.1-3.2.0

Підтримувані версії Minecraft
26.1 26.1.1 26.1.2 26.2
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 26.1, 26.1.1, 26.1.2, 26.2
paper-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 3.2.0

Підтримувані версії Minecraft
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 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
Завантажувачі / Платформи
folia paper purpur
fabric-1.19.2-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 1.19.2-3.2.0

Підтримувані версії Minecraft
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
Завантажувачі / Платформи
fabric
Показати зміни
**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
fabric-1.16.5-3.2.0 Release 19.06.2026

Simple Voice Chat Discord Bridge 1.16.5-3.2.0

Підтримувані версії Minecraft
1.16.5 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.16.5, 1.18.2 - Add support for Minecraft versions 26.1, 26.1.1, 26.1.2, and 26.2 - Add NeoForge support for Minecraft versions 1.20.5-26.2 (this has been implemented for a while, but I never got around to releasing it) - Drop support for the following Minecraft versions on Paper: 1.16.5, 1.18.2, 1.19.2, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4 - If you need to use any of these versions on Paper, please make an issue on GitHub - Internal changes: - Switch to Mojang mappings on Fabric - Build without obfuscation on Paper (this is why we had to drop support for Minecraft versions below 1.20.5) - Use voicechat_api mod ID instead of voicechat mod ID for checking required voicechat API version on Fabric and NeoForge 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
fabric-1.19.2-3.1.4 Release 02.04.2026

Simple Voice Chat Discord Bridge 1.19.2-3.1.4

Підтримувані версії Minecraft
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
Завантажувачі / Платформи
fabric
Показати зміни
**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
fabric-1.21.5-3.1.4 Release 02.04.2026

Simple Voice Chat Discord Bridge 1.21.5-3.1.4

Підтримувані версії Minecraft
1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
**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
fabric-1.21.2-3.1.4 Release 02.04.2026

Simple Voice Chat Discord Bridge 1.21.2-3.1.4

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
fabric-1.21.11-3.1.4 Release 02.04.2026

Simple Voice Chat Discord Bridge 1.21.11-3.1.4

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.11
fabric-1.16.5-3.1.4 Release 02.04.2026

Simple Voice Chat Discord Bridge 1.16.5-3.1.4

Підтримувані версії Minecraft
1.16.5 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.16.5, 1.18.2
paper-3.1.4 Release 02.04.2026

Simple Voice Chat Discord Bridge 3.1.4

Підтримувані версії Minecraft
1.16.5 1.18.2 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 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
folia paper purpur
Показати зміни
- Updated songbird to the next branch. This should fix any issues with DAVE. - Switched to `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
fabric-1.16.5-3.1.3 Release 02.03.2026

Simple Voice Chat Discord Bridge 1.16.5-3.1.3

Підтримувані версії Minecraft
1.16.5 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.16.5, 1.18.2
fabric-1.21.11-3.1.3 Release 02.03.2026

Simple Voice Chat Discord Bridge 1.21.11-3.1.3

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.11
fabric-1.21.5-3.1.3 Release 02.03.2026

Simple Voice Chat Discord Bridge 1.21.5-3.1.3

Підтримувані версії Minecraft
1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
**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
fabric-1.21.2-3.1.3 Release 02.03.2026

Simple Voice Chat Discord Bridge 1.21.2-3.1.3

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
fabric-1.19.2-3.1.3 Release 02.03.2026

Simple Voice Chat Discord Bridge 1.19.2-3.1.3

Підтримувані версії Minecraft
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
Завантажувачі / Платформи
fabric
Показати зміни
**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
paper-3.1.3 Release 02.03.2026

Simple Voice Chat Discord Bridge 3.1.3

Підтримувані версії Minecraft
1.16.5 1.18.2 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 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
folia paper purpur
Показати зміни
- Updated songbird to PR [#291](https://github.com/serenity-rs/songbird/pull/291) to add support for DAVE in Discord voice calls. Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.1.2+build-fix...3.1.3 GitHub Actions workflow changes: None
fabric-1.21.2-3.1.2 Release 30.12.2025

Simple Voice Chat Discord Bridge 1.21.2-3.1.2

Підтримувані версії Minecraft
1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.2, 1.21.3, 1.21.4
fabric-1.21.11-3.1.2 Release 30.12.2025

Simple Voice Chat Discord Bridge 1.21.11-3.1.2

Підтримувані версії Minecraft
1.21.11
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.21.11
fabric-1.21.5-3.1.2 Release 30.12.2025

Simple Voice Chat Discord Bridge 1.21.5-3.1.2

Підтримувані версії Minecraft
1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
fabric
Показати зміни
**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
fabric-1.19.2-3.1.2 Release 30.12.2025

Simple Voice Chat Discord Bridge 1.19.2-3.1.2

Підтримувані версії Minecraft
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
Завантажувачі / Платформи
fabric
Показати зміни
**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
fabric-1.16.5-3.1.2 Release 30.12.2025

Simple Voice Chat Discord Bridge 1.16.5-3.1.2

Підтримувані версії Minecraft
1.16.5 1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
**Please note:** this version supports the following Minecraft versions: 1.16.5, 1.18.2
paper-3.1.2 Release 30.12.2025

Simple Voice Chat Discord Bridge 3.1.2

Підтримувані версії Minecraft
1.16.5 1.18.2 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 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
Завантажувачі / Платформи
folia paper purpur
Показати зміни
- Fixed the infamous issue of needing a newer glibc than is available on old LTS Linux distributions ([#144](https://github.com/amsam0/voicechat-discord/issues/144), [#63](https://github.com/amsam0/voicechat-discord/issues/63), [#106](https://github.com/amsam0/voicechat-discord/issues/106)) - The minimum glibc version is now 2.26; if anyone needs lower than this, just make a GitHub issue. However, note that glibc 2.26 was released in *2017*... - Renamed the Rust log file (previously `logs/voicechat-discord.log`) to `logs/voicechat-discord.txt`. - Updated various URLs to use the GitLab repo instead of the GitHub repo. - Fixed a copy of slf4j being included in the jar. - Moved SVC version checking code to Paper because it is unnecessary on Fabric. - Fixed checking if a player is an operator if the server has a non-default op permission level configured on Fabric. - Refactored Fabric codebase to use source templates when version specific code is needed instead of a messy version specific class. - Fabric versions that produce an identical jar will now be combined to reduce the number of jars that are built. - Fixed Fabric API dependency on 1.16.5 by using the legacy mod ID. - Fixed Folia not being marked as supported. - Added support for 1.21.11. 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
fabric-1.21.8-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.8-3.1.1

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
fabric-1.21.4-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.4-3.1.1

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
fabric-1.21.1-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.1-3.1.1

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
fabric-1.21.3-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.3-3.1.1

Підтримувані версії Minecraft
1.21.3
Завантажувачі / Платформи
fabric
fabric-1.20.6-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.20.6-3.1.1

Підтримувані версії Minecraft
1.20.6
Завантажувачі / Платформи
fabric
fabric-1.21.9-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.9-3.1.1

Підтримувані версії Minecraft
1.21.9
Завантажувачі / Платформи
fabric
fabric-1.21.7-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.7-3.1.1

Підтримувані версії Minecraft
1.21.7
Завантажувачі / Платформи
fabric
fabric-1.20.2-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.20.2-3.1.1

Підтримувані версії Minecraft
1.20.2
Завантажувачі / Платформи
fabric
fabric-1.20.4-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.20.4-3.1.1

Підтримувані версії Minecraft
1.20.4
Завантажувачі / Платформи
fabric
fabric-1.21.2-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.2-3.1.1

Підтримувані версії Minecraft
1.21.2
Завантажувачі / Платформи
fabric
fabric-1.16.5-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.16.5-3.1.1

Підтримувані версії Minecraft
1.16.5
Завантажувачі / Платформи
fabric
fabric-1.21.5-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.5-3.1.1

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
fabric-1.21.10-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.10-3.1.1

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric
fabric-1.21.6-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21.6-3.1.1

Підтримувані версії Minecraft
1.21.6
Завантажувачі / Платформи
fabric
fabric-1.20.1-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.20.1-3.1.1

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
fabric-1.20.3-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.20.3-3.1.1

Підтримувані версії Minecraft
1.20.3
Завантажувачі / Платформи
fabric
fabric-1.19.2-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.19.2-3.1.1

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
fabric
fabric-1.20.5-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.20.5-3.1.1

Підтримувані версії Minecraft
1.20.5
Завантажувачі / Платформи
fabric
fabric-1.20-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.20-3.1.1

Підтримувані версії Minecraft
1.20
Завантажувачі / Платформи
fabric
paper-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 3.1.1

Підтримувані версії Minecraft
1.16.5 1.18.2 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 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
fabric-1.21-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.21-3.1.1

Підтримувані версії Minecraft
1.21
Завантажувачі / Платформи
fabric
fabric-1.18.2-3.1.1 Release 23.11.2025

Simple Voice Chat Discord Bridge 1.18.2-3.1.1

Підтримувані версії Minecraft
1.18.2
Завантажувачі / Платформи
fabric
Показати зміни
- Minecraft versions 1.16.5, 1.18.2, 1.19.2, 1.20.x, and 1.21.x are now supported. - On Paper, reflection is no longer used to get entity positions when calculating distance. This was mainly done to make it easier to support the aforementioned wide range of Minecraft versions with a single jar. - Folia is now supported. - Some dependencies were removed in order to reduce jar size. - The SemVer dependency we were using was replaced by a simple version parser. - The gson dependency we were using was removed because it was not being used. - Fixed a bug with opus decoder resets that caused them to never occur. - Edge cases when logging in to a Discord bot that used to cause crashes are now handled cleanly. ([#126](https://github.com/amsam0/voicechat-discord/issues/126)) - The `whisper_distance` SVC config option is now properly supported. ([#140](https://github.com/amsam0/voicechat-discord/issues/140)) - Rust logs are now added to `logs/voicechat-discord.log`. - Some error messages were improved. - A few other internal improvements. Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.0.13...3.1.1
fabric-1.19.2-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.19.2-3.0.13

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
fabric
fabric-1.21.1-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.21.1-3.0.13

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
fabric-1.21.9-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.21.9-3.0.13

Підтримувані версії Minecraft
1.21.9
Завантажувачі / Платформи
fabric
fabric-1.20.1-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.20.1-3.0.13

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
fabric-1.21.5-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.21.5-3.0.13

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
fabric-1.21.8-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.21.8-3.0.13

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
fabric-1.21.10-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.21.10-3.0.13

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric
fabric-1.21.4-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 1.21.4-3.0.13

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
paper-3.0.13 Release 31.10.2025

Simple Voice Chat Discord Bridge 3.0.13

Підтримувані версії Minecraft
1.19.2 1.20.1 1.21.1 1.21.4 1.21.5 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
- Rust dependencies were updated. This should fix issues related to connecting to Discord's servers. ([#136](https://github.com/amsam0/voicechat-discord/issues/136)) Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.0.12...3.0.13
fabric-1.21.9-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.21.9-3.0.12

Підтримувані версії Minecraft
1.21.9
Завантажувачі / Платформи
fabric
fabric-1.21.8-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.21.8-3.0.12

Підтримувані версії Minecraft
1.21.8
Завантажувачі / Платформи
fabric
fabric-1.19.2-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.19.2-3.0.12

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
fabric
fabric-1.20.1-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.20.1-3.0.12

Підтримувані версії Minecraft
1.20.1
Завантажувачі / Платформи
fabric
fabric-1.21.4-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.21.4-3.0.12

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
fabric-1.21.1-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.21.1-3.0.12

Підтримувані версії Minecraft
1.21.1
Завантажувачі / Платформи
fabric
fabric-1.21.5-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.21.5-3.0.12

Підтримувані версії Minecraft
1.21.5
Завантажувачі / Платформи
fabric
fabric-1.21.10-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 1.21.10-3.0.12

Підтримувані версії Minecraft
1.21.10
Завантажувачі / Платформи
fabric
paper-3.0.12 Release 18.10.2025

Simple Voice Chat Discord Bridge 3.0.12

Підтримувані версії Minecraft
1.19.2 1.20.1 1.21.1 1.21.4 1.21.5 1.21.8 1.21.9 1.21.10
Завантажувачі / Платформи
paper purpur
Показати зміни
- Minecraft versions 1.21.9 and 1.21.10 are now supported. - There is now a separate Fabric jar for each Minecraft version. - Adventure usage has been removed. This allows us to remove the messy code used to convert Adventure messages to Minecraft messages on Fabric, and generally just reduces code complexity and increases performance. - The update checker has been completely removed. - Opus has been updated to 1.5.2. - The bot setup guide has been updated. Previously broken images have been fixed. - Miscellaneous internal improvements. Code changes: https://gitlab.com/amsam0/voicechat-discord/-/compare/3.0.11...3.0.12
3.0.11 Release 28.07.2025

[FABRIC] 3.0.11

Підтримувані версії Minecraft
1.19.2 1.20.1 1.21.1 1.21.4 1.21.5 1.21.8
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - The supported Minecraft versions have been drastically narrowed down. - We now support: - 1.19.2 - 1.20.1 - 1.21.1 - 1.21.4 - 1.21.5 (newly supported) - 1.21.8 (newly supported) - All other Minecraft versions are not considered supported. This list is based on [Simple Voice Chat's supported versions](https://modrepo.de/minecraft/voicechat/wiki/supported_versions). Future releases will follow any changes made to that list of supported versions. - Thanks to the smaller range of supported Minecraft versions, manually testing all supported versions is now feasible, and all versions have been tested on both Fabric and Paper. - The update checker has been simplified and improved so that it will be resilient if major changes such as releasing a separate jar for every supported Minecraft version (as opposed to the current method of releasing a single jar for all supported versions) are made in the future. - Log messages on Fabric are now prefixed with `[voicechat-discord]`. - Attempting to shut down natives that have not been loaded will no longer cause the plugin to fail to shut down. - The Fabric Permissions API has been upgraded to version 0.3.3 in order to fix compatibility issues with recent Minecraft versions. - Due to recent GitHub deprecations, Linux natives will now be built on Ubuntu 22.04. This means that there may be errors on hosting providers using old glibc versions. If you encounter this issue, please see [this StackOverflow post](https://stackoverflow.com/questions/72513993/how-to-install-glibc-2-29-or-higher-in-ubuntu-18-04). Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.10...3.0.11
3.0.11 Release 28.07.2025

[PAPER] 3.0.11

Підтримувані версії Minecraft
1.19.2 1.20.1 1.21.1 1.21.4 1.21.5 1.21.8
Завантажувачі / Платформи
paper purpur
Показати зміни
- The supported Minecraft versions have been drastically narrowed down. - We now support: - 1.19.2 - 1.20.1 - 1.21.1 - 1.21.4 - 1.21.5 (newly supported) - 1.21.8 (newly supported) - All other Minecraft versions are not considered supported. This list is based on [Simple Voice Chat's supported versions](https://modrepo.de/minecraft/voicechat/wiki/supported_versions). Future releases will follow any changes made to that list of supported versions. - Thanks to the smaller range of supported Minecraft versions, manually testing all supported versions is now feasible, and all versions have been tested on both Fabric and Paper. - The update checker has been simplified and improved so that it will be resilient if major changes such as releasing a separate jar for every supported Minecraft version (as opposed to the current method of releasing a single jar for all supported versions) are made in the future. - Log messages on Fabric are now prefixed with `[voicechat-discord]`. - Attempting to shut down natives that have not been loaded will no longer cause the plugin to fail to shut down. - The Fabric Permissions API has been upgraded to version 0.3.3 in order to fix compatibility issues with recent Minecraft versions. - Due to recent GitHub deprecations, Linux natives will now be built on Ubuntu 22.04. This means that there may be errors on hosting providers using old glibc versions. If you encounter this issue, please see [this StackOverflow post](https://stackoverflow.com/questions/72513993/how-to-install-glibc-2-29-or-higher-in-ubuntu-18-04). Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.10...3.0.11
3.0.10 Release 02.02.2025

[FABRIC] 3.0.10

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Fix a crash that could occur when initializing the Tokio runtime with only one core - Prevent initializing and then immediately shutting down the Tokio runtime on shutdown Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.9...3.0.10
3.0.10 Release 02.02.2025

[PAPER] 3.0.10

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
- Fix a crash that could occur when initializing the Tokio runtime with only one core - Prevent initializing and then immediately shutting down the Tokio runtime on shutdown Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.9...3.0.10
3.0.9 Release 18.01.2025

[FABRIC] 3.0.9

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - (Paper) Hopefully fix all broken versions (so 1.19-1.21.3), for real this time Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.8...3.0.9
3.0.9 Release 18.01.2025

[PAPER] 3.0.9

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
- (Paper) Hopefully fix all broken versions (so 1.19-1.21.3), for real this time Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.8...3.0.9
3.0.8 Release 05.01.2025

[FABRIC] 3.0.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Fix 1.21.4 Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.7...3.0.8 ## 3.0.7 (build failed; never released) - Attempt to fix <1.21.3 Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.6...3.0.7
3.0.8 Release 05.01.2025

[PAPER] 3.0.8

Підтримувані версії Minecraft
1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
- Fix 1.21.4 Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.7...3.0.8 ## 3.0.7 (build failed; never released) - Attempt to fix <1.21.3 Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.6...3.0.7
3.0.6 Release 05.01.2025

[FABRIC] 3.0.6

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Update to support 1.12.3+; thanks to AlexDerProGamer for their initial PR Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.5...3.0.6
3.0.6 Release 05.01.2025

[PAPER] 3.0.6

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3 1.21.4
Завантажувачі / Платформи
paper purpur
Показати зміни
- Update to support 1.12.3+; thanks to AlexDerProGamer for their initial PR Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.5...3.0.6
3.0.5 Release 07.09.2024

[FABRIC] 3.0.5

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Add thread names to make future debugging easier - Try to reduce tokio runtime overhead while idle Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.4...3.0.5
3.0.5 Release 07.09.2024

[PAPER] 3.0.5

Підтримувані версії Minecraft
1.19.4 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 1.21.2 1.21.3
Завантажувачі / Платформи
paper purpur
Показати зміни
- Add thread names to make future debugging easier - Try to reduce tokio runtime overhead while idle Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.4...3.0.5
3.0.4 Release 15.08.2024

[FABRIC] 3.0.4

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Adjust error message for when an audio sender can't be registered to hopefully make it less confusing Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.3...3.0.4
3.0.4 Release 15.08.2024

[PAPER] 3.0.4

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
- Adjust error message for when an audio sender can't be registered to hopefully make it less confusing Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.3...3.0.4
3.0.3 Release 10.07.2024

[FABRIC] 3.0.3

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Fix crash when running /dvc start by forcing ring to be used for cryptography instead of aws-lc ([#59](https://github.com/naturecodevoid/voicechat-discord/issues/59)) Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.2...3.0.3
3.0.3 Release 10.07.2024

[PAPER] 3.0.3

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
- Fix crash when running /dvc start by forcing ring to be used for cryptography instead of aws-lc ([#59](https://github.com/naturecodevoid/voicechat-discord/issues/59)) Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.2...3.0.3
3.0.2 Release 09.07.2024

[FABRIC] 3.0.2

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - (Paper) Fix the bot not disconnecting from Discord when the player leaves the game ([#57](https://github.com/naturecodevoid/voicechat-discord/issues/57)) - This also fixes issues with the update checker not alerting operators of an update on Paper - Fix the bot not disconnecting from Discord when the server stops - (Fabric) Fix the addon's shutdown process blocking the server from shutting down - Add failsafe if an error occurs during the bot stop process Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.1...3.0.2
3.0.2 Release 09.07.2024

[PAPER] 3.0.2

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
- (Paper) Fix the bot not disconnecting from Discord when the player leaves the game ([#57](https://github.com/naturecodevoid/voicechat-discord/issues/57)) - This also fixes issues with the update checker not alerting operators of an update on Paper - Fix the bot not disconnecting from Discord when the server stops - (Fabric) Fix the addon's shutdown process blocking the server from shutting down - Add failsafe if an error occurs during the bot stop process Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.1...3.0.2
3.0.1 Release 09.07.2024

[FABRIC] 3.0.1

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Hopefully add compatibility for older glibc versions ([#54](https://github.com/naturecodevoid/voicechat-discord/issues/54)) - (Paper) Fix getEntityPosition failing ([#56](https://github.com/naturecodevoid/voicechat-discord/issues/56)) Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.0...3.0.1
3.0.1 Release 09.07.2024

[PAPER] 3.0.1

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
- Hopefully add compatibility for older glibc versions ([#54](https://github.com/naturecodevoid/voicechat-discord/issues/54)) - (Paper) Fix getEntityPosition failing ([#56](https://github.com/naturecodevoid/voicechat-discord/issues/56)) Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.0...3.0.1
3.0.0 Release 04.07.2024

[FABRIC] 3.0.0

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - Major internal changes, which should result in better stability and performance - The JDA Java discord library is no longer used and it has been replaced by the Serenity and Songbird Rust discord libraries - This means that the plugin requires some native libraries, which unfortunately increased the JAR size - The advantage is that SSL is bundled with the libraries instead of requiring Java's SSL, fixing [#11](https://github.com/naturecodevoid/voicechat-discord/issues/11) - The new implementation should be faster and less prone to getting into a buggy state - Many fixes to fix support for 1.20.3 and later - On the Fabric side, usage of JSON to convert between adventure and native component classes was removed. Now, components are manually converted which should be much more robust and slightly more performant - On the Paper side, in 1.20.6 and later, the new Commands API is used, and in <1.20.6, reflection is used in more places due to Paperweight's new mapping behavior breaking stuff - Require Java 21 (the addon still supports 1.19.4) Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.1...3.0.0
3.0.0 Release 04.07.2024

[PAPER] 3.0.0

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21
Завантажувачі / Платформи
paper purpur
Показати зміни
- Major internal changes, which should result in better stability and performance - The JDA Java discord library is no longer used and it has been replaced by the Serenity and Songbird Rust discord libraries - This means that the plugin requires some native libraries, which unfortunately increased the JAR size - The advantage is that SSL is bundled with the libraries instead of requiring Java's SSL, fixing [#11](https://github.com/naturecodevoid/voicechat-discord/issues/11) - The new implementation should be faster and less prone to getting into a buggy state - Many fixes to fix support for 1.20.3 and later - On the Fabric side, usage of JSON to convert between adventure and native component classes was removed. Now, components are manually converted which should be much more robust and slightly more performant - On the Paper side, in 1.20.6 and later, the new Commands API is used, and in <1.20.6, reflection is used in more places due to Paperweight's new mapping behavior breaking stuff - Require Java 21 (the addon still supports 1.19.4) Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.1...3.0.0
2.1.1 Release 22.10.2023

[FABRIC] 2.1.1

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> - (Fabric) Fixed [#25](https://github.com/naturecodevoid/voicechat-discord/issues/25) - **/dvc now works correctly on 1.20+!** Sorry this took so long to fix; I actually fixed it almost a month ago but never made a release. - Fixed a minor punctuation issue with the message about Simple Voice Chat not being new enough - Increased minimum Minecraft version to 1.19.4 from 1.19.2 Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.0...2.1.1
2.1.1 Release 22.10.2023

[PAPER] 2.1.1

Підтримувані версії Minecraft
1.19.4 1.20 1.20.1 1.20.2
Завантажувачі / Платформи
paper purpur
Показати зміни
- (Fabric) Fixed [#25](https://github.com/naturecodevoid/voicechat-discord/issues/25) - **/dvc now works correctly on 1.20+!** Sorry this took so long to fix; I actually fixed it almost a month ago but never made a release. - Fixed a minor punctuation issue with the message about Simple Voice Chat not being new enough - Increased minimum Minecraft version to 1.19.4 from 1.19.2 Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.0...2.1.1
2.1.0 Release 21.06.2023

[FABRIC] 2.1.0

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> This update has some new features and bugfixes. The minimum Simple Voice Chat version has been increased to 2.4.11. - Reduce volume of whispering players in the audio that goes to discord - Don't allow players to use `/dvc group` when groups are disabled - Fixed tab complete on Paper - Switch to using adventure and minimessage for messages. This means that we no longer use the legacy formatting codes, and some messages will have colors in the console! Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.1...2.1.0
2.1.0 Release 21.06.2023

[PAPER] 2.1.0

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
paper purpur
Показати зміни
This update has some new features and bugfixes. The minimum Simple Voice Chat version has been increased to 2.4.11. - Reduce volume of whispering players in the audio that goes to discord - Don't allow players to use `/dvc group` when groups are disabled - Fixed tab complete on Paper - Switch to using adventure and minimessage for messages. This means that we no longer use the legacy formatting codes, and some messages will have colors in the console! Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.1...2.1.0
2.0.1 Release 20.06.2023

[PAPER] 2.0.1

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
paper purpur
Показати зміни
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. - Fixed [#22](https://github.com/naturecodevoid/voicechat-discord/issues/22) - Switch to a simpler volume adjustment method. While this seems to work fine, please report any issues with the audio going to Discord! - Slight improvement: packets with a volume less than or equal to 0 (which ends up being silent) won't be sent to Discord. This can happen when we receive packets out of the distance of the player - Improve reset watcher to be slower, this may fix some audio related issues - Make NMS usage and reflection on Paper safer and hopefully future proof it more Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.0...2.0.1
2.0.1 Release 20.06.2023

[FABRIC] 2.0.1

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> 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. - Fixed [#22](https://github.com/naturecodevoid/voicechat-discord/issues/22) - Switch to a simpler volume adjustment method. While this seems to work fine, please report any issues with the audio going to Discord! - Slight improvement: packets with a volume less than or equal to 0 (which ends up being silent) won't be sent to Discord. This can happen when we receive packets out of the distance of the player - Improve reset watcher to be slower, this may fix some audio related issues - Make NMS usage and reflection on Paper safer and hopefully future proof it more Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.0...2.0.1
2.0.0 Release 14.06.2023

[FABRIC] 2.0.0

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img alt="Requires Fabric API" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/requires/fabric-api_vector.svg" /></a> Huge thanks to [Totobird](https://github.com/Totobird-Creations) for being a huge help with this update! Their PR was the main reason I started working on it again. - **All commands have been moved to subcommands on the `/dvc` command** - See https://github.com/naturecodevoid/voicechat-discord#using-it-in-game for docs - `/startdiscordvoicechat` was moved to `/dvc start` - Running `/dvc start` while in a voice chat session restarts the session - New subcommand: `/dvc stop` - Only usable while currently in a discord voice chat session - Disconnects the bot and stops the session - New subcommand: `/dvc group` - See https://github.com/naturecodevoid/voicechat-discord#dvc-group for docs - New subcommand: `/dvc togglewhisper` - Allows mod users to whisper - New subcommand: `/dvc reloadconfig` - Only usable by operators or players with the `voicechat-discord.reload-config` permission - Stops all sessions and reloads the config - New subcommand: `/dvc checkforupdate` - Only usable by operators - Checks for a new update using the GitHub API. If one is found, finds the version on Modrinth and links to the version page. - **Group support** (`/dvc group`) - See https://github.com/naturecodevoid/voicechat-discord#dvc-group for docs - **Whispering support** (`/dvc togglewhisper`) - Added support for people using the mod to hear static/entity/locational audio channels - Use the new audio sender API to improve compatibility with other addons - [Fabric only] Use the Fabric Permissions API to support mods like LuckPerms for the reload config permission - Added version checker to ensure the plugin/mod is updated - Added Simple Voice Chat version checker to ensure we have a new enough version of the mod - Hopefully fixed [#5](https://github.com/naturecodevoid/voicechat-discord/issues/5) - Better login failure error handling and logging - Improvements to messages sent to players to be more clear - Optional debug logging to hopefully help with debugging issues - Major refactors and command handling improvements Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.4.0...2.0.0
2.0.0 Release 14.06.2023

[PAPER] 2.0.0

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20 1.20.1
Завантажувачі / Платформи
paper purpur
Показати зміни
Huge thanks to [Totobird](https://github.com/Totobird-Creations) for being a huge help with this update! Their PR was the main reason I started working on it again. - **All commands have been moved to subcommands on the `/dvc` command** - See https://github.com/naturecodevoid/voicechat-discord#using-it-in-game for docs - `/startdiscordvoicechat` was moved to `/dvc start` - Running `/dvc start` while in a voice chat session restarts the session - New subcommand: `/dvc stop` - Only usable while currently in a discord voice chat session - Disconnects the bot and stops the session - New subcommand: `/dvc group` - See https://github.com/naturecodevoid/voicechat-discord#dvc-group for docs - New subcommand: `/dvc togglewhisper` - Allows mod users to whisper - New subcommand: `/dvc reloadconfig` - Only usable by operators or players with the `voicechat-discord.reload-config` permission - Stops all sessions and reloads the config - New subcommand: `/dvc checkforupdate` - Only usable by operators - Checks for a new update using the GitHub API. If one is found, finds the version on Modrinth and links to the version page. - **Group support** (`/dvc group`) - See https://github.com/naturecodevoid/voicechat-discord#dvc-group for docs - **Whispering support** (`/dvc togglewhisper`) - Added support for people using the mod to hear static/entity/locational audio channels - Use the new audio sender API to improve compatibility with other addons - [Fabric only] Use the Fabric Permissions API to support mods like LuckPerms for the reload config permission - Added version checker to ensure the plugin/mod is updated - Added Simple Voice Chat version checker to ensure we have a new enough version of the mod - Hopefully fixed [#5](https://github.com/naturecodevoid/voicechat-discord/issues/5) - Better login failure error handling and logging - Improvements to messages sent to players to be more clear - Optional debug logging to hopefully help with debugging issues - Major refactors and command handling improvements Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.4.0...2.0.0
1.4.0 Release 10.12.2022

[FABRIC] 1.4.0

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img src="https://i.imgur.com/Ol1Tcf8.png" width="151" height="50" /></a> This release should be functionally identical to 1.3.0 on fabric, but it fixed this paper specific bug: [(#4)](https://github.com/naturecodevoid/voicechat-discord/issues/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
1.4.0 Release 10.12.2022

[PAPER] 1.4.0

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20
Завантажувачі / Платформи
paper purpur
Показати зміни
Fixed [#4](https://github.com/naturecodevoid/voicechat-discord/issues/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
1.3.0 Release 05.12.2022

[FABRIC] 1.3.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img src="https://i.imgur.com/Ol1Tcf8.png" width="151" height="50" /></a> Fixed [#2](https://github.com/naturecodevoid/voicechat-discord/issues/2) Dropped Bukkit and Spigot support Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.2.0...1.3.0
1.3.0 Release 05.12.2022

[PAPER] 1.3.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
paper purpur
Показати зміни
Fixed [#2](https://github.com/naturecodevoid/voicechat-discord/issues/2) Dropped Bukkit and Spigot support Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.2.0...1.3.0
1.2.0 Release 03.12.2022

[FABRIC] 1.2.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img src="https://i.imgur.com/Ol1Tcf8.png" width="151" height="50" /></a> Fixed some issues with multiple bots Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.1.0...1.2.0
1.2.0 Release 03.12.2022

[FINAL SPIGOT RELEASE] 1.2.0

Підтримувані версії Minecraft
1.19.2 1.19.3 1.19.4 1.20
Завантажувачі / Платформи
bukkit paper purpur spigot
Показати зміни
> ⚠️ 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
1.1.0 Release 01.12.2022

[FABRIC] 1.1.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
fabric
Показати зміни
<a href="https://modrinth.com/mod/fabric-api"><img src="https://i.imgur.com/Ol1Tcf8.png" width="151" height="50" /></a> 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
1.1.0 Release 01.12.2022

[PAPER] 1.1.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
bukkit paper purpur spigot
Показати зміни
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
1.0.0 Release 28.11.2022

[PAPER ONLY] 1.0.0

Підтримувані версії Minecraft
1.19.2
Завантажувачі / Платформи
bukkit paper purpur spigot
Показати зміни
Initial release Code: https://github.com/naturecodevoid/voicechat-discord/tree/1.0.0-build4