Nek's Command Maker (Server Edition)

A server-side only command maker that lets you add aliases to commands with custom arguments.

3,04k

Quick challenge

How far can you run before the mobs catch you?

Nek's Command Maker (Server Edition)

If you were wondering, yes I did change the icon.

This is the server edition of Command Maker. Click server edition to see the Client Edition. ( visit %%MD1%% for CMDMaker Client Edition Download Page if you got a 404 error for the other link.)

---

📦 Nek's Command Maker Server 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.

---

How to download and install

https://commandmakerwiki.lucasgeitgey.com/install-video.html

---

🔧 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:

```bash /addcommand add <alias> <command> ``` Adds a new alias that runs the specified command.

```bash /addcommand del <alias> ``` Deletes the alias and its associated command.

```bash /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:

```json { "crashme": "kill @s", "greet": "say Hello, world!" } ```

🧪 Example

```bash /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.
Note: Telementry Data has been removed in 2.3.5

---

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 otherwise make a comment please visit %%MD2%%

If you would like to otherwise make a comment please visit %%MD2%%

If you would like to otherwise make a comment please visit %%MD2%%

Dont ask for forge or ill steal your kneecaps

ADS