Tags
Creators
Details
All versions
0.1.4
Release
SVG: Bukkit: 0.1.4last month 7,379
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.4 release
Description:
- Fix A lot of errors
- Add Join Message Configurability
- NEW UI: Blocky: A more minecraft UI feel.
- Add ability to override web files
- Add warning for spigot on /svg pswd since it is shown in console
Fixes Issues
- closes #80
- closes #75
- closes #70
- closes #27
PR
- #79
- #81
- #88
Features
- Bump version to 0.1.4
Server
- Added configurability for join message.
- Cleaned up shutdown code.
- Centralize access to FormHandler, so we have less instances of this.
- Added Web-Config ovverride: - Affects index.html and styles.css - Allows files in the /web dir to be ovverriden and customized.
- Fabric:
- Added shutdown hook (was missing) so server doesn't hang on stop.
- Better logging for Websocket errors.
- Spigot:
- Add a 'confirm' arg to /svg pswd
- If the password is missing, attempt to open GeyserForms if player is bedrock.
Client
- Brand new UI (Blocky Update)
- Introduces a higher-quality UI that feels more like Minecraft
- Older UI still available at /legacy.html.
- We are planning to keep both available, but prefer the new one.
- Removes the Dev options, as they are no-longer in use.
- Rewrites lang.js to be more class based.
- Add some helper functions to lang.js to help manage and set elements for language.
Docs
- Warn user about Spigot password logging issue. And /svg pswd {Password} confirm requirement.
Updated Dependencies
NONE publicly recognized.
What's Changed
- Web UI Update (Blocky) by @CharlesYiu in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/81
- Web UI Update (Blocky) Revision (SvgLang) by @CharlesYiu in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/88
- 0.1.4 Release by @TheodoreMeyer in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/79
New Contributors
- @CharlesYiu made their first contribution in https://github.com/TheodoreMeyer/SimpleVoice-Geyser/pull/81
Full Changelog: https://github.com/TheodoreMeyer/SimpleVoice-Geyser/compare/v0.1.3...v0.1.4
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:BfnuqxSR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GJLuArlK:BfnuqxSR"
}

