Caution
This library is in development. It is not feature-complete but is usable. Please report any issues you find.
repositories {
mavenCentral()
mavenLocal() // this library currently needs local publishing
}
dependencies {
implementation("dev.lu15:simple-voice-chat-minestom:0.1.0-SNAPSHOT")
}
// create a new voice chat server, you can use the same port as the Minecraft bind
VoiceChat voiceChat = VoiceChat.builder("0.0.0.0", 25565).enable();