Minecord icon

Minecord -----

Connect chat between Minecraft and Discord!



This plugin will only be updated by community pull requests on the GitHub repository.

DO NOT USE REVIEWS TO REPORT ISSUES OR ASK FOR HELP!
Minecraft 1.19.4 requires Java 17.


Connect the chat of Minecraft and Discord for all your users to enjoy!

This plugin integrates messages between your Minecraft server and a channel on your Discord server. I try to make it as faithful as possible, porting the chats between services.

Supports 1.19.4

The GitHub link is provided, feel free to contribute to the project or suggest features. The Javadoc for the API is linked below.

Features:
Minecraft -> Discord:
  • Chat
  • /say, /me
  • /tellraw @a (implemented the best I can)
    • text
    • extra
    • bold
    • italic
    • underlined
    • strikethrough
    • obfuscated
  • Death
  • Join
  • Quit
  • Advancements
  • SuperVanish support!
  • (Send your own messages using the API below)
Discord -> Minecraft:
  • All chat messages (excludes bots)
  • %tab (shows list of online users, SuperVanish support)
  • (Code your own commands using the API below)
Commands:
  • /minecord_off (%off)
    • Pauses integration
  • /minecord_on (%on)
    • Unpauses integration

Setup/Config:

This plugin requires some additional setup (and advanced Discord knowledge). You need to create your own Discord bot to paste into token of config.yml. Because of this, the plugin may fail to load on the first launch, this is okay. If you need help setting up a Discord bot, go here: https://discordjs.guide/preparations/setting-up-a-bot-application.html#creating-your-bot.
channelID takes the id of the Discord channel to integrate
prefix takes the Discord prefix of the bot
minecordIntegrationToggle takes a list of ids of Discord users who are allowed to turn integration on and off from Discord. This permission is granted through minecord.integration.toggle inside Minecraft.

API:
Gradle and Maven instructions:
Code (Text):
repositories {
   maven { url 'https://jitpack.io' }
}

dependencies {
   implementation 'com.github.StarsDown64:Minecord-API:1.4.0'
}
Code (Text):
<repositories>
   <repository>
       <id>jitpack.io</id>
       <url>https://jitpack.io</url>
   </repository>
</repositories>
<dependency>
   <groupId>com.github.StarsDown64</groupId>
   <artifactId>Minecord-API</artifactId>
   <version>1.4.0</version>
</dependency>
The API Javadoc can be found here: https://starsdown64.me/Minecord-API

Dependencies:
All dependencies are bundled in the jar with licenses.

Minecord-API https://github.com/StarsDown64/Minecord-API
JDA https://github.com/DV8FromTheWorld/JDA
Resource Information
Author:
----------
Total Downloads: 2,779
First Release: Oct 12, 2020
Last Update: Mar 27, 2023
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings