A Discord bot which provides simple information on the current status of a Minecraft server
The bot can currently display the number of online players in the "status" of the bot. It can also show which users are online at any given time.
This project is a WIP, but is meant to be available for anyone to use
- discord.py - Discord API python wrapper
- mcstatus - Requests API for Minecraft server status
mcstatus (See python-mcstatus at bottom of API page)
- Create and configure a Discord bot on the Discord Developer website
- Add bot token from Discord Developer website to config/bot_token.py
- Add bot prefix, server address, server port, and any other settings to config/bot_config.py
- Start bot with run.py
- Add bot to server and run !ping command to ensure the bot is online
- !online - Show all online players by their username
- !ping - Ping the bot, should respond with "pong" if working correctly