Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunfachi/bad-apple-bots


https://github.com/yunfachi/bad-apple-bots

bot minecraft mineflayer node nodejs

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bad Apple by Bots

## Video
[![Bad Apple!! Played on Minecraft Shields by 500 Bots](http://img.youtube.com/vi/ixX6J-4tvaE/0.jpg)](https://youtu.be/ixX6J-4tvaE "Bad Apple!! Played on Minecraft Shields by 500 Bots")
## Installation

Install nodejs with Nix. (optional if already installed.)
```
nix flake dev
```
! Install packages
```
npm install
```
## Usage

The start coordinates must always be greater than the end coordinates.

**Bots are not working on the Z axis** yet, so `sz` should be equal to `ez`.
```sh
npm start -- --offset \
-sx 50 -sy 50 -sz 0 --host localhost
-ex 30 -ey 30 -ez 0 --port 25565
```
Convert video.mp4 into a matrix for bots (the size of the matrix is changed by editing convert.py, by default it is 18x18)
```sh
python3 convert.py
```