5.0.0
Compatibility
Required content
Changes
Changelog v5.0.0
AR1 Backup — a reliable mod for automatic Minecraft world backups.
🆕 Additions
-
Choose backup storage folder
Now you can select where to store backups:★ Game directory— standardbackupsfolder in the server root.☆ Custom path— any absolute or relative path (e.g.,D:\Backupsor./my_backups).
The setting is synchronized with the mod menu and available via commands.
-
/backup pathcommand
Manage storage location right from chat or console:/backup path game— switch to the game folder./backup path set <path>— set a custom path./backup path show— display current mode and actual path.
-
Grouped backups in
/backup list
The list is now grouped by drives (root folders). For each drive, total size and file list are displayed. Overall total size is shown at the end. -
Path info in
/backup info
The command now shows the full absolute path to the backup file — you always know where it is located.
⚙️ Improvements
-
Dynamic hiding of the path field in the menu
When★ Game directoryis selected, theCustom pathfield is automatically hidden/disabled to avoid confusion. -
Better feedback when setting a path
After/backup path set, the actual absolute path is shown in chat so you can see exactly where backups will be saved (e.g.,C:\Server\my_backups). -
Enhanced path validation
Folder existence and write permissions are now checked, catching all errors (invalid characters, Cyrillic, missing drives). On error, backup is not created and a clear message is shown in chat. -
Clean code without deprecated APIs
The settings screen is rewritten usingConfigBuilder, eliminating deprecated methods and ensuring stability.
🐛 Bug Fixes
- Fixed issue where
customBackupPathwas not synced with the menu after changing via commands. - Fixed incorrect size display in
/backup listfor large values. - Fixed handling of paths with quotes (
"D:\Backups") – quotes are now automatically removed. - Fixed compiler warnings (unused variables, ResultOfMethodCallIgnored).
- Fixed issue where in
GAME_DIRmode,listonly showed backups from one drive – now all saved folders are scanned.
📦 Compatibility
- Minecraft: 1.21.11
- Loader: Fabric
- Required dependencies: Fabric API, Cloth Config (>=17.0.144), ModMenu (>=17.0.0)
📝 Note for administrators
When upgrading from version 4.x, the storage path is preserved automatically. We recommend checking the current path with /backup path show and updating it if necessary.
Thank you for using AR1 Backup! ❤️
If you find a bug or have suggestions, please open an issue on GitHub.
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:oIqszUcY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jd3bF4RU:oIqszUcY"
}



