▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/MacroGrid
MacroGrid

MacroGrid

A customizable GUI for command macros.

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

Classic Menu

Radial Menu — Hold G, move mouse, release to run

Radial Menu

Adding a button

Adding a button

Edit mode

Replace this with a description


❓ Why MacroGrid?

Tired of typing the same commands over and over?

  • Builders — run WorldEdit commands like //copy, //paste, //pos1 instantly
  • Admins — access moderation commands with one keypress
  • Players — shortcuts for /home, /warp, chat phrases, or anything else

📖 How to use

Classic Menu

  1. Press G to open the grid
  2. Click any button to execute it
  3. Use Edit / Delete / Move mode buttons at the bottom to manage buttons
  4. Click + Add to create a new button

Radial Menu

  1. Hold G — the wheel appears around your cursor
  2. Move your mouse toward the button you want
  3. Release G — command executes instantly
  4. 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" }]
    }
  ]
}

Совместимость

Minecraft: Java Edition

26.1.x1.21.x

Платформы

Поддерживаемые окружения

Клиент

Создатели

Детали

Лицензия:MIT
Опубликован:2 месяца назад
Обновлён:2 недели назад
Главная