Beginner's Guide to Minecraft Bedrock Scripting
What's Covered?
So, I've created this video guide for scripting. The guide covers setting up a basic behavior pack, manifest modules, dependencies, etc.
Then I also go into some short detail about where to find information regarding different editor types, and then there's a section dedicated to installing NPM for VSCode to get the proper typings.
And finally there's a section of actually writing the code (Which in this case is a simple example of listening for block breaking events and sending a chat message in response).
(For more detailed topics see the video chapters)
Other
I hope you all find it useful!
(I'm typically not usually one to put a YouTube video link here, but I do hope somebody can learn from this. Also please leave feedback below!)
In this video you'll learn how to add JavaScript code to your addons and packs to create a more fun and exciting experience, or simply to do things you couldn't normally do with addons.
We cover many things, so don't be overwhelmed if you don't remember absolutely everything from the video - Just go over it again as many times as necessary. The...