Skip to content

Release v1.1.10

Choose a tag to compare

@astorks astorks released this 14 Feb 03:23
5c4d846
  • 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.