88141d74e76024c5cea5fc4657caf100a8ce7c78
There seems to be a (more severe) deadlock again, due to commit
b55207a559
. Need to investigate further.
This is possibly because of azalea's ContainerRef::close(), which
locks some mutex.
ErrorNoWatcher
A Minecraft bot with Lua scripting support, written in Rust with azalea.
Features
- Running Lua from
errornowatcher.lua
- in-game chat messages
- POST requests to HTTP server
- Listening to in-game events
- Pathfinding (from azalea)
- Entity and chest interaction
Usage
$ 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 errornowatcher.lua
before starting the bot.
Languages
Rust
88%
Lua
12%