Built upon
mineflayer
, Mino is written in TypeScript with a well-documented codebase
This project only depends on Deno.
To install deno
, follow the instructions on the
official website.
To give Mino a try, clone this repository, adjust the configuration file to your preferences, and start the bot:
git clone https://github.com/interrrp/mino
# ^ Edit configuration after this step (mino.toml)
# Start the bot
deno task start
Simply create a pull request! However, there are some guidelines you must follow:
- Code must work (please, this should be common sense.)
- All functions should be documented
- Lint your code using
deno lint
- Format your code using
deno fmt
This project is licensed under GPLv3.