Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated last month
All versions
neoforge-1.21.9-2.1.7+c9fe3b7
Beta
[NeoForge 1.21.9] Plasmo Voice 2.1.7+c9fe3b78 months ago 643
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
NeoForge
Supported environments
Client and server
Changes
Changes in 2.1.7
Client
- Fixed crash on latest versions of NeoForge 1.21.9/10.
- Fixed UnsupportedOperationException crash on 1.21.10 caused by player game profile skins in direct sources (cross-server groups).
- Fixed different types of activations blocking each other (e.g. when whisper was used, groups can't be used at the same time. Now you can use both at the same time).
- Added option to choose between direct and proximity mute when sources from the same player are overlapping. (Advanced -> Source Types Overlap)
- Added warning on transitive activation conflicts.
- Added error button when microphone is not available.
- Fixed
pv.allow_freecamset to false breaks 3d audio panning (#492). - Fixed microphone gain not properly preventing clipping in some cases.
- Added option to disable input device (#494).
Server
- Fixed
/vreloadnot reloading language changes. - Added more descriptive comments in the config.
- Added configurable player icon visibility and offset. Check
[voice.player_icon]config block for more info. - Reworked keep alive to handle more players.
- Improved performance using epoll when available.
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:1bZhdhsH:Ifsk3Sri"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1bZhdhsH:Ifsk3Sri"
}

