https://github.com/interrrp/mino
⛏️🤖 A customizable Minecraft bot
https://github.com/interrrp/mino
deno denoland minecraft minecraft-bot mineflayer typescript
Last synced: 3 months ago
JSON representation
⛏️🤖 A customizable Minecraft bot
- Host: GitHub
- URL: https://github.com/interrrp/mino
- Owner: interrrp
- License: gpl-3.0
- Created: 2023-04-05T06:23:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T10:12:31.000Z (5 months ago)
- Last Synced: 2025-01-25T10:25:14.138Z (5 months ago)
- Topics: deno, denoland, minecraft, minecraft-bot, mineflayer, typescript
- Language: TypeScript
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⛏️🤖 Mino - A customizable Minecraft bot
> Built upon `mineflayer`, Mino is written in [TypeScript](https://www.typescriptlang.org/) with a
> well-documented codebase## 🔥 Prerequisites
This project only depends on [Deno](https://deno.land).
To install `deno`, follow the instructions on the
[official website](https://deno.land/#installation).## ⬆️ Usage
To give Mino a try, clone this repository, adjust the [configuration file](mino.config.json) to your
preferences, and start the bot:```sh
git clone https://github.com/interrrp/mino
# ^ Edit configuration after this step (mino.toml)# Start the bot
deno task start
```## 🧑💻 Contributing
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`](https://deno.land/manual/tools/linter)
- Format your code using [`deno fmt`](https://deno.land/manual/tools/formatter)## 🔑 License
This project is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).