BEGIN
Enters multi-line mode, allows entry of a script over multiple lines terminated by END
CAT <file.txt>
Lists the contents of the specified file into the console window
CLS
Clears the console display
EDIT [file.txt]
Opens an editor for the specified file
END
Ends a multi-line script and executes the contents of the buffer
EXIT
Close the console window
HELP [command name]
Displays help on the specified console command
KILL [taskid]
Terminate a running macro by ID, use TASKS to list available tasks
LIST
List available macro files in the macros directory
LIVE [status]
Enables or disables "live mode"
RM <file.txt>
Removes (deletes) the specified file
RUN <file.txt> [arg1] [arg2] [args...]
Runs the specified script synchronously
SAY <message>
Sends the specified message as chat, only sends remotely if "live mode" is enabled
SHUTDOWN
Shut down the minecraft client
TASKS
List currently executing tasks
VERSION
Displays current version
WHOAMI
Displays current user name