All versions
3.1.0
Release
AR1 Backup 3.1.02 months ago 22
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
What's New in AR1 Backup 3.1.0
🗑️ Time-Based Backup Retention
- Added a new setting: Retention Days (0–30). Backups older than the specified number of days are now automatically deleted. Works together with the existing backup limit — first, outdated backups are removed, then the oldest remaining ones if the count still exceeds the limit.
🗂️ World Folder Wrapping Option
- New option: Wrap in World Folder (enabled by default). When active, the archive structure becomes
WorldName/...instead of just the raw world files. This means you can extract a backup directly intosavesand get a valid world folder instantly, just like vanilla backups.
⚙️ Updated Default Settings
The default values have been fine-tuned for a better out‑of‑the‑box experience:
- Auto backup: Enabled
- Backup interval: 30 minutes
- Chat messages: Enabled
- Backup limit: 10
- Compression level: 5
- Thread priority: 6
- Compression threads: 8
- Retention days: 10
- Wrap in world folder: Enabled
⚠️ Important
- Configuration reset might be required: Due to new options, it's recommended to review your settings after updating.
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:jd3bF4RU:rAieSN7f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jd3bF4RU:rAieSN7f"
}



