Skip to content

Release V1.17.0 - Preview 1

Pre-release
Pre-release

Choose a tag to compare

@astorks astorks released this 13 Jun 03:34
· 9 commits to dev since this release

What's New

Minecraft 1.17 support

  • Now targeting Minecraft 1.17
  • We have dropped support for pervious previous Minecraft versions.
  • Please use plugin v1.3.x for Minecraft v1.13-1.16 (This version may still get updates).
  • Now targeting Java 11, will update to Java 16 once github build tools are available.
    (Shouldn't be an issue since Minecraft 1.17 targets Java 16)

JavaScript Engine

  • Updated the JavaScript engine to the latest GeaalJS v21.1

TypeScript Tools Plugin

This feature is a WIP and may crash your server when you try to export libraries.

  • Added a new TypeScript tools plugin ScriptableMC-Tools-TS.jar to generate typescript libraries from a running server.
  • This will allow you to generate typescript libraries for other installed java plugins.

TypeScript Tools Standalone Jar

This feature is a VERY EARLY WIP and is mostly still all hard coded.

  • Added a new TypeScript tools program ScriptableMC-Tools-TS-Standalone.jar to generate typescript libraries from jar files.
  • This will allow you to generate typescript libraries for other java plugins you have an api jar file for.
  • This jar files contains all the the bukkit/spigot, graalvm, and all of the helper libraries needed to generate the base typescript libraries.