Skip to content

A Minecraft Fabric mod for recording and replaying slot click sequences in container GUIs to automate repetitive inventory interactions

License

Notifications You must be signed in to change notification settings

HelixCraft/Slot-Click-Macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slot Click Macros

Environment Java 21 Modrinth

Download on Modrinth

A Minecraft Fabric mod that records and replays inventory click sequences to automate repetitive container interactions.

⚠️ Warning: USE AT YOUR OWN RISK! This mod can be detected by anti-cheat systems and may result in bans on multiplayer servers if your not careful. Always use safe delay settings (100ms+ base, 50ms+ random) and check server rules before using. The developers are not responsible for any consequences.

Features

  • Record any container interaction - Works with chests, shops, crafting tables, and custom GUIs
  • Simple controls - Press a keybind to start/stop recording, then save with a name
  • Multiple playback methods - Trigger via keybind or /slotmacro play <name> command
  • Anti-detection delays - Configurable base delay (10-500ms) with random variance (0-100ms)
  • Queue system - Macros automatically execute when you open the next container
  • Easy management - Assign keybinds, view, edit, and delete macros via config GUI

Installation

  1. Install Fabric Loader
  2. Install Fabric API
  3. Install Cloth Config
  4. Place Slot Click Macros in your mods folder

Fabric API auf Modrinth Cloth Config auf Modrinth

Quick Start

Recording

  1. Press R (default) to start recording
  2. Open a container and perform your actions
  3. Press R again to stop
  4. Enter a name and save

Playing

  1. Assign a keybind in the config GUI or run /slotmacro play <name>
  2. Open the target container
  3. Macro plays automatically

Stopping

  • Marco automatically stops after finish
  • To stop early, press your configured stop keybind or run /slotmacro stop

Commands

  • /slotmacro play <name> - Queue a macro
  • /slotmacro stop - Stop playback
  • /slotmacro list - List all macros
  • /slotmacro delete <name> - Delete a macro

Recommended Settings

Normal Servers

  • Base Delay: 100-120ms
  • Random Range: 50-60ms

Strict Anti-Cheat

  • Base Delay: 150-180ms
  • Random Range: 70-90ms

Maximum Safety

  • Base Delay: 200-250ms
  • Random Range: 80-120ms

⚠️ Never use delays below 80ms - this will trigger most anti-cheat systems.

File Format

Macros are stored as text files in config/slotclickmacros/:

12,PICKUP,0        # Left-click slot 12
15,QUICK_MOVE,0    # Shift-click slot 15
3,HOTBAR_1,0       # Press hotbar key 1 on slot 3
27,PICKUP,1        # Right-click slot 27

Format: SlotID,ClickType,Button

  1. ClickType (string): The type of click action

    • PICKUP - Normal left/right click
    • QUICK_MOVE - Shift-click to transfer items
    • SWAP - Number key to swap with hotbar
    • CLONE - Middle-click (creative mode)
    • THROW - Q key to drop item
    • QUICK_CRAFT - Drag crafting
    • PICKUP_ALL - Double-click to gather matching items
    • HOTBAR_1 through HOTBAR_9 - Hotbar slot swap via keybind
  2. Button (integer): Mouse button used

    • 0 - Left mouse button
    • 1 - Right mouse button
    • 2 - Middle mouse button

FAQ

Will I get banned? Possibly. Many servers prohibit automation. Always check server rules and use appropriate delays.

Macro clicks wrong slots? Container layouts may differ. Re-record in the specific container you're using.

How to stay safe? ✅ Use 100ms+ delays with 50ms+ variance ✅ Test on private servers first ✅ Read server rules ✅ Use responsibly

License

CC0-1.0

Disclaimer

This mod is provided "as is" without warranty. The developers are not responsible for bans or other consequences. Use ethically and at your own risk.

About

A Minecraft Fabric mod for recording and replaying slot click sequences in container GUIs to automate repetitive inventory interactions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages