Command History Plus

Quick rating

Command History Plus

No reviews yet

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.

Automation & Processing
QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
command-history-plus-0.1.1+1.21.6-1.21.8.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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 /commands on the right side of the HUD.
    • Mouse wheel scrolling to browse older entries.
    • Hover highlight and 📌 icon for pinned commands.
  • 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.
  • Pinned commands
    • Keep important commands always at the top of the list.
    • Pinned entries are also suggested for /chp pin and /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).
  • 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.
  • 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 (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.

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
    • false – 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).

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.

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 /commands on the right side of the HUD.
    • Mouse wheel scrolling to browse older entries.
    • Hover highlight and 📌 icon for pinned commands.
    • 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.
    • Pinned commands
      • Keep important commands always at the top of the list.
      • Pinned entries are also suggested for /chp pin and /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).
    • 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.
    • 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 (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.

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
      • false – 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).

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.

Screenshots

Gallery

  • 2025-12-01_18.29.38.png
    2025-12-01_18.29.38.png 2025-12-01_18.29.38.png
  • 2025-12-01_18.29.33.png
    2025-12-01_18.29.33.png 2025-12-01_18.29.33.png
  • 2025-12-01_18.29.17.png
    2025-12-01_18.29.17.png 2025-12-01_18.29.17.png
  • 2025-12-01_18.28.48.png
    2025-12-01_18.28.48.png 2025-12-01_18.28.48.png
  • Command History Plus
    Command History Plus Pinning commands
  • chp help
    chp help
  • history command
    history command
  • Using pin
    Using pin
  • config in json
    config in json

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works