ModulesScripts¶
Scripts default on¶
Container for every JavaScript file in ~/.bitchos/scripts/ and every compiled .jar in ~/.bitchos/extensions/. Each loaded script becomes its own module under this tab with its own switch, keybind and settings. A broken script is painted red with its error. Turning Scripts off stops every script without unloading them.
| setting | type | default | description |
|---|---|---|---|
Debug |
toggle | off | Show each script's chat.debug output. |
Compiled advanced |
toggle | off | Compile scripts instead of interpreting them. Faster; falls back on its own if it fails. |
AllowExtensions |
toggle | off | Load .jar extensions. They are not sandboxed; only for jars you trust. |
Reload |
button | Rescan the scripts folder and reload everything. | |
OpenFolder |
button | Open the scripts folder. |
Commands: /bitchos script …, listed on the command reference. Writing a script starts at the scripting introduction.