Skip to content

BLKOFFICIAL/minecraft-status-bot-24-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Advanced Minecraft Server Status Bot

Team BLK Logo

YouTube GitHub Discord

📝 Description

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.

🌟 Features

  • 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

📸 Preview

Bot Preview
Status display with player count chart

🚀 Installation

Prerequisites

Setup

  1. Clone the repository

    git clone https://github.com/yourusername/minecraft-status-bot.git
    cd minecraft-status-bot
  2. Install dependencies

    npm install
  3. Configure the bot

    • Rename config.example.json to config.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"
          }
        ]
      }
    }
  4. Start the bot

    npm start

🌐 Hosting

🏠 Self-Hosting

  • Recommended for personal use
  • Full control over the bot
  • Can run on your own machine or VPS

Recommended Hosting Providers

📦 Requirements

  • 512MB RAM minimum
  • Basic Linux knowledge
  • Stable internet connection

🔧 PM2 Installation (Recommended)

npm install -g pm2
pm2 start index.js --name minecraft-status
pm2 startup

📜 License

Proprietary License

Copyright © 2024 Team BLK

This software is proprietary and confidential. The source code is provided with the following restrictions:

Permitted Uses

  • ✅ Use the bot for personal or commercial purposes
  • ✅ Host the bot on any platform
  • ✅ Modify the code for personal use

Prohibited Uses

  • ❌ Distribute the source code
  • ❌ Share modified versions
  • ❌ Remove or modify credits and attributions
  • ❌ Claim ownership of the code

Credits

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
 */

👥 Support & Community

🤝 Contributing

While this is a proprietary project, we welcome:

  • 🐛 Bug reports
  • 💡 Feature suggestions
  • 🔧 Performance improvement ideas

⭐ Show Your Support

If you find this bot helpful, please consider:


Made with ❤️ by Team BLK

Node.js Discord.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors