Tags
Creators
Details
2.0.0+mc1.21.4
Compatibility
Required content
Changes
ServerReplay 2.0.0
This is quite a big update to ServerReplay with lots of internal changes. ServerReplay now supports recording to the flashback format! This support is experimental, and usage may result in corrupted recordings, please report any bugs you encounter to the github.
Replay mod support will still be maintained for the foreseeable future, and remains the default recording method.
To change the format to flashback you can run the /replay encoding set flashback,
to change back to replay mod you can run /replay encoding set replay-mod.
There are some features of flashback that aren't currently available:
- No flashback voicechat support
- No viewing flashback replays server-side
- Flashback will not save resource packs, this is a limitation of flashback itself, resource packs in replays will still be loaded if the packs are still being hosted externally
Other changes this update:
- Fixed an issue where you couldn't use ServerReplay in Singleplayer
- Fixed compatability with servux
- Added config option
"ignore_custom_payloads"which ignores custom payload packets, this may resolve compatability issues with some mods, but will break others - Deprecated
"max_file_size"and"include_compressed_in_status", for longer replays these options are just too expensive to feasibly use, these options do not work for the new flashback format and will eventually be removed for replay mod replays. It's advised to use"max_duration"instead.
Optional dependencies
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:qCvSZ8ra:DMCSQ8JV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qCvSZ8ra:DMCSQ8JV"
}

