Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soanvig/minecraft-bot-engine

Work in progress
https://github.com/soanvig/minecraft-bot-engine

Last synced: about 16 hours ago
JSON representation

Work in progress

Awesome Lists containing this project

README

        

# minecraft-bot-engine

## Packages

Package | Description
--- | ---
nbt | [NBT format](https://wiki.vg/NBT) implementation.
protocol | Handles connection with Minecraft server, performs handshake and authentication, and returns protocol object to receive packets from and send packets to
client | Wraps protocol by parsing server packets into typed events, and sends requests to server using commands.
bot | Actual Minecraft bot engine.