A powerful and feature-rich Discord bot that provides real-time Minecraft server status monitoring with beautiful embed messages, player count charts, and customizable displays.
-
Real-time Monitoring
- 🔄 Live server status updates
- 📊 Player count tracking
- ⏱️ Configurable update intervals
- 📡 Server latency monitoring
-
Advanced Display Options
- 📈 Hourly player count charts (24-hour history)
- 🖼️ Custom server banners
- 🎨 Beautiful embed messages
- ⚡ Discord timestamp integration
-
Customization
- 🎯 Multiple server support
- 🎨 Custom colors and themes
- ⚙️ Flexible configuration
- 🔧 Adjustable update intervals
- Node.js v16.9.0 or higher
- npm (comes with Node.js)
- A Discord Bot Token (How to get one)
-
Clone the repository
git clone https://github.com/yourusername/minecraft-status-bot.git cd minecraft-status-bot -
Install dependencies
npm install
-
Configure the bot
- Rename
config.example.jsontoconfig.json - Add your bot token
- Configure your Minecraft servers
{ "bot": { "token": "YOUR_BOT_TOKEN" }, "minecraft": { "servers": [ { "name": "My Server", "ip": "play.example.com", "channelId": "YOUR_CHANNEL_ID" } ] } } - Rename
-
Start the bot
npm start
- Recommended for personal use
- Full control over the bot
- Can run on your own machine or VPS
- 512MB RAM minimum
- Basic Linux knowledge
- Stable internet connection
npm install -g pm2
pm2 start index.js --name minecraft-status
pm2 startupCopyright © 2024 Team BLK
This software is proprietary and confidential. The source code is provided with the following restrictions:
- ✅ Use the bot for personal or commercial purposes
- ✅ Host the bot on any platform
- ✅ Modify the code for personal use
- ❌ Distribute the source code
- ❌ Share modified versions
- ❌ Remove or modify credits and attributions
- ❌ Claim ownership of the code
This bot must maintain the following credits in the code:
/**
* Minecraft Server Status Bot
* Created by Team BLK
*
* YouTube: https://www.youtube.com/@team_blk_official
* Discord: adithyadev.blk
* GitHub: https://github.com/BLKOFFICIAL
*/- 📺 YouTube: @team_blk_official
- 💬 Discord: adithyadev.blk
- 🐙 GitHub: @BLKOFFICIAL
While this is a proprietary project, we welcome:
- 🐛 Bug reports
- 💡 Feature suggestions
- 🔧 Performance improvement ideas
If you find this bot helpful, please consider:
- Subscribing to our YouTube Channel
- Following us on GitHub
- Giving this project a star ⭐

