bc-minecraft-bedrock-command
v1.21.44-1
Published
A typescript package library that handles commands for minecraft bedrock
Downloads
14,050
Readme
BC-Minecraft-Bedrock-Commands
A typescript package library that handles commands for minecraft bedrock
const text = "execute @a ~ ~ ~ scoreboard players set @e[type=minecraft:sheep,r=3] range 1";
const command = Command.parse(text);
Contributing
First, read the contributing guide. fork the project, clone it and run the following commands:
Installation
npm ci
npm update