Simple Voice Chat Discord Bridge

Simple Voice Chat Discord Bridge

Mod and plugin

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.

AdventureSocialUtility

76.2k downloads
333 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter loader...
Filter versions...

Requires Fabric API

  • 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. 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.

Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.10...3.0.11

[PAPER] 3.0.11

by amsam0 on Jul 28, 2025
Download
  • 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. 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.

Code changes: https://github.com/amsam0/voicechat-discord/compare/3.0.10...3.0.11

Requires Fabric API

  • 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

  • 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

[FABRIC] 3.0.9

by amsam0 on Jan 18, 2025
Download

Requires Fabric API

  • (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

[PAPER] 3.0.9

by amsam0 on Jan 18, 2025
Download
  • (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

Requires Fabric API

  • 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

  • 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

Requires Fabric API

  • 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

  • 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

Requires Fabric API

  • 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

  • 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

[FABRIC] 3.0.4

by amsam0 on Aug 15, 2024
Download

Requires Fabric API

  • 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

[PAPER] 3.0.4

by amsam0 on Aug 15, 2024
Download
  • 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

[FABRIC] 3.0.3

by amsam0 on Jul 10, 2024
Download

Requires Fabric API

  • Fix crash when running /dvc start by forcing ring to be used for cryptography instead of aws-lc (#59)

Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.2...3.0.3

[PAPER] 3.0.3

by amsam0 on Jul 10, 2024
Download
  • Fix crash when running /dvc start by forcing ring to be used for cryptography instead of aws-lc (#59)

Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.2...3.0.3

Requires Fabric API

  • (Paper) Fix the bot not disconnecting from Discord when the player leaves the game (#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

  • (Paper) Fix the bot not disconnecting from Discord when the player leaves the game (#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

Requires Fabric API

  • Hopefully add compatibility for older glibc versions (#54)
  • (Paper) Fix getEntityPosition failing (#56)

Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.0...3.0.1

  • Hopefully add compatibility for older glibc versions (#54)
  • (Paper) Fix getEntityPosition failing (#56)

Code changes: https://github.com/naturecodevoid/voicechat-discord/compare/3.0.0...3.0.1


Project members

amsam0

Owner

Details

Licensed MIT
Published 3 years ago
Updated 9 days ago