Skip to main content

Plugin System Overview

FolderRewind has a built-in plugin system that allows developers to extend functionality for specific scenarios.

What plugins can do

CapabilityDescriptionExample
Custom config typesDefine new backup config typesMineRewind adds a "Minecraft" type
Auto discoveryScan directory structures intelligentlyDiscover saves under .minecraft/saves
Hot-backup hooksRun custom logic before/after backupSnapshot while game is running
Hotkey extensionsRegister custom global hotkeysTrigger specific actions quickly
KnotLink commandsReceive external commands over IPCIntegrate with third-party tools

Official plugin

MineRewind v1.4.0

An official save-enhancement plugin built for Minecraft.

  • Auto-scan and discover Minecraft saves
  • Hot backup while the game is running
  • World version detection

👉 Minecraft Guide | Download

Install plugins

  1. Download plugin files from a plugin source.
  2. Install from FolderRewind Plugin Management.
  3. Restart the app to load the plugin.

Become a plugin developer

If you want to build plugins for FolderRewind, start with Plugin Development Quick Start.

FolderRewind provides these extension interfaces:

  • IFolderRewindPlugin — Main plugin interface
  • IFolderRewindHotkeyProvider — Hotkey extension interface
  • IFolderRewindKnotLinkCommandHandler — KnotLink command interface