This mod acts as a bridge connecting the powerful MineBackup desktop application with the Minecraft game itself. It allows you to enjoy all the conveniences brought by MineBackup without leaving the game.
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
or consider using FolderRewind with plugin MineRewind
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.exe desktop application from the link above and that it runs correctly on your system.minebackup-x.x.x.jar file from the Releases page or other mod distribution platforms..jar file into your Minecraft client's mods folder.MineBackup.exe desktop application running in the background while playing.For step 1 to 2, you can also consider using FolderRewind with plugin MineRewind as an alternative. As follows:
All commands require operator (OP) permissions for multiplayer servers. But for single-player worlds, OP is not required.
| Command | Parameters | Description |
|---|---|---|
| /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. This is a dangerous operation that will overwrite your current world! |
| /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. |
| /mb quicksave | (none) | Performs a backup for the current world. |
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 backup 1 0 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 list_backups 1 0 to list all backup files.[Full][2025-08-11_12-33-00]world [Preparing for Ender Dragon!].7z./mb restore 1 0 "[Full][2025-08-11_12-33-00]world [Preparing for Ender Dragon!].7z". (Tip: If the filename contains spaces, enclose it in double quotes "").Q: When I use a command, the chat says "Command failed", "No response", or a similar error.
MineBackup.exe 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.