HomeJavaModsSimple Panic Button
Simple Panic Button
Simple Panic Button — screenshot 1

🚨 Panic Button

Hide selected mods and keybinds instantly with one key press.


📖 What Is Panic Button?

Panic Button is a lightweight client-side Fabric mod that lets you hide selected mods from Mod Menu and selected keybinds from Minecraft's Controls menu.

No uninstalling, disabling, or restarting is required. Press your Panic key once to activate Panic Mode. Press it three times quickly to restore everything.

Perfect for harmless trolling or whenever you need to hide selected UI entries quickly.


✨ Features


show case

⚙️ How Does It Work?

1. Bind Your Keys

Go to:

Options → Controls → Panic Button

Assign a key for activating Panic Mode. You can also assign a separate key for opening the configuration menu.

2. Configure Mod Hiding

Open the Panic Button configuration and select Hide from Mod Menu.

Click a mod to switch between:

Status Meaning
🟢 Shown The mod stays visible during Panic Mode
🔴 Not Shown The mod disappears during Panic Mode

Use the search bar to find mods quickly or enable Shown Only to review everything that remains visible.

3. Configure Keybind Hiding

Select Hide Keybinds in the Panic Button configuration.

Keybinds are organized into clear categories. Click a keybind to switch between:

Status Meaning
🟢 Shown The keybind stays visible during Panic Mode
🔴 Not Shown The keybind disappears from the Controls menu

If every keybind inside a category is hidden, the entire category disappears too.

4. Activate Panic Mode


🛠️ Technical Details

Panic Button uses Fabric Mixins to filter UI entries while Panic Mode is active.

Mod Menu Filtering

A Mixin filters the Mod Menu list before it is displayed. Only mods included in your personal visibleMods list remain visible.

Keybind Filtering

A separate Mixin filters Minecraft's Controls list using your hiddenKeybinds configuration.

The keybind filter also performs a second cleanup after the Controls list has been created. This allows Panic Button to remove additional entries inserted by compatible mods such as Multi Key Bindings.

When all keybinds belonging to a category are hidden, its empty category header is removed automatically.

Nothing is deleted, disabled, unbound, or uninstalled.
Panic Button only hides selected entries from the user interface. All mods and keybinds continue working normally.

Config File Location

.minecraft/config/panic_button.json

Config Structure

{
  "configVersion": 2,
  "keybinding": "key.keyboard.p",
  "configKeybinding": "NONE",
  "panicModeActive": false,
  "showPanicHudIndicator": true,
  "visibleMods": [
    "fabric-api",
    "minecraft",
    "modmenu",
    "sodium"
  ],
  "hiddenKeybinds": [
    "key.freecam.toggle",
    "key.example.action"
  ]
}

📦 Installation

  1. Install Fabric Loader
  2. Install Fabric API
  3. Install Mod Menu
  4. Place panic_button.jar inside your .minecraft/mods folder
  5. Launch Minecraft
  6. Open Options → Controls → Panic Button and assign your keys

🔧 Compatibility

Minecraft Fabric API Mod Menu Status
1.21.x ✅ Supported
26.1.x ✅ Supported

⚠️ Mod Menu is required for mod-list hiding and the full configuration integration.


⚠️ Fair Use

Respect the rules of every server you play on. If this mod is not permitted, do not use it. Panic Button is intended for harmless trolling and UI customization.


#fabric #utility #client-side #mod-menu #privacy #keybind #lightweight #1.21 #26.1

More features

Additional Panic Mode options are planned for future updates.


Multi Key Bindings is a separate mod by kennybc. Panic Button only adds optional UI hiding compatibility and does not include its code.

Check out my other mod:

Priorityhotbar

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more