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.

Social

39.8k downloads
271 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...

[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

Requires Fabric API

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

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

[FABRIC] 2.1.1

by amsam0 on Oct 22, 2023
Download

Requires Fabric API

  • (Fabric) Fixed #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

[PAPER] 2.1.1

by amsam0 on Oct 22, 2023
Download
  • (Fabric) Fixed #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


Project members

amsam0

Owner

Details

Licensed MIT
Published 2 years ago
Updated 13 days ago