ScriptAPI Samples
This repository is filled with community driven script samples for Minecraft Bedrock Script API.
๐ด USE stable not main ๐ด
Check out the stable branch from here: https://github.com/JaylyDev/ScriptAPI/tree/stable.
The main branch is used for script development for Minecraft Preview and may often be in a broken state.
-
Scripts
Community driven scripts that use Script API to do all kinds of crazy stuff in Minecraft.
โ ๏ธ Some scripts might use API modules that are only enabled in specific runtime environments, including:@minecraft/server-netand@minecraft/server-admin: Modules that can only be used in Bedrock Dedicated Servers.
-
Editor Extensions
Community driven editor extensions samples for editing Minecraft worlds. Only available on Editor projects in Minecraft Editor.
Highly recommend checking out Mojang's editor extension starter kit if you're experimenting with editor API for the first time!
-
docs
Contains technical documentation of Script API features.
๐ซ Documentation are no longer being updated. Check out Microsoft Learn and Bedrock Wiki for up-to-date infomation.
Contributing
Please contribute to this repository if you can. Check out Contributing Guidelines for more infomation.
License
This project is licensed under the MIT license.
Copyrights on the script files are each contributor listed at the beginning of each script file.