Links
Tags
Creators
Details
Licensed MIT
Published 11 months ago
Updated last week
All versions
3.3.0
Release
MineBackup 3.3.0last week 39
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
Requires FolderRewind 1.8.2 + MineRewind 1.8.2, OR MineBackup 1.16.1
MineBackup-Mod 3.3.0
🎉 What's New
Automation Enhancements
- Welcome Message on World Join: Shows automation status with clickable buttons when you join
[Enable Auto Backup]button when disabled[Disable]and[Reconfigure]buttons when active, showing current mode, interval, and next run
- Reminder Mode: New
remindmode that prompts you to backup instead of doing it automatically/mb auto start <minutes> remindfor reminder mode/mb auto start <minutes> backupfor auto-backup mode (default)
- World-Bound Plans: Automation schedules now bind to specific worlds; restoring won't resurrect old schedules
- Status Command:
/mb auto statusshows current mode, interval, and next trigger
Permission System (Fabric 26.1)
- Fine-grained capability-based permissions:
save,backup,restore,browse,automation - OP level 2 compatibility fallback; world owner and console always allowed
User Experience
- Better Restore Failure UI: Now shows world selection screen instead of a black screen when restore fails
- Localized Error Messages: User-friendly error messages for rejoin failures (invalid world ID, timeout, cancelled, max retries, missing session)
🐛 Bug Fixes
- Fixed cross-version API compatibility (ClickEvent/HoverEvent, client screen API, player messages, network handlers)
- Fixed Fabric-1.21 ABI compatibility with TextEvents
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:wI8VpWJw:a6NIXCCF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wI8VpWJw:a6NIXCCF"
}

