Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Creators
Details
Command History Plus is a lightweight clientāside Fabric mod that keeps your recent commands at hand in a compact overlay on the right side of the screen.
Features
- Onāscreen history overlay
- Shows your recent
/commandson the right side of the HUD. - Mouse wheel scrolling to browse older entries.
- Hover highlight and š icon for pinned commands.
- Shows your recent
- Click interaction in chat
- Leftāclick on an entry while chat is open:
- Inserts the command into the chat box, or
- Sends it instantly if instant send is enabled.
- Rightāclick removes a command from history.
- Leftāclick on an entry while chat is open:
- Pinned commands
- Keep important commands always at the top of the list.
- Pinned entries are also suggested for
/chp pinand/chp unpin.
- Perāworld / perāserver history
- Separate history profiles for:
- Singleplayer worlds.
- Multiplayer servers.
- Optional mode to store each profile in its own JSON file (enabled by default).
- Separate history profiles for:
- Configurable history
- Optional limit on the number of stored entries (
historyLimit,0= unlimited). - Option to use instant send for clicks or quickāinsert hotkeys.
- Asynchronous, debounced saving to avoid disk spam.
- Optional limit on the number of stored entries (
- Search
- Press the search hotkey and type in chat to filter the overlay by substring.
Keybindings
All keybindings are clientāside and can be changed in Minecraftās Controls menu.
Toggle history overlay(Hby default) ā show/hide the overlay.Insert last command(ā by default) ā insert the most recent command into chat.Insert selected command(ā by default) ā insert the currently hovered/top command.Search in history(Fby default) ā toggle search mode; when active, the current chat text is used as a filter.
Commands
All commands are clientāside and only affect your local history.
-
/chp help
Show a short help message with all subcommands. -
/chp clear
Clear the current profileās history. -
/chp reload
Reload history and settings from disk (useful after editing config files by hand). -
/chp pin <command>
Pin a command so it appears at the top of the list. Autoācompletes from your history and pinned commands. -
/chp unpin <command>
Unpin a previously pinned command. Autoācompletes from pinned commands. -
/chp instantsend <true|false|toggle>
Enable / disable / toggle instant send mode:- When on, leftāclicking an entry (or using quickāinsert hotkeys) immediately sends the command.
- When off, the command is only inserted into the chat box.
Data Storage
The mod stores its data under:
config/command_history_plus/config.jsonā global settings and, optionally, embedded profiles.
Profiles and separate files
The following option controls how histories are stored:
separateProfileFiles(default:true)trueā each profile is stored in its own JSON file:- Singleplayer worlds:
config/command_history_plus/singleplayer/<world>.json - Servers:
config/command_history_plus/servers/<address>.json - Other profiles (including
global):config/command_history_plus/profiles/<id>.json
- Singleplayer worlds:
falseā all profiles are stored together inconfig.jsonunder the"profiles"object (legacy mode, kept for backwards compatibility).
Other important options:
instantSendā whether instant send is enabled.historyLimitā maximum number of entries per profile (0= unlimited).
Localization
Command History Plus currently ships with localization for:
- English (
en_us) - Russian (
ru_ru) - Spanish (Spain) (
es_es) - Spanish (Mexico) (
es_mx) - Portuguese (Brazil) (
pt_br) - German (
de_de) - French (
fr_fr)
Minecraft will automatically pick the language that matches your client settings.



