A Node.js-based Minecraft chat bot for LifestealSMP servers that automatically advertises in chat, forwards mentions to a Discord webhook, and lets you chat directly through your console.
- ✅ Automatically sends an advertisement every 30–60 seconds
- 💬 Lets you chat from your console (real-time input)
- 🔔 Sends Discord webhook alerts when you're mentioned or messaged (
✉) - 🪪 Automatically uses your Minecraft account's head icon as the webhook avatar
- 🧠 Smart filter to avoid echoing your own messages
- 🧩 Fully configurable: supports any Minecraft server, version, and message
- Node.js v18+
- A Microsoft Minecraft account
- A valid Discord Webhook URL
- A Minecraft server (default:
lifestealsmp.com)
# 1. Clone or download this project
git clone https://github.com/yourname/lifesteal-bot.git
cd lifesteal-bot
# 2. Install dependencies
npm install mineflayer axios readline
# 3. Run terminal not debugger
Click Terminal > New terminal, then click terminal and type node bot.js