Skip to content
/ Minecord Public

β›πŸ’¬ Minecord is a Discord bot and Minecraft plugin for seamless communication between Discord and Minecraft.

License

Notifications You must be signed in to change notification settings

bnshw/Minecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

64 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Minecord - Connect Discord and Minecraft β›πŸ’¬


⚠️ Warning: The Discord bot and WebSocket are currently not running!

This project includes a Discord bot and a WebSocket server that are required for the full functionality of the plugin. Please note that there are currently no active instances of the Discord bot and WebSocket provided.

To use the plugin, you will need to build and configure the project yourself. Follow the instructions in the Building section to successfully build the project and configure the necessary settings.


Minecord is a plugin for Minecraft and a Discord bot that allows seamless communication between Discord and Minecraft. With Minecord, players can easily send and receive messages between both platforms.

Features

  • Integrated communication: Send and receive messages between Discord and Minecraft.
  • Whitelist function: Manage your whitelist conveniently via Discord or Minecraft and allow access only to selected players.

Installation

  1. Add the Minecord bot to your Discord server by visiting Bot Authorization and granting the necessary permissions.
  2. Download the Minecord plugin from Releases.
  3. Add the plugin to your Minecraft server.
  4. Obtain the Guild ID of your Discord server.
  5. In Minecraft, use the command /id to specify the Guild ID for communication.

Commands

Commands Platform Arguments Descripton
Whitelist Discord, Minecraft add, remove, enable, disable Use this command to manage the whitelist. Add, remove players, and enable or disable the whitelist.
Receive Discord, Minecraft discord-messages, minecraft-messages Use this command to control message reception between Discord and Minecraft. Enable or disable message exchange.
Id Minecraft Guild ID Use this command to request the linking of your Minecraft server with the Discord server by providing the Guild ID.
Auth Discord True, False After requesting to link your Minecraft server using the /id <guild-id> command, you need to authorize it in Discord.

Building

  1. Clone the repository to your local machine.
  2. Open a terminal and navigate to the /DiscordBot directory.
  3. Create a .env file in the /DiscordBot directory and specify the following environment variables:
BOT_TOKEN=<your Discord bot token>
DB_URL=jdbc:mysql:https://<your database URL>
DB_USER=<your database username>
DB_PASSWORD=<your database password>
WS_HOST=<WebSocket server host>
WS_PORT=<WebSocket server port>
WS_PATH=<WebSocket server path>

Make sure to update each variable with the appropriate value for your environment.

  1. Save the .env file.
  2. In the terminal, run the following command to build the project:
./gradlew build
  1. Once the build process is complete, you can find the compiled artifacts in the /build directory.

License

Minecord is licensed under the MIT License. For more information, see the license file.

About

β›πŸ’¬ Minecord is a Discord bot and Minecraft plugin for seamless communication between Discord and Minecraft.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages