A typescript package library that handles commands for minecraft bedrock
npm install bc-minecraft-bedrock-commandA typescript package library that handles commands for minecraft bedrock
``ts`
const text = 'execute @a ~ ~ ~ scoreboard players set @e[type=minecraft:sheep,r=3] range 1';
const command = Command.parse(text);
First, read the contributing guide. fork the project, clone it and run the following commands:
Installation
`cmd``
npm ci
npm update