
291
3
MacroGrid
MacroGrid is a client-side Fabric mod that lets you create customizable macro buttons to execute commands, send chat messages, or run sequences — all from a sleek in-game menu.
⚠️ Requires Fabric API and owo-lib
🎥 Showcase
🖼️ Preview
Сlassic Menu — The dashboard where you organize your buttons
Radial Menu — Hold G, move mouse, release to run

Adding a button

Edit mode

❓ Why MacroGrid?
Tired of typing the same commands over and over?
- Builders — run WorldEdit commands like
//copy,//paste,//pos1instantly - Admins — access moderation commands with one keypress
- Players — shortcuts for
/home,/warp, chat phrases, or anything else
📖 How to use
Classic Menu
- Press G to open the grid
- Click any button to execute it
- Use Edit / Delete / Move mode buttons at the bottom to manage buttons
- Click + Add to create a new button
Radial Menu
- Hold G — the wheel appears around your cursor
- Move your mouse toward the button you want
- Release G — command executes instantly
- Move to center ⚙ Edit/Add to open the editor
✨ Features
- Two menu modes — Classic grid or Radial wheel
- Unlimited buttons — add as many as you need
- Command & Chat — execute commands or send chat messages
- Multi-action buttons — chain multiple commands per button
- 40+ icons — Swords, Pickaxes, Hearts, Stars and more
- Button colors — customize text color per button
- Move mode — swap button positions easily
- Search bar — find buttons by name instantly
- Persistent config — saved to JSON, editable manually
⚙️ Configuration
Buttons saved at: .minecraft/config/command_gui_buttons.json
UI mode saved at: .minecraft/config/command_gui_buttons_ui.json
{
"buttons": [
{
"name": "Creative",
"color": "GOLD",
"icon": "STAR",
"commands": [{ "command": "/gamemode creative", "type": "COMMAND" }]
},
{
"name": "Home",
"color": "BLUE",
"icon": "HOME",
"commands": [{ "command": "/home", "type": "COMMAND" }]
}
]
}
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:2 недели назад
