0.2.0+1.21.10-forge
Compatibility
Required content
Changes
First alpha release.
Voicely connects your Simple Voice Chat client to a voice server when the Minecraft server you are on has no voice chat of its own. On servers that already run Simple Voice Chat it does nothing.
In this release
- Proximity voice on servers with no voice chat installed
- Groups, with optional passwords
- A picker for choosing between voice servers, including community-run ones
- A microphone badge beside the names of other Voicely users, which can be hidden either way
- Settings on the K key
Before you install
Testing is uneven across versions. 1.21.x has been used in live sessions covering voice between two players, groups and server switching. 1.17.1 through 1.20.6 are confirmed to launch and initialise, and the voice connection has been confirmed end to end on 1.20.1, but these have had far less real use. The Forge and NeoForge builds are compiled and checked but have not been launch-tested.
If something goes wrong, please attach your log. It names the Minecraft version, the loader and the voice server that was contacted, which is worth more than any description.
Simple Voice Chat is required. Voicely does not replace it or include any part of it.
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:GJvIS4M8:A3ehzh2y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GJvIS4M8:A3ehzh2y"
}

