搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 56|回复: 0

[模组分享] Simple Voice Chat Discord Bridge (简易语音聊天Discord桥接)-MOD模组

[复制链接]

5159

主题

5

回帖

6129

积分

龙❁妻

Rank: 8Rank: 8

经验
6129 EP
金粒
928 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:19:04 | 显示全部楼层 |阅读模式
Simple Voice Chat Discord Bridge (简易语音聊天Discord桥接)Github |相关wiki |源站链接支持: bukkit , fabric , paper , purpur , spigotSimple Voice Chat Discord Bridge是一个Fabric模组和PaperPurpur插件,用于在Simple Voice Chat和Discord之间建立桥接,使得没有此模组的玩家也能听到和发出语音。

项目状态更新

更新状态链接:[Simple Voice Chat Discord Bridge](链接)

安装和使用

首先,确保已经安装并正确配置了[Simple Voice Chat](链接)。请参考[Simple Voice Chat wiki](链接) 以获取更多信息。

> *注意*

>

> Simple Voice Chat Discord Bridge 需要 Simple Voice Chat 版本2.4.11或更新。请确保已升级至最新版本。

然后,您需要[下载](链接)与您的Minecraft版本兼容的Simple Voice Chat Discord Bridge的最新版本。

> *注意*

>

> 如果您使用Fabric模组,需要[安装Fabric API](链接)。

查找配置文件

在安装Simple Voice Chat和Simple Voice Chat Discord Bridge后,请确保至少运行一次服务器,以生成Simple Voice Chat Discord Bridge的配置文件。

*Fabric:* Simple Voice Chat Discord Bridge的配置文件应位于`config/voicechat-discord.yml`。

*Paper/Purpur:* Simple Voice Chat Discord Bridge的配置文件应位于`plugins/voicechat-discord/config.yml`。

设置机器人

首先,登录[discord.com/developers/applications](链接),单击“New Application”创建一个应用。选择您想要的机器人名称。



在左侧,点击“Bot”,然后点击“Add Bot”,确认进行“Yes, do it!”。

https://docs.discordsrv.com/images/create_bot.png]

复制机器人令牌,并禁用“Public Bot”。

https://docs.discordsrv.com/images/copy_token.png]

现在,使用文本编辑器打开[配置文件](#finding-the-configuration-file),将`DISCORD_BOT_TOKEN_HERE`替换为您复制的令牌。应该看起来像这样:

yaml

bots:

    - token: TheTokenYouPasted

      vc_id: VOICE_CHANNEL_ID_HERE

要邀请机器人到服务器,请转到“General Information”并复制应用程序ID。

https://docs.discordsrv.com/images/copy_application_id.png]

转到[discord.com/api/oauth2/authorize?client_id=YOUR_APPLICATION_ID_HERE&permissions=36700160&scope=bot](链接),将`YOUR_APPLICATION_ID_HERE`替换为您刚刚复制的应用程序ID。选择要邀请机器人的服务器。**确保不要禁用任何权限。**

现在,按照[此处的步骤](链接)开启Discord的开发者模式。然后,右键单击要用作Simple Voice Chat和Discord之间桥接的语音频道,并单击“Copy ID”。

再次使用文本编辑器打开[配置文件](#finding-the-configuration-file),将`VOICE_CHANNEL_ID_HERE`替换为您复制的频道ID。 应该看起来像这样:

yaml

bots:

    - token: TheTokenYouPasted

      vc_id: TheChannelIDYouPasted

您可以为需要的机器人重复此过程。有关多个机器人的一些信息在[配置文件](#finding-the-configuration-file)中。

> *注意*

>

> 您拥有的机器人数量等同于可以同时通过Discord连接到Simple Voice Chat的人数。因此,如果您有3个机器人,最多可以同时使用插件的人数为3人。

游戏中使用

> *注意*

>

> 语音频道中不能有多人同时发言,否则会产生奇怪的音频故障。*我们建议将机器人语音频道限制为2个用户,以确保不会出现问题。*

Simple Voice Chat Discord Bridge的大多数功能通过`/dvc`命令公开。本节将详细介绍所有子命令。

对于需要字符串参数的命令,您可以使用引号将它们包裹起来避免空格。

`/dvc start`

使用第一个可用的机器人启动语音聊天会话。您可能需要等待几秒钟来启动。启动后,请按照指示加入语音频道。您应该能够听到其他玩家讲话,并且其他玩家应该能够听到您讲话。

如果在语音聊天会话中出现问题,您可以尝试使用`/dvc start`重新启动。

`/dvc stop`

停止当前的语音聊天会话并断开机器人。

`/dvc group`

允许您列出、创建、加入、离开和移除组。

#### `/dvc group list`

提供所有组的列表。

#### `/dvc group create [password] [type] [persistent]`

允许您创建一个组。

参数:

- `name` (必填): 组的名称。

- `password` (可选,默认为`\"\"` (无密码)): 组的密码。如果您不想要密码但想要更改组类型或持久性,只需传递空字符串:`\"\"`

- `type` (可选,默认为`normal`): 可以是 `normal`, `open` 或 `isolated`.

    - `normal`: 组中的玩家可以听到附近不在组内但附近的玩家听不到组内的玩家

    - `open`: 组中的玩家可以听到附近的玩家,附近的玩家可以听到组内的玩家

    - `isolated`: 组内的玩家只能听到其他组内的玩家

- `persistent` (可选,默认为`false`): 如果设置为 `true`,组在所有玩家离开后不会被移除。相反,您需要使用 [`/dvc group remove `](#dvc-group-remove-id) 来删除它。

#### `/dvc group join `

允许您使用[`/dvc group list`](#dvc-group-list)中的ID加入组。

#### `/dvc group info`

提供有关当前组的信息。

#### `/dvc group leave`

允许您离开当前组。

#### `/dvc group remove `

允许您使用[`/dvc group list`](#dvc-group-list)中的ID移除**持久**组中没有玩家的组。

`/dvc togglewhisper`

允许您耳语。

`/dvc reloadconfig`

如果您是服务器操作员(特别是Fabric上的权限等级2或更高)或者拥有 `voicechat-discord.reload-config` 权限,您可以使用 `/dvc reloadconfig` 子命令重新加载配置,而无需重新加载/重启服务器。 *使用此子命令将停止所有运行中的机器人。*

`/dvc checkforupdate`

通过首先联系GitHub的API来检查模组/插件的更新,然后如果发现新版本,则使用Modrinth的API提供指向该版本下载页面的链接。

默认情况下,应用程序启动时会自动完成此操作。如果有更新,将更新消息发送给操作员。您可以在[配置文件](#finding-the-configuration-file)中禁用这一选项。

路线图

未来

- 捕获配置错误,例如当从配置文件中获取机器人时错误

- 使用Rust的Discord库,希望能够永久解决SSL问题。我不确定这是否可行,因为我听说JNI很慢,因此这可能会迫使我们在Rust中使用wasm或重新编写几乎所有的模组。

- 一个选项在不使用时锁定语音频道。

- 减少发送到Discord的蹲下玩家的音量。目前可以实现,但尚未实施。

- 组的动作栏HUD显示您组内的玩家

- 组的通知(在您所在的组中有人加入/离开时会向您发送消息)

- 组的库存GUI(这将需要在Bukkit的API和Fabric的sgui库之间提供一个抽象,并且还将使得在Fabric上支持1.19.2+变得不可能)

来自Modrinth所有游戏版本1.19.21.20.11.21.11.21.41.21.51.21.81.19.41.201.20.21.20.31.20.41.20.51.20.61.211.21.21.21.31.19.3所有类型fabricpaperpurpurbukkitspigot[FABRIC] 3.0.11voicechat-discord-fabric-3.0.11.jar下载3.0.11#Release<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支持游戏: 1.19.2, 1.20.1, 1.21.1, 1.21.4, 1.21.5, 1.21.8类型:FabricRelease下载次数: 283[PAPER] 3.0.11voicechat-discord-paper-3.0.11.jar下载3.0.11#Release- 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支持游戏: 1.19.2, 1.20.1, 1.21.1, 1.21.4, 1.21.5, 1.21.8类型: paper purpurRelease下载次数: 387[FABRIC] 3.0.10voicechat-discord-fabric-3.0.10.jar下载3.0.10#Release<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 shutdownCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.9...3.0.10展开版本: 3.0.10支持游戏: 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类型:FabricRelease下载次数: 7,301[PAPER] 3.0.10voicechat-discord-paper-3.0.10.jar下载3.0.10#Release- 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 shutdownCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.9...3.0.10展开版本: 3.0.10支持游戏: 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 purpurRelease下载次数: 9,809[FABRIC] 3.0.9voicechat-discord-fabric-3.0.9.jar下载3.0.9#Release<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 timeCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.8...3.0.9展开版本: 3.0.9支持游戏: 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类型:FabricRelease下载次数: 14,004[PAPER] 3.0.9voicechat-discord-paper-3.0.9.jar下载3.0.9#Release- (Paper) Hopefully fix all broken versions (so 1.19-1.21.3), for real this timeCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.8...3.0.9展开版本: 3.0.9支持游戏: 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 purpurRelease下载次数: 654[FABRIC] 3.0.8voicechat-discord-fabric-3.0.8.jar下载3.0.8#Release<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.4Code 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.3Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.6...3.0.7展开版本: 3.0.8支持游戏: 1.21.4类型:FabricRelease下载次数: 392[PAPER] 3.0.8voicechat-discord-paper-3.0.8.jar下载3.0.8#Release- Fix 1.21.4Code 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.3Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.6...3.0.7展开版本: 3.0.8支持游戏: 1.21.4类型: paper purpurRelease下载次数: 542[FABRIC] 3.0.6voicechat-discord-fabric-3.0.6.jar下载3.0.6#Release<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 PRCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.5...3.0.6展开版本: 3.0.6支持游戏: 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类型:FabricRelease下载次数: 189[PAPER] 3.0.6voicechat-discord-paper-3.0.6.jar下载3.0.6#Release- Update to support 1.12.3+; thanks to AlexDerProGamer for their initial PRCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.5...3.0.6展开版本: 3.0.6支持游戏: 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 purpurRelease下载次数: 116[FABRIC] 3.0.5voicechat-discord-fabric-3.0.5.jar下载3.0.5#Release<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 idleCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.4...3.0.5展开版本: 3.0.5支持游戏: 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类型:FabricRelease下载次数: 6,601[PAPER] 3.0.5voicechat-discord-paper-3.0.5.jar下载3.0.5#Release- Add thread names to make future debugging easier- Try to reduce tokio runtime overhead while idleCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.4...3.0.5展开版本: 3.0.5支持游戏: 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 purpurRelease下载次数: 3,421[FABRIC] 3.0.4voicechat-discord-fabric-3.0.4.jar下载3.0.4#Release<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 confusingCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.3...3.0.4展开版本: 3.0.4支持游戏: 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类型:FabricRelease下载次数: 685[PAPER] 3.0.4voicechat-discord-paper-3.0.4.jar下载3.0.4#Release- Adjust error message for when an audio sender can\'t be registered to hopefully make it less confusingCode changes: https://github.com/amsam0/voicechat-discord/compare/3.0.3...3.0.4展开版本: 3.0.4支持游戏: 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 purpurRelease下载次数: 762[FABRIC] 3.0.3voicechat-discord-fabric-3.0.3.jar下载3.0.3#Release<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支持游戏: 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类型:FabricRelease下载次数: 2,133[PAPER] 3.0.3voicechat-discord-paper-3.0.3.jar下载3.0.3#Release-   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支持游戏: 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 purpurRelease下载次数: 1,683[FABRIC] 3.0.2voicechat-discord-fabric-3.0.2.jar下载3.0.2#Release<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 processCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.1...3.0.2展开版本: 3.0.2支持游戏: 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类型:FabricRelease下载次数: 79[PAPER] 3.0.2voicechat-discord-paper-3.0.2.jar下载3.0.2#Release-   (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 processCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.1...3.0.2展开版本: 3.0.2支持游戏: 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 purpurRelease下载次数: 136[FABRIC] 3.0.1voicechat-discord-fabric-3.0.1.jar下载3.0.1#Release<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支持游戏: 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类型:FabricRelease下载次数: 79[PAPER] 3.0.1voicechat-discord-paper-3.0.1.jar下载3.0.1#Release-   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支持游戏: 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 purpurRelease下载次数: 122[FABRIC] 3.0.0voicechat-discord-fabric-3.0.0.jar下载3.0.0#Release<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支持游戏: 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类型:FabricRelease下载次数: 260[PAPER] 3.0.0voicechat-discord-paper-3.0.0.jar下载3.0.0#Release-   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支持游戏: 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 purpurRelease下载次数: 322[FABRIC] 2.1.1voicechat-discord-fabric-2.1.1.jar下载2.1.1#Release<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.2Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.0...2.1.1展开版本: 2.1.1支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2类型:FabricRelease下载次数: 4,582[PAPER] 2.1.1voicechat-discord-paper-2.1.1.jar下载2.1.1#Release-   (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.2Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.1.0...2.1.1展开版本: 2.1.1支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2类型: paper purpurRelease下载次数: 4,901[FABRIC] 2.1.0voicechat-discord-fabric-2.1.0.jar下载2.1.0#Release<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支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型:FabricRelease下载次数: 9,903[PAPER] 2.1.0voicechat-discord-paper-2.1.0.jar下载2.1.0#ReleaseThis 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支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: paper purpurRelease下载次数: 1,828[PAPER] 2.0.1voicechat-discord-paper-2.0.1.jar下载2.0.1#ReleaseThis 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 moreCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.0...2.0.1展开版本: 2.0.1支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: paper purpurRelease下载次数: 145[FABRIC] 2.0.1voicechat-discord-fabric-2.0.1.jar下载2.0.1#Release<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 moreCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/2.0.0...2.0.1展开版本: 2.0.1支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型:FabricRelease下载次数: 130[FABRIC] 2.0.0voicechat-discord-fabric-2.0.0.jar下载2.0.0#Release<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 improvementsCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.4.0...2.0.0展开版本: 2.0.0支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型:FabricRelease下载次数: 346[PAPER] 2.0.0voicechat-discord-paper-2.0.0-dev-all.jar下载2.0.0#ReleaseHuge 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 improvementsCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.4.0...2.0.0展开版本: 2.0.0支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: paper purpurRelease下载次数: 217[FABRIC] 1.4.0voicechat-discord-fabric-1.4.0.jar下载1.4.0#Release<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 createdCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.3.0...1.4.0展开版本: 1.4.0支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20类型:FabricRelease下载次数: 410[PAPER] 1.4.0voicechat-discord-paper-1.4.0.jar下载1.4.0#ReleaseFixed [#4](https://github.com/naturecodevoid/voicechat-discord/issues/4): On paper, the plugin configuration folder is not createdCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.3.0...1.4.0展开版本: 1.4.0支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20类型: paper purpurRelease下载次数: 478[FABRIC] 1.3.0voicechat-discord-fabric-1.3.0.jar下载1.3.0#Release<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 supportCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.2.0...1.3.0展开版本: 1.3.0支持游戏: 1.19.2类型:FabricRelease下载次数: 103[PAPER] 1.3.0voicechat-discord-paper-1.3.0.jar下载1.3.0#ReleaseFixed [#2](https://github.com/naturecodevoid/voicechat-discord/issues/2)Dropped Bukkit and Spigot supportCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.2.0...1.3.0展开版本: 1.3.0支持游戏: 1.19.2类型: paper purpurRelease下载次数: 311[FABRIC] 1.2.0voicechat-discord-fabric-1.2.0.jar下载1.2.0#Release<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 botsCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.1.0...1.2.0展开版本: 1.2.0支持游戏: 1.19.2类型:FabricRelease下载次数: 104[FINAL SPIGOT RELEASE] 1.2.0voicechat-discord-bukkit-1.2.0.jar下载1.2.0#Release> ⚠️ 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 botsCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.1.0...1.2.0展开版本: 1.2.0支持游戏: 1.19.2, 1.19.3, 1.19.4, 1.20类型: bukkit paper purpur spigotRelease下载次数: 1,340[FABRIC] 1.1.0voicechat-discord-fabric-1.1.0.jar下载1.1.0#Release<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 codebaseCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.0.0-build4...1.1.0展开版本: 1.1.0支持游戏: 1.19.2类型:FabricRelease下载次数: 73[PAPER] 1.1.0voicechat-discord-bukkit-1.1.0.jar下载1.1.0#ReleaseInternal changes to support Bukkit and Fabric with the same codebaseCode changes: https://github.com/naturecodevoid/voicechat-discord/compare/1.0.0-build4...1.1.0展开版本: 1.1.0支持游戏: 1.19.2类型: bukkit paper purpur spigotRelease下载次数: 89[PAPER ONLY] 1.0.0voicechat-discord-1.0.0.jar下载1.0.0#ReleaseInitial releaseCode: https://github.com/naturecodevoid/voicechat-discord/tree/1.0.0-build4展开版本: 1.0.0支持游戏: 1.19.2类型: bukkit paper purpur spigotRelease下载次数: 461全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
Simple Voice Chat Discord Bridge
楼主 2025-8-10 19:19:04 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-9-26 02:47 , Processed in 0.307852 second(s), 52 queries .

快速回复 返回顶部 返回列表