Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Minecraft Discord Version 3.1.1

Welcome to my GitHub

This is a Discord bot that is hosted publicly, it can tell you the status of your (or any public) Minecraft server and lists the players online.

Please note: This bot is for usage with multiple servers. If you want your own personal bot that you can customise please use Minecraft Bot instead, as there is already a custom file that gets generated automatically

Existing bots:

Table of Contents

Running the bot

To run this bot, just start run.py in Python3

To change settings in this bot, run configure.py in Python3
You don't need to run configure.py on the first run as there is a first time setup.

Prerequisites

You need Python 3.5.9+ and a stable internet connection in order to run this bot. When the code is run, it should automatically install the following libraries using pip3:

  • mcstatus
  • status
  • dotenv
  • googletrans
  • discord.py

If this doesn't happen, please report it as an issue and install them manually. pip3 should automatically install if you don't already have it.

Server Settings

Make sure you have your server properties set to enable-query=true so that you can get the server information

Hardware

You can run this bot on just about any hardware that can run Python but if you don't have a device that can keep this bot hosted 24/7, I would recommend using a Raspberry Pi. They run Linux, are low cost, use very little power and are capable of running this code without an issue.

Setting up the Discord bot

  1. Go to the Discord developer site

  2. Click the "New Application" button
    New Application

  3. Give the application a name and click “Create”
    New Application

  4. Create a Bot User by navigating to the “Bot” tab and clicking “Add Bot”.

  5. Click “Yes, do it!” to continue.
    New Application

  6. Make sure that Public Bot is ticked if you want others to invite your bot.

  7. You should also make sure that Require OAuth2 Code Grant is unchecked unless you are developing a service that needs it. If you’re unsure, then leave it unchecked.
    New Application

  8. Copy the token using the “Copy” button.

Warning: It should be worth noting that this token is essentially your bot’s password. You should never share this to someone else. In doing so, someone can log in to your bot and do malicious things, such as leaving servers, ban all members inside a server, or pinging everyone maliciously.

The possibilities are endless, so do not share this token.

If you accidentally leaked your token, click the “Regenerate” button as soon as possible. This revokes your old token and re-generates a new one. Now you need to use the new token to login.

Inviting the bot

  1. Following from the previous steps, go to the OAuth2 tab
    New Application

  2. Tick the “bot” checkbox under “scopes”.
    New Application

  3. Set the permissions required for the bot. For this Minecraft bot we only need the following permissions:

  • Send Messages
  • Manage Messages
  • Embed Links
  • Attach Files
  • Read Message History
    You can set as many permissions as you'd like which may be needed if you want to add your own code to this bot.
    New Application
  1. Now the resulting URL can be used to add your bot to a server. Copy and paste the URL into your browser, choose a server to invite the bot to, and click “Authorize”.