GitHunt
SO

soaresgus/ScriptAPI

Community Driven Scripts for Minecraft's Scripting

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:

  • 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.

Languages

JavaScript58.0%TypeScript42.0%
MIT License
Created May 2, 2024
Updated May 2, 2024
soaresgus/ScriptAPI | GitHunt