
A Minecraft Fabric mod that records and replays inventory click sequences to automate repetitive container interactions.
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.
/slotmacro play <name> command
mods folderRecording
Playing
/slotmacro play <name>Stopping
/slotmacro stop/slotmacro play <name> - Queue a macro/slotmacro stop - Stop playback/slotmacro list - List all macros/slotmacro delete <name> - Delete a macroNormal Servers
Strict Anti-Cheat
Maximum Safety
⚠️ Never use delays below 80ms - this will trigger most anti-cheat systems.
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
ClickType (string): The type of click action
PICKUP - Normal left/right clickQUICK_MOVE - Shift-click to transfer itemsSWAP - Number key to swap with hotbarCLONE - Middle-click (creative mode)THROW - Q key to drop itemQUICK_CRAFT - Drag craftingPICKUP_ALL - Double-click to gather matching itemsHOTBAR_1 through HOTBAR_9 - Hotbar slot swap via keybindButton (integer): Mouse button used
0 - Left mouse button1 - Right mouse button2 - Middle mouse buttonWill 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
CC0-1.0
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.