# Packages
No description provided by the author
# README
wither2
Inspired by wither, wither2 is a similar implementation in Golang.
Currently wither2 only supports ingesting Minecraft logs and sending messages to Slack, but in future it may support sending Slack messages to Minecraft.
Build
go install -v ./cmd/wither2
Or the Docker image:
docker build .
Running
Ingest
The ingest
subcommand expects the Minecraft server log tailed into it. It will then forward relevant messages to Slack.
export SLACK_WEBHOOK_URL=...
tail -F /path/to/minecraft/logs/latest.log | wither2 ingest