https://github.com/errornointernet/errornowatcher
A Minecraft bot with Lua scripting support
https://github.com/errornointernet/errornowatcher
alert automation bot lua minecraft scripting watcher
Last synced: 10 months ago
JSON representation
A Minecraft bot with Lua scripting support
- Host: GitHub
- URL: https://github.com/errornointernet/errornowatcher
- Owner: ErrorNoInternet
- License: gpl-3.0
- Created: 2023-01-13T08:26:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T20:55:01.000Z (10 months ago)
- Last Synced: 2025-03-31T21:40:40.571Z (10 months ago)
- Topics: alert, automation, bot, lua, minecraft, scripting, watcher
- Language: Rust
- Homepage:
- Size: 600 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.