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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added http utility to the com.smc utils namespace.
Added a new command /smc js stash to allow executing multi line code via a command.
Added version update check on script engine load that can be disabled in the config.
This version check will make an https request to the github api and can be disabled completely via the config.
Added a new command /scriptablemc version to run a version check any time.
The js engine plugin name was renamed to ScriptableMC-Engine-JS this is for later plans to add a python script engine as well.
Seperated the typescript tools from the js engine plugin and cleaned up unneeded implementations.