Nek's Command Maker (Server Edition)
作者:rebot | 分类:模组
Minecraft 版本: 1.0 1.1 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.1 1.3.2 1.4.2 1.4.4 1.4.5 1.4.6 1.4.7 1.5.1 1.5.2 1.6.1 1.6.2 1.6.4 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.7.10 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.10 1.10.1 1.10.2 1.11 1.11.1 1.11.2 1.12 1.12.1 1.12.2 1.13 1.13.1 1.13.2
平台: liteloader
标签: management optimization utility
For some reason the icon is not loading
This is the server edition of Command Maker. Click here to see the Client Edition. ( visit legacy download page for CMDMaker Client Edition Download Page if you got a 404 error for the other link.)
If for some dumb reason you think curseforge is better than modrinth (its not) then you can find it here: ( I do not upload as often on CurseForge):
https://www.curseforge.com/minecraft/mc-mods/neks-command-maker-server-side-edition
? Nek's Command Maker Server Edition
A lightweight Minecraft mod that lets you define custom commands using aliases or a gui, perfect for server scripting, modpacks, or ritual triggers. No external files, no dependencies beyond Fabric API.
Luckperm Support added in v3.0.0!!!
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
- GUI:

? 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.
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 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
请登录后举报
暂无评论,抢个沙发吧~