Script Resources
JavaScript is a well-known scripting language over the internet. Learning JavaScript will be helpful to you to build and develop an add-on with Script API.
You are advised to learn JavaScript free from online courses available online, such as the following:
- MDN JavaScript: JavaScript language overview
- Codecademy: Introduction to JavaScript
- freeCodeCamp.org: JavaScript Algorithms and Data Structures
Script API Resources
There are somewhat decent amount of resources available online related to script API. Important links have a ⭐.
⭐ Sample GameTests from Microsoft - Sample GameTest behavior files for Minecraft Bedrock Edition. Minecraft supports GameTests - a combination of JavaScript + MCStructures - for validating facets of Minecraft behavior.
⭐ Official Script API Documentation - Microsoft's official documentation of high-level introduction of experimental Script API
Script API Examples - JavaScript code snippets that uses Script API modules only
Script API Starter Project - A Visual Studio Code workspace setup specifically for Script API. This project is for writing JavaScript code (for TypeScript users).