Links
Tags
Creators
Details
Licensed BSD-3-Clause
Published 3 years ago
Updated 2 years ago
All versions
3.6
Release
Fabric 1.21 - 3.62 years ago 2,040
Compatibility
Minecraft: Java Edition
1.21
Platforms
Fabric
Quilt
Supported environments
Server-side
Client and server
Changes
Advanced Backups - 3.6
Minecraft 1.21 support!
- Add new config options for logging backup progress:
| Config | Description | Default Value |
|---|---|---|
| config.advancedbackups.logging.clients | Which clients to send backup progress info to. | ops |
| config.advancedbackups.logging.clientfrequency | How often to send backup progress info to clients, in milliseconds. | 500 |
| config.advancedbackups.logging.console | Whether to log backup progress info to console. Start and end are always logged. | true |
| config.advancedbackups.logging.consolefrequency | How often to log backup progress info to console, in milliseconds. | 5000 |
- Slight improvements to command feedback and other logging.
- Fix a issue with the commandline that could allow extraction of zip entries to abitrary locations.
- This would require a maliciously crafted zip that the user has manually placed into the backups folder then attempted to restore.
- As such, it was a very minor issue, but nonetheless one worth patching.
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:Jrmoreqs:LZPPsnJE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Jrmoreqs:LZPPsnJE"
}

