Skip to content

Releases: Mtp-dev/Player-List-Bot

Player-List-Bot v1.0

12 Oct 02:41
82b7dfc
Compare
Choose a tag to compare

🎉 Initial Release: Minecraft Server Player Count Discord Bot

This release introduces the first version of the Minecraft Server Player Count Discord Bot, a powerful and simple solution for monitoring player activity across multiple Minecraft servers directly from Discord. The bot dynamically updates its status to reflect the total number of players online and provides a convenient /list command to view the details of online players.

Key Features:

  • Real-Time Player Count in Bot Status: The bot continuously updates its status with the total number of players across all configured Minecraft servers every 20 seconds.
  • Slash Command /list: Allows users to check which players are currently online on each Minecraft server, displayed in a clean, embedded message.
  • Multi-Server Support: Easily configure multiple Minecraft servers with IP and port details for simultaneous monitoring.
  • Simple Setup: Add your bot token, configure your server details, and you’re ready to go!

How to Install:

  1. Clone this repository to your local machine.
  2. Update the servers list in app.py with your Minecraft server details.
  3. Replace the bot token in app.py with your actual token.
  4. Install the dependencies via:
    pip install -r requirements.txt
  5. Run the bot:
    python app.py

Example:

When you run the bot, it will display the total number of players across your Minecraft servers in its status:

"12 players online"

Using the /list command, you can get a list of all players currently online across your configured servers.

What's Included:

  • Python source code to run the bot (app.py)
  • A requirements.txt file with all the necessary dependencies
  • README with instructions on setup and usage

Assets:

  • Profile Picture: A Minecraft-themed profile picture for the bot is included in this release.

This release is perfect for Minecraft community owners who want a simple and effective way to monitor their server player count in real-time, directly in their Discord server. 🎮🌍