
Nek's Command Maker (Client Edition)
Nek's Command Maker but it runs on the client side!
About this Mod
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
Available Versions
How to Install Nek's Command Maker (Client Edition) on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "Nek's Command Maker (Client Edition)". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+82 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Nek's Command Maker (Client Edition) server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is Nek's Command Maker (Client Edition) compatible with fabric and legacy-fabric and quilt?
Nek's Command Maker (Client Edition) officially supports fabric, legacy-fabric, quilt for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Nek's Command Maker (Client Edition) – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Nek's Command Maker (Client Edition) consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Nek's Command Maker (Client Edition) with just one click on your server.
Details
- License
- Creative Commons Attribution Share Alike 4.0 International
- Server-side
- Unsupported