You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/scriptablemc reload`| `/smc rl |/jsrl` | Fully reloads the script engine and all script files. |`scriptablemc.reload`|
25
+
|`/scriptablemc reload`|`/smc rl /jsrl`| Fully reloads the script engine and all script files. |`scriptablemc.reload`|
26
26
|`/scriptablemc javascript execute <source>`|`/smc js ex <source>`| Executes javascript source and prints the return value. |`scriptablemc.js.execute`|
27
27
|`/scriptablemc javascript file <filePath>`|`/smc js f <filePath>`| Executes javascript file from the scripts folder. |`scriptablemc.js.execute.file`|
28
28
|`/scriptablemc menu`|`/smc menu`| Opens an inventory menu that allows you to control the scriptable engine. |`scriptablemc.menu`|
0 commit comments