
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.
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.
/commands on the right side of the HUD./chp pin and /chp unpin.historyLimit, 0 = unlimited).All keybindings are client‑side and can be changed in Minecraft’s Controls menu.
Toggle history overlay (H by 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 (F by default) – toggle search mode; when active, the current chat text is used as a filter.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:
The mod stores its data under:
config/command_history_plus/config.json – global settings and, optionally, embedded profiles.The following option controls how histories are stored:
separateProfileFiles (default: true)true – each profile is stored in its own JSON file:config/command_history_plus/singleplayer/<world>.jsonconfig/command_history_plus/servers/<address>.jsonglobal): config/command_history_plus/profiles/<id>.jsonfalse – all profiles are stored together in config.json under 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).Command History Plus currently ships with localization for:
en_us)ru_ru)es_es)es_mx)pt_br)de_de)fr_fr)Minecraft will automatically pick the language that matches your client settings.