Package Exports
- bc-minecraft-bedrock-command
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bc-minecraft-bedrock-command) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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