Tools•formatter
MUD Command Alias Builder
Generate a command chain you can drop into Mudlet, TinTin++, or MUSHclient when you need repeatable rotations and utility macros.

Try the tool
client runnerAlias command output
Run the tool to see output.
Examples
Simple farming chain
{
"base_command": "kill goblin",
"repetitions": 3,
"separator": ";",
"append_confirm": true
}Expected output
kill goblin; kill goblin; kill goblin; score
How it works
The tool repeats one base command, joins it with your chosen separator, and optionally appends a quick status check command for safer automation loops.