Skip to content

Xterionix/BC-Minecraft-Bedrock-Command

 
 

Repository files navigation

BC-Minecraft-Bedrock-Commands

Npm Package & Publish Npm Test tagged-release npm

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

About

A typescript package library that handles commands for minecraft bedrock

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%