作者:rebot | 分类:模组
Minecraft 版本: 1.21.9 1.21.10 1.21.11
平台: fabric
标签: game-mechanics management
Please note: This mod is a companion component for the MineBackup desktop application or FolderRewind and cannot function independently. You must first download and run the main application for this mod to work properly.
Additionally, for proper inter-process communication, the KnotLink server must be installed on your computer. https://github.com/hxh230802/KnotLink/releases
Exception:Linux/MacOS users do not need to install the KnotLink server.
Starting from version 2.0.0, this mod supports dedicated servers in a limited way. Restore workflows such as /mb quickrestore and /mb restore remain unsupported for dedicated servers. For dedicated-server restores, please use MineBackupPlugin.
For Windows Users, recommend FolderRewind with plugin MineRewind rather than MineBackup.
This lightweight Forge mod serves as a bridge between the powerful MineBackup desktop application and Minecraft itself. It allows you to enjoy all the conveniences of MineBackup without ever leaving your game.
/mb command series to manage your world saves directly from the chat. You can also use the hotkey Alt + Ctrl + S to back up your world!/save-all) in the background, ensuring your backup always captures the latest progress.MineBackup/FolderRewind desktop application from the link above and that it runs correctly on your system.Minecraft Saves type configuration instead of Default. You can download this plugin from GitHub Releases.minebackup-x.x.x.jar file from the Releases page or other mod distribution platforms..jar file in the Minecraft client's mods folder. For dedicated servers, install it on the server's mods folder; client installation is optional.MineBackup/FolderRewind desktop application running in the background while playing.All commands require operator (OP) permissions for multiplayer servers. But for single-player worlds, OP is not required.
On dedicated servers, backup and query commands are supported, but restore commands still require MineBackupPlugin.
| Command | Parameters | Description |
|---|---|---|
| /mb quickbackup | [comment] |
Performs a backup for the current world. |
| /mb quickrestore | [filename] |
Performs a hot restore for the current world. Single-player/LAN only. Dedicated servers should use MineBackupPlugin instead. |
| /mb save | (none) | Manually performs a full world save in-game, equivalent to /save-all. |
| /mb list_configs | (none) | Lists all your configured backup profiles and their IDs from the MineBackup desktop application. |
| /mb list_worlds | <config_id> |
Lists all worlds under the specified configuration profile along with their indices. |
| /mb list_backups | <config_id> <world_index> |
Lists all available backup files for the specified world. |
| /mb backup | <config_id> <world_index> [comment] |
Instructs the main application to create a backup for the specified world. An optional comment can be added. |
| /mb restore | <config_id> <world_index> <filename> |
Instructs the main application to restore the world using the specified backup file. Single-player/LAN only. Dedicated servers should use MineBackupPlugin instead. |
| /mb auto | <config_id> <world_index> <internal_time> |
Requests MineBackup to start an automatic backup task, backing up every internal_time minutes. |
| /mb stop | <config_id> <world_index> |
Requests MineBackup to stop the automatic backup task. |
Let's say you want to create a backup for your server's main world:
Step 1: Find the Configuration and World
/mb list_configs to see your configuration profiles.Chat returns:
Available Configurations: - ID: 1, Name: Survival Server
/mb list_worlds 1 to see the worlds under the "Survival Server" profile.Chat returns:
Worlds for Config 1: - Index: 0, Name: world
Step 2: Perform the Backup
1 and the world index is 0./mb quickbackup Preparing for Ender Dragon!Chat returns:
[MineBackup] Backup task for world 'world' started...
(After a moment)
[MineBackup] Backup successful! World 'world' saved as [Full][2025-08-11_12-33-00]world [Preparing for Ender Dragon!].7z
(If Needed) Step 3: Perform a Restore
/mb quickrestore "[Full][2025-08-11_12-33-00]world [Preparing for Ender Dragon!].7z". (Tip: Filename can be auto-completed).Q: When I use a command, the chat says "Command failed", "No response", or a similar error.
MineBackup/FolderRewind desktop application is running in the background on your computer. All features of this mod rely on network communication with the main application.Q: Can this mod be used by itself?
This project is licensed under the MIT License. For details, please visit the main project repository.
请登录后举报
暂无评论,抢个沙发吧~