Tags
Creators
Details
All versions
0.1.3
Release
Svg- Bukkit3 weeks ago 3,464
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.1–1.20.6
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
0.1.3 Release
Server mods/plugin jars available on Modrinth
Fix issues:
- closes #71
- closes reported issues in discussions.
Included PRs
- #64
- #65
- #72
New Features:
- Android App support
- Better client-server versioning checks
- More UI options: - Out of the box UI setup (what we already have) - Custom UI support (server owners customize css) - Svg-web client as a package (meaning server-owners will have full control over code, looks, and a bit more, but will take more work)
- more performance work.
- Option to disable webchat
Internal changes:
Server
- Deprecate old legacy audio setup
- Apply Debug on config reload
- Add List type of config option
- Fix Context Path issue
- Move Auth errors from IllegalStateException to AuthException
- Split the JettyWebsocket into several classes: - Base JettyWebsocket - Multiple Packet Handlers (one for each Packet Type): Chat, Join, Capabilities
- Add an option to disable web-chat feature.
- Removed Auto option for server.audio.transport-mode config.
- Combined the AudioTransportMode and AudioTransportPreference classes.
- Bukkit only: Fix player chat error by moving chat to execute on Bukkit Main thread
- Recognize Android vs web clients, and configurable to block or accept them.
- Allow versioning requests.
Client
- Client code rewrite to be class based
- Remove some un-needed logging on client (only log for errors)
- Add jDocs for client, to allow server-owners to use package and see autocomplete options.
- Make English the fallback language on client, when language is not translated, or unknown.
- Added a builder class to help build SvgClient
- Building from document: add attribute for each relevent tag
- old fashioned element: directly build SvgClient using options.
- Change JoinPacket to new Protocol required by server.
Dependencies
- Root: Upgraded gradle to 9.6.1
- Root: Bump GeyserAPI to 2.10.1
- Root: Bump org.Json to 20260522
- Fabric: Bump Luckperms API to 5.5
Docs
- Add more config explanations previously missing
- Refactor 0.1.2 docs into better locations.
- Update docs to reflect new changes
Github ChangeLog
What's Changed
- Add language fallback to English in lang.js by @ck5414 in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/69
- Website Tweaks by @cat-cat2 in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/65
- Awareness android app by @pbarrera813 in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/64
- 0.1.3 Release by @TheodoreMeyer in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/72
Full Changelog: https://github.com/TheodoreMeyer/SimpleVoice-Geyser/compare/v0.1.2...v0.1.3
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:GJLuArlK:cFF8PtQx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GJLuArlK:cFF8PtQx"
}

