Skip to content

Minecraft Bedrock Scripting Addon Template to help you get started with your Minecraft Bedrock Addon development.

Notifications You must be signed in to change notification settings

charlesshook/minecraft-bedrock-scripting-addon-template

Repository files navigation

Minecraft Bedrock Scripting Addon Template

Created based on https://github.com/microsoft/minecraft-scripting-samples/tree/main/ts-starter. This was done so this repository could easily be used as a template starter for multiple projects.

You can find documentation for scripting in Minecraft Bedrock at: https://learn.microsoft.com/en-us/minecraft/creator/documents/scriptinggettingstarted?view=minecraft-bedrock-stable

Getting Started

  1. Clone the repository

    git clone git@github.com:charlesshook/minecraft-bedrock-scripting-addon-template.git
    
  2. Change directories

    cd minecraft-bedrock-scripting-addon-template
    
  3. Install tools using NPM

    npm i
    
  4. Open the project

    code .
    

Common commands to run

Deploy your project to Minecraft

npm run local-deploy

To lint your project

npm run lint

To create the addon file

npm run mcaddon

About

Minecraft Bedrock Scripting Addon Template to help you get started with your Minecraft Bedrock Addon development.

Resources

Stars

Watchers

Forks