A Minecraft Bedrock Edition behaviour pack to extend the functionality of Cloudburst WorldEdit using the Scripting API.
Firstly, start off by installing the dependencies:
npm install
To generate a JavaScript file, simply run the following. The generated file with be in the build
directory.
npm run compile
To generate a full mcpack file, run this command:
npm run pack