Scripting V1 Docs
This article contains resources of creating Minecraft Add-Ons using latest Script API v1.x.0 features. Keep in mind Script API v1.x.0 will not be likely to be updated in future versions of Minecraft, as Mojang states that most infrastructural improvements are being made in Scripting API v2.0.0.
Why should I use v1.x.0 APIs
In theory, we recommend you to use the latest version (v2.x.0) of Script APIs to access newer features. However, Scripting API v2.0.0 also removes features that existed in v1.x.0 APIs (hence bumping major version from version 1 to version 2, representing a change that breaks backwards compatibility).
Scripting V1 References
The following is a list of references for Script API v1 references. The v1.x.0 APIs do not include v2.0.0 features and beyond.
@minecraft/server
(docs) - Latest V1 stable: v1.19.0Manifest details:
{ "module_name": "@minecraft/server", "version": "1.19.0" }
@minecraft/server-ui
(docs) - Latest V1 stable: v1.3.0Manifest details:
{ "module_name": "@minecraft/server-ui", "version": "1.3.0" }, { // Requires @minecraft/server - v1.3.0 or above "module_name": "@minecraft/server", "version": "1.3.0" }