1.0.2
Compatibility
Required content
Changes
๐ฌ SVVideo โ Update 1.0.2
๐ Changelog
โ Fixes
-
.mp4,.gif, and other multimedia files stored on multiplayer servers now play correctly on clients. -
The local HTTP server now uses a configurable fixed port instead of a random one.
- Default port:
19400 - Config file:
config/svvideo-server.properties
- Default port:
-
Fixed an issue where clients could not resolve
svvideo-server://URLs when connected to dedicated servers. -
/svvideo vanillasounds offnow only mutes Minecraft background music (MUSIC) instead of all vanilla sounds.
โจ New Features
๐ผ๏ธ GIF Transparency
Transparent GIFs now properly respect the alpha channel. Transparent pixels no longer render with an opaque background.
๐ GIF Scale
New scale parameter (1โ500, where 100 = default size).
/svvideo gif url <players> <vol> <position> <scale> <url>
/svvideo gif file <players> <vol> <position> <scale> <file>
๐๏ธ GIF Fade In / Fade Out Animation
New optional duration parameter (1โ3600 seconds).
When used:
- the GIF fades in;
- stays fully visible;
- fades out;
- and automatically stops.
/svvideo gif url <players> <vol> <position> <scale> <duration> <url>
/svvideo gif file <players> <vol> <position> <scale> <duration> <file>
Without duration, the GIF plays indefinitely like before.
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:AXu6jzkV:tcyVMeCV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AXu6jzkV:tcyVMeCV"
}

