UMC Commands: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Nembot commands cateories A list of all current commands can be accessed via <code>#help</code>. == Base UMC Commands == ACTION ADD AFK ALIAS BELL CALCMOD CAPTURE CAPTUREL...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
UMC commands categories | |||
A list of all current commands can be accessed via <code>#help</code>. | A list of all current commands can be accessed via <code>#help</code>. Using UMC's [[UMC Plugin API|Plugin API]], the list of commands shown with the command. The list below is a brief description of what a some of the UMC commands do and examples of usage. | ||
== Base UMC Commands == | |||
===== ACTION ===== | |||
An action in other clients could be called a "trigger," and is so named because this specifies certain commands that the fires when certain output is detected. | |||
'''Format:''' | |||
* #action {client output} {command given } | |||
* Note REGEX can be used to match input | |||
'''Examples:''' | |||
* #action {^You have successfully passed the bot check. Thank you for not botting.} {say Passed the botcheck!} | |||
** When the game displays | |||
===== ADD ===== | |||
ADD | ===== AFK ===== | ||
AFK | ===== ALIAS ===== | ||
ALIAS | ===== BELL ===== | ||
BELL | ===== CALCMOD ===== | ||
CALCMOD | ===== CAPTURE ===== | ||
CAPTURE | ===== CAPTURELOG ===== | ||
CAPTURELOG | ===== CONNECT ===== | ||
CONNECT | ===== COPY ===== | ||
COPY | ===== CR ===== | ||
CR | ===== DEBUG ===== | ||
DEBUG | ===== EMAIL ===== | ||
EMAIL | ===== GAG ===== | ||
GAG | ===== GREP ===== | ||
GREP | ===== GROUP ===== | ||
GROUP | ===== HELP ===== | ||
HELP | ===== HIDESTATUSWINDOW ===== | ||
HIDESTATUSWINDOW | ===== HOTKEY ===== | ||
HOTKEY | ===== IF ===== | ||
IF | ===== IGNORE ===== | ||
IGNORE | ===== INVERT ===== | ||
INVERT | ===== JSREAD ===== | ||
JSREAD | ===== KILL ===== | ||
KILL | ===== KILLTIMER ===== | ||
KILLTIMER | ===== LOADPLUGIN ===== | ||
LOADPLUGIN | ===== LOG ===== | ||
LOG | ===== LOOP ===== | ||
LOOP | ===== MAP ===== | ||
MAP | ===== MATCH ===== | ||
MATCH | ===== MATH ===== | ||
MATH | ===== MESSAGE ===== | ||
MESSAGE | ===== MULTIACTION ===== | ||
MULTIACTION | ===== NOP ===== | ||
NOP | ===== NQUEUE ===== | ||
NQUEUE | ===== NSEND ===== | ||
NSEND | ===== OUTPUT ===== | ||
OUTPUT | ===== PLAYWAV ===== | ||
PLAYWAV | ===== RATES ===== | ||
RATES | ===== READ ===== | ||
READ | ===== SCRIPT ===== | ||
SCRIPT | ===== SETMAPALPHA ===== | ||
SETMAPALPHA | ===== SETPROMPT ===== | ||
SETPROMPT | ===== SETTITLE ===== | ||
SETTITLE | ===== SHOW ===== | ||
SHOW | ===== SHOWME ===== | ||
SHOWME | ===== SHOWRAW ===== | ||
SHOWRAW | ===== SHOWSTATUSWINDOW ===== | ||
SHOWSTATUSWINDOW | ===== STATUS ===== | ||
STATUS | ===== SUBSTITUTE ===== | ||
SUBSTITUTE | ===== TICK ===== | ||
TICK | ===== TICKOFF ===== | ||
TICKOFF | ===== TICKON ===== | ||
TICKON | ===== TICKSET ===== | ||
TICKSET | ===== TICKSIZE ===== | ||
TICKSIZE | ===== TIMER ===== | ||
TIMER | ===== UNACTION ===== | ||
UNACTION | ===== UNALIAS ===== | ||
UNALIAS | ===== UNGAG ===== | ||
UNGAG | ===== UNHOTKEY ===== | ||
UNHOTKEY | ===== UNREGEX ===== | ||
UNREGEX | ===== UNSUBSTITUTE ===== | ||
UNSUBSTITUTE | ===== UNVARIABLE ===== | ||
UNVARIABLE | ===== VARIABLE ===== | ||
VARIABLE | ===== WRITE ===== | ||
WRITE | ===== ZAP ===== | ||
ZAP | |||
== UMC Plugin Commands == | == UMC Plugin Commands == |
Latest revision as of 18:51, 8 May 2022
UMC commands categories
A list of all current commands can be accessed via #help
. Using UMC's Plugin API, the list of commands shown with the command. The list below is a brief description of what a some of the UMC commands do and examples of usage.
Base UMC Commands[edit]
ACTION[edit]
An action in other clients could be called a "trigger," and is so named because this specifies certain commands that the fires when certain output is detected.
Format:
- #action {client output} {command given }
- Note REGEX can be used to match input
Examples:
- #action {^You have successfully passed the bot check. Thank you for not botting.} {say Passed the botcheck!}
- When the game displays