Install and Manage Plugins
This page is for everyday users who want stable plugin usage.
Installation methods
1) Install from plugin marketplace
- Open Plugin Management in FolderRewind.
- Select the target plugin and install.
- Restart the app when prompted.
2) Local ZIP install
- Download plugin package (usually
.zip). - In Plugin Management, choose Local Install.
- Select ZIP file and finish import.
Plugin ZIP should include
manifest.jsonand entry assembly (for exampleMineRewind.dll).
Enable and disable
- When enabled, plugin is loaded at app startup and runs
Initialize. - When disabled, plugin no longer participates in discovery, backup hooks, or command extensions.
Upgrade and rollback
- Prefer upgrade entry provided by plugin page.
- Run one manual backup before upgrading.
- If upgrade is unstable, roll back to previous stable version and restart app.
FAQ
Installation failed
- Check ZIP structure (top folder +
manifest.json). - Check whether plugin
MinHostVersionis higher than current host version.
Plugin installed but feature is missing
- Confirm plugin is enabled.
- Confirm prerequisite conditions are met (for example MineRewind requires recognizable Minecraft directory structure).