Toolsformatter

MUD Command Alias Builder

Generate a command chain you can drop into Mudlet, TinTin++, or MUSHclient when you need repeatable rotations and utility macros.

MUD Command Alias Builder illustration
Placeholder illustration shown while custom artwork is being produced.

Try the tool

client runner

Alias 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.

Related tools