https://github.com/blockception/bc-minecraft-bedrock-command
A typescript package library that handles commands for minecraft bedrock
https://github.com/blockception/bc-minecraft-bedrock-command
bedrock commands hacktoberfest minecraft nodejs typescript
Last synced: 7 months ago
JSON representation
A typescript package library that handles commands for minecraft bedrock
- Host: GitHub
- URL: https://github.com/blockception/bc-minecraft-bedrock-command
- Owner: Blockception
- License: bsd-3-clause
- Created: 2021-07-09T09:13:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T20:12:41.000Z (10 months ago)
- Last Synced: 2025-04-07T20:27:30.695Z (10 months ago)
- Topics: bedrock, commands, hacktoberfest, minecraft, nodejs, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/bc-minecraft-bedrock-command
- Size: 1.11 MB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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
```