ErrorNoWatcher/README.md

28 lines
691 B
Markdown

# ErrorNoWatcher
A Minecraft bot with Lua scripting support, written in Rust with [azalea](https://github.com/azalea-rs/azalea).
## Features
- Running Lua from
- in-game chat messages
- Matrix chat messages
- POST requests to HTTP server
- Listening to in-game events
- Pathfinding (from azalea)
- Entity and chest interaction
- NoChatReports encryption
- Saving ReplayMod recordings
- Matrix integration (w/ E2EE)
## Usage
```sh
$ git clone https://github.com/ErrorNoInternet/ErrorNoWatcher
$ cd ErrorNoWatcher
$ cargo build --release
$ # ./target/release/errornowatcher
```
Make sure the `Server` and `Username` globals are defined in `main.lua` before starting the bot.