Overview
The VoiceChat integration provides a way to manage the voice chat server-side.
Adding the Dependency
The VoiceChat integration is shipped with all official server platform integration artifacts. If you are using the core
artifact, you can add the following dependency to your project:
Important Note
For the examples below, VERSION
with the version you want to use. The latest version can be found here:
dependencies {
compileOnly("net.labymod.serverapi.integration:voicechat:VERSION")
}
dependencies {
compileOnly "net.labymod.serverapi.integration:voicechat:VERSION"
}
<dependencies>
<dependency>
<groupId>net.labymod.serverapi.integration</groupId>
<artifactId>voicechat</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>