FastMI v1.2 is now available!
New Features
- Added /fmi undo — safely restore the latest FastMI backup
- Undo operations now require confirmation using /fmi confirm
- Automatic 30-second confirmation timeout to prevent accidental rollbacks
Search Improvements
- Added --no-tier flag to ignore item tiers when searching
- Added --stat flag to search within MMOItems stat names and values
Examples:
/fmi search sword --no-tier
/fmi search crit --stat
/fmi search damage --no-tier --stat
These improvements make it easier to
locate MMOItems by stats or keywords, not just item IDs.
Internal Changes
- Implemented a new ConfirmManager system for commands requiring confirmation
- This system is now used by /fmi undo and will support future administrative commands
Upgrade Notes
- Drop-in replacement, no config changes required
- Custom language files should include the following keys:
undo-prompt-title
undo-prompt-confirm
undo-success
undo-failed
confirm-expired
Full release notes are available on the GitHub repository.