Minecraft proximity voice chat made possible with the discord-game-sdk.
Download: Windows 1.16.5
This mod is currently in beta! There may be some bugs.
- Tritone does not require any configuration on the server side. so, you can use Tritone on public server in Minecraft.
- Discord's voice chat has better sound quality than other mods.
- Setting up this mod is very, very easy.
- There are other Minecraft prioximity voice chat modes.
- Due to the limitations of Discord, 3D sound is not supported.
- Requires a Discord account
- online-mode=true required on your server.properties. This mod uses sessionID to identify players.
This mod currently only supports Windows and Linux Forge 1.16.5. (macOS one day)
Just unzip the release file on your minecraft mods directory.
You must be logged-in to Discord on your computer.
If you're using linux, you should build them yourself and you should locate libdiscord_game_sdk.so to /lib or your own LD_LIBRARY_PATH. In case of /lib, administrator permission is required.
After installing this mod and entering the multiplayer server, you will automatically join the prioximity voice chat.
- 'I' key makes you inaudible.
- 'M' key for mute yourself.
You can customise the mod's discord applicationID
and default lobbyname
via editing config.json
This prevents voice chatting with unwanted people.
- clientID : Client ID issued by Discord developer site
- lobbyname : An alternative for those who are bothered by getting a clientID
It must have the same clientID and same lobbyname as the person you want to talk to.
- GUI <- Almost Done
- MacOS support
- Forge 1.18 support
- Separation of lobbies by server
- Multiple language support
- Fabric support
- Forge 1.12 support
- Forge 1.19+ support
- We used Rust JNI for on-JVM use of discord-game-sdk.
- Before building this project, you need some setup...
- https://github.com/ldesgoui/discord_game_sdk