What Is a ClickGUI in Minecraft?

A ClickGUI is the point-and-click menu a Minecraft utility client uses to toggle modules and tweak settings with the mouse instead of typing chat commands.

Modulesby trqUpdated July 13, 2026
Key takeaways
  • A ClickGUI is the point-and-click menu a Minecraft utility client uses to toggle modules and edit their settings with the mouse.
  • It opens with a keybind and shows draggable, category-grouped panels of toggles, sliders, and dropdowns, and the layout persists to the config file.
  • It's a menu, not a gameplay feature, so it carries no detection risk on its own.

A ClickGUI is the in-game menu a Minecraft utility client uses to let you turn modules on and off and edit their settings with the mouse, rather than typing chat commands one at a time. It opens with a dedicated keybind and lays out the client's feature set as draggable, category-grouped windows: checkboxes for switches, sliders for numbers, dropdowns for modes, color pickers for anything visual. For a lot of players it's the only interface they ever touch, since it shows everything the client can do instead of making you already know a command's name before you can use it.

How it works

A ClickGUI is built as a set of panels, usually one per category, that you can drag around the screen and collapse or expand at will. Each panel lists its modules as rows: a toggle switch to flip the module on or off, and an arrow to expand that row into its actual settings. Expand one and you get the real controls, a checkbox for a plain on/off value, a slider for a number like range or speed, a dropdown or cycling button for a mode, a color picker for anything visual. None of it is just for show. These controls read and write the module's live settings, so dragging a slider changes behavior the instant you let go of the mouse. No reopening a menu, no retyping a command.

Layout isn't thrown away when you close the menu, either. Most clients write panel positions and open or closed state straight to the config file, so the GUI comes back looking the way you left it, session after session. Build a layout you like once and it sticks.

ClickGUI vs Tab GUI

Some clients pair the ClickGUI with a second, keyboard-only menu, usually called a Tab GUI, and it's a deliberate split rather than a redundant one.

ClickGUITab GUI
InputMouseKeyboard
InteractionDrag panels, click toggles, slide slidersArrow keys or tab-cycle through a flat list
Strongest forBrowsing the full module list, tuning values by feelFlipping a module without taking a hand off WASD

Neither replaces the other. A ClickGUI wins at discovery: browsing categories, reading what a slider actually does, dialing in a value by eye with a search box in front of you. A Tab GUI wins mid-fight, when your hand is already on the keyboard and reaching for the mouse costs a second you don't have. Clients that ship both are betting you'll want each for a different moment, and they're usually right.

Opal's version

Opal's catalog keeps the description simple: a point-and-click menu for the client's features. It's classified SAFE, the same cosmetic-or-quality-of-life tier as everything else that changes how the client feels without changing how the game plays. It's not a module you toggle. It's the thing you use to toggle everything else.

FAQ