
VoxasVoice
VoxasVoice is a low-latency proximity voice chat plugin/mod for Minecraft servers. It supports Bukkit, Spigot, Paper, Purpur, Folia, and Fabric. It provides immersive distance-based voice communication, role-based group channels, end-to-end encryption, mod
1.0.0
Compatibility
Changes
ā ļø Requires the server-side plugin too ā install VoxasVoice on Modrinth (plugin) on your server (Paper/Purpur/Spigot/Bukkit/Folia). This mod alone won't connect to voice.
šļø Voice
Real-time proximity voice chat with distance-based volume falloff End-to-end encrypted voice traffic Noise reduction, mic monitoring, and a live voice meter in settings š„ Groups
Password-protected private voice groups, distance-independent Role-based permissions ā control who can invite, kick, or mute Owner badge now visible to every member, not just the owner Invite notifications with accept/reject, and an option to auto-decline all invites š·ļø Speaking Indicator
Nametag shows a live microphone icon while a player is audibly speaking, synced to their actual voice level Muted players get a red-slash mic icon ā visible to everyone if they muted their own mic, or only to you if you muted them locally 𩺠Diagnostics
In-game HUD warnings when the server is dropping your voice packets, so you know when something's wrong instead of just wondering why no one can hear you šļø Client Settings
Full in-game settings menu: input/output device selection, mic mode (open/muted/push-to-talk), bitrate, HRTF, occlusion and reverb toggles š§ Fixes
Fixed voice connections dropping permanently after a brief network hiccup Fixed several group-menu bugs (scroll glitches, layout overflow on smaller screens, stale member lists) Fixed missing/broken icons across the settings and group UI Requirements: Minecraft 26.1.2, Fabric Loader ā„0.19.2, Fabric API ā„0.148.2+26.1.2, Java ā„25
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ldM6kr0l:7sTKgO3g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ldM6kr0l:7sTKgO3g"
}
