Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Fuzzy
The fzf inspired command introduces a "fuzzy search"-based command search and execution system. It allows you to search previously entered commands, regardless of the exact phrasing, and quickly reuse them.
Usage
- Press the
J
key (default keybind, configurable) to open the Fuzzy Command Search screen. - Start typing your search query to filter through previously used commands.
- Commands matching your search will be displayed in a list, which you can navigate using arrow keys, or execute directly with the
Enter
key. - The
Tab
key will suggest the selected command, allowing you to edit it further in the chat bar.
Demo
KeyBinds
- Press
J
to open the fuzzy command finder (this keybinding can be re-configured)
Features
Quick Actions
When you select an entry you can do one of the following quick actions:
- Execute Command:
Enter
- Suggest Command in Chat:
Tab
- Next Entry in List:
Arrow Down
orShift + J
- Previous Entry in List:
Arrow Up
orShift + K
- Remove Entry:
Shift
+X
- Copy Command to Clipboard:
Shift
+C
- Give Command Block with Suggested Command:
Shift + B
Command Blocks
When you interact with a command block and change its command, if you have theEnable Command Block Logging
option enabled, Fuzzy will automatically log that command into its search history. This means you'll be able to pull up the Command Search later on and reuse the command you entered into the command block, even after closing the command block's interface.
Command Block commands appear in yellow and they have a @
prefix in the command search.
TIP: Use command block logging in combination with Shift + B
to quickly swap between command blocks (Demo)
Credits
Fuzzy uses xdrop/fuzzywuzzy for the fuzzy search.