
Nek's Command Maker (Client Edition)
Nek's Command Maker but it runs on the client side!
Обновлён 25 июня 2026 г. · опубликован 31 декабря 2025 г.
This is the Client Edition of Nek's Command Maker. Click here to visit the Server Edition.
📦 Nek's Command Maker Client Edition
A lightweight Minecraft mod that lets you define custom commands using aliases—perfect for server scripting, modpacks, or ritual triggers. No external files, no dependencies beyond Fabric API.
🔧 Features
- Add commands dynamically via in-game chat
- Reload config without restarting
- Fully JSON-driven and vanilla-compatible
📝 Usage
Use /addcommand to manage your custom commands:
/addcommand add <alias> <command>
Adds a new alias that runs the specified command.
/addcommand del <alias>
Deletes the alias and its associated command.
/addcommand reload
Reloads the config file and updates all aliases. Visit the wiki for more information.
📁 Config Format
Commands are stored in a simple JSON file (modid_alieses.json) like:
{
"crashme": "kill @s",
"greet": "say Hello, world!"
}
🧪 Example
/addcommand add crashme kill @s
/addcommand add greet say Hello, world!
Then just run /crashme or /greet in chat!
Telemetry Data
Every time you start the game with the mod, a HTTP request is sent to commandmakerwiki.lucasgeitgey.com /redirects/telemetry.html. to Opt-Out, set 'send-telementry' to 'false' in telemetry.yml. The data sent is a HTTP GET request, to see how many people use the mod.
Downloading Functions
You can use /cmd downloadfunction to download functions. You can see the function list, and request to add new ones here.
🛠️ This is my first time making a Minecraft mod, so there may be bugs or quirks. If you find any issues, feel free to report them!
If you would like to make a feature request, please visit here.
If you would like to make a bug report, please visit here.
If you would like to otherwise make a comment please visit here

Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 3.2.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric | 25 июня 2026 г. | .jar (49 КБ) |
| 3.0.0 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric | 24 мая 2026 г. | .jar (25 КБ) |
| 2.3.6+1.6-1.7 | Альфа | 1.7.7, 1.7.8, 1.7.9, 1.7.10 | legacy-fabric | 10 апреля 2026 г. | .jar (2 КБ) |
| 2.3.6-legacy | Альфа | 1.12.2, 1.13, 1.13.1, 1.13.2 | legacy-fabric | 9 апреля 2026 г. | .jar (2 КБ) |
| 2.3.6-backport | Альфа | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric | 9 апреля 2026 г. | .jar (25 КБ) |
| 2.3.6patch1 | Бета | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric, quilt | 8 апреля 2026 г. | .jar (29 КБ) |
| 2.3.6+26.1.1 | Бета | 26.1.1 | fabric | 7 апреля 2026 г. | .jar (25 КБ) |
| 2.3.6 | Релиз | 1.21.11, 26.1, 26.1.1, 26.1.2 | fabric | 1 марта 2026 г. | .jar (25 КБ) |
| 2.3.5 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 1 марта 2026 г. | .jar (25 КБ) |
| 2.3.4 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 11 февраля 2026 г. | .jar (27 КБ) |
| 2.3.4b2 | Бета | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 11 февраля 2026 г. | .jar (27 КБ) |
| 2.3.4b | Бета | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 11 февраля 2026 г. | .jar (27 КБ) |
| 2.3.4a | Альфа | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric, quilt | 11 февраля 2026 г. | .jar (27 КБ) |
| 2.3.2 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric | 3 января 2026 г. | .jar (23 КБ) |
| 2.3.1 | Релиз | 1.21.8, 1.21.9, 1.21.10, 1.21.11 | fabric | 31 декабря 2025 г. | .jar (21 КБ) |
Ченджлог
3.0.0Бета26.1, 26.1.1, 26.1.2 · 24 мая 2026 г.
2.3.6-legacyАльфа1.13, 1.13.1, 1.13.2 · 9 апреля 2026 г.
support 1.8-1.13.2
2.3.6-backportАльфа26.1, 26.1.1, 26.1.2 · 9 апреля 2026 г.
support 1.14-1.19
2.3.6patch1Бета26.1, 26.1.1, 26.1.2 · 8 апреля 2026 г.
add all the features in sse
2.3.4Релиз1.21.9, 1.21.10, 1.21.11 · 11 февраля 2026 г.
2.3.4b2Бета1.21.9, 1.21.10, 1.21.11 · 11 февраля 2026 г.
2.3.4bБета1.21.9, 1.21.10, 1.21.11 · 11 февраля 2026 г.
2.3.4aАльфа1.21.9, 1.21.10, 1.21.11 · 11 февраля 2026 г.
Adds support for Java 17 and 25 https://github.com/Diamondstar-Mods/Minecraft-Command-Maker/issues/21#issuecomment-3880408921
Полная история изменений — на Modrinth.
Комментарии
Загружаем…