Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Installation

Ethan Bacurio edited this page Mar 8, 2018 · 11 revisions

Installing MineCordBot

MineCordBot is both a Discord bot, and a plugin for Minecraft servers. Being such, it will require configuration on both ends. Hopefully, this guide will help you get up and running smoothly

Table of Contents

  1. Creating the Bot User
  2. Inviting the Bot User to your Discord Server
  3. Installing the MineCordBot Plugin

Creating the Bot User

  1. Go to the Discord Developer Page and click My Apps. Discord Developers Page, click where the red arrow points

  2. Log in with your Discord account. Discord Login Screen

  3. Create a new application by clicking New App. Empty Applications Page

  4. Fill out the form and click Create App. New App Form

  5. Click Create a Bot User and then confirm it by clicking Yes, do it! Treat the App as a Bot

Inviting the Bot User to your Discord Server

  1. Note down, or copy to a file or editor, your bot's Client ID. This will be under "App Details" at the top of the App's Dev Page.

    • You may also wish to grab your bot's Token at this time, as it will be used later for configuration.
  2. Copy the link below into your browser's address bar, replacing BOT_ID with your bot's Client ID:

    https://discordapp.com/oauth2/authorize?client_id=BOT_ID&scope=bot&permissions=2146958591
    
  3. Click the selection menu and choose the server where you want the bot - click Authorize.

Installing the MineCordBot plugin

  1. Grab the latest version of the plugin from Spigot repositories. You can also check the announcements channel in our Discord Server

  2. Place the MineCordBot.jar you downloaded into your server's plugins directory.

  3. Start or Restart your server to generate MineCordBot's files.

  4. Edit the configuration files (Located at /plugins/MineCordBot) to configure the bot to your liking.

  5. Save, and upload (if necessary), the changed configurations and restart your server.
    You can refer to our Configuration page for help.