Learn · concepts
What Is a ClickGUI in Minecraft?
A ClickGUI is the point-and-click menu a Minecraft utility client uses to toggle modules and adjust settings with the mouse.
What is a ClickGUI?
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.
The ClickGUI is a convenience layer over what a client does. The client does the work; the menu just lets you ask it to do that work.
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.
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.
ClickGUI
Mouse-driven: drag panels, click toggles, slide sliders. Strongest for browsing the full module list and tuning values by feel.
Tab GUI
Keyboard-driven: arrow keys or tab-cycle through a flat list. Strongest for flipping a module without taking your 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.
FAQ
ClickGUI is short for click graphical user interface. It's the point-and-click menu a Minecraft utility client uses to toggle modules and adjust settings with the mouse.
With a dedicated keybind set by the client, commonly something like Right Shift or Insert by default. Most clients let you rebind it to whatever key you'd rather use.
No. A ClickGUI is a menu, not a gameplay feature. It's the interface for toggling whatever modules a client ships and has no effect on gameplay by itself.
Yes, in most clients. Panel positions and open or closed state are written to the client's config file, so the menu looks the same next session.