Commands implemented within Ashita all follow the below format for their arguments. This helps keep usage unified across all commands. It also makes documentation easier to follow when all commands make use of the same format.
Syntax | Description |
---|---|
text | Required; entered as shown. |
<text> | Required argument. |
<text...> | Required argument. (Multiple arguments accepted.) |
(text|text) | Required, one of. |
[text] | Optional argument. |
[text...] | Optional argument. (Multiple arguments accepted.) |
Note: Arguments surrounded with <
and >
are considered positional, meaning their order matters.
/about
/about
/ashita
/ashita
/aver
, /aversion
, /ashitaversion
/aver
/aversion
/ashitaversion
/paste
/paste
/exit
, /terminate
/exit
/terminate
This does not gracefully close the game client, it is shut down by force. Settings may be lost while using these commands!
/exec
/exec <name> [args...]
/execstr
/execstr <string> [args...]
/pause
, /sleep
, /wait
/pause [delay]
/sleep [delay]
/wait [delay]
This command is not intended to be used outside of scripts! It will freeze the game client if you use it elsewhere.
/plugins
/plugins info <name>
/plugins link <name>
/plugins list
/plugins silent [0 | 1]
/load
/load <name> [args...]
/unload
/unload <name>
/unloadall
/unloadall
/list
/list
/alias
/alias add <trigger> <command>
/alias <trigger> <command>
/alias clear
/alias (del | delete) <trigger>
/alias list
/bind
/bind block [0 | 1]
/bind list
/bind silent [0 | 1]
/bind [!^@#+]<key> [down | up] <command>
Keybinds make use of the !^@#+
characters as modifiers. These characters represent:
!
- Modifier symbol for the ALT
key.#
- Modifier symbol for the APPS
key.^
- Modifier symbol for the CTRL
key.+
- Modifier symbol for the SHIFT
key.@
- Modifier symbol for the WIN
key./unbind
/unbind all
/unbind [!^@#+]<key> [down | up]
/controller
, /gamepad
/controller (allowbackground | allowbg | bg) [0 | 1]
/gamepad (allowbackground | allowbg | bg) [0 | 1]
/controller disable [0 | 1]
/gamepad disable [0 | 1]
If you do not use a control while playing, it is recommended to fully disable the gamepad to fix a potential micro-stutter the game will have.
You can use the /gamepad disable
command to fix this problem.
/keyboard
/keyboard winkey [0 | 1]
/mouse
/mouse block [0 | 1]
/mouse unhook [0 | 1]
/ambient
/ambient
/ambient [0 | 1]
/ambient <r> <g> <b>
/fillmode
/fillmode
/fillmode [value]
Valid fill mode values are:
1
- Point2
- Wireframe3
- SolidThese commands require the Addons
plugin to be loaded in order for them to work!
/addon
/addon silent [0 | 1]
/addon load <name>
/addon unload <name>
/addon unloadall
/addon kill <name>
/addon reload <name>
/addon exec <name> <str>
/addon list
/addon info <name>
/addon link <name>