bc-minecraft-bedrock-command
Version:
A typescript package library that handles commands for minecraft bedrock
25 lines (17 loc) • 1.17 kB
Markdown
# BC-Minecraft-Bedrock-Commands
[](https://github.com/Blockception/BC-Minecraft-Bedrock-Command/actions/workflows/npm-publish.yml)
[](https://github.com/Blockception/BC-Minecraft-Bedrock-Command/actions/workflows/npm-test.yml)
[](https://github.com/Blockception/BC-Minecraft-Bedrock-Command/actions/workflows/tagged-release.yml)

A 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);
```
## Contributing
First, read the [contributing guide](./CONTRIBUTING.md). fork the project, clone it and run the following commands:
**Installation**
```cmd
npm ci
npm update
```