All versions
2.0.0
Release
MineBackup 2.0.0 - Neoforge3 months ago 23
Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
Requires FolderRewind 1.6.0 + MineRewind 1.6.1, OR MineBackup 1.14.0
If you are using a previous version, it is essential to update to this version to fix BUGS!
- Removed some dedicated server-side adaptations and dropped support for the
/mb quickrestorecommand in the dedicated server. It is recommended to use the MineBackup-Plugin for dedicated servers. - Added support for the configuration ID and auto-completion features of the second-generation Archive Time Machine.
- Added support for the
/mb helpseries of commands. - Improved the restoration logic for
/mb quickrestore. - Enhanced configuration saving.
- Fixed the issue where file names were not auto-completing correctly.
- Resolved an issue that prevented the server from functioning properly.
- Fixed the problem where hot restoration of multiplayer saves was ineffective.
- Other minor bug fixes.
- 剥离部分专用服务端适配,移除专用服务端对
/mb quickrestore指令的支持。专用服务端推荐使用 MineBackup-Plugin 联动插件。 - 支持第二代存档时光机的配置id及自动补全。
- 支持
/mb help系列指令。 - 完善
/mb quickrestore还原逻辑。 - 完善配置保存。
- 修复文件名称自动补全问题。
- 修复服务端无法使用的问题。
- 修复多人存档热还原失效的问题。
- 其他小问题修复。
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:BL4y489D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wI8VpWJw:BL4y489D"
}

