Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soanvig/minecraft-bot-engine
- Owner: soanvig
- License: gpl-3.0
- Created: 2022-04-28T16:42:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T18:08:37.000Z (over 2 years ago)
- Last Synced: 2024-06-14T02:15:01.996Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 38.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.