Minecord is a simple Minecraft plugin that connects a Minecraft server's in-game chat with a Discord channel so that the messages can be interchanged between the two.
To build Minecord, you need JDK 16 or higher installed on your system.
Minecord uses Maven as its build automation tool
git clone https://github.com/ChampionBuffalo1/Minecord.git
cd Minecord
mvn clean install
Minecord outputs the plugin as a UberJar
The plugin requires Server Members
and Message Content
Intents to be enabled from
Discord Developer Portal.
The Deprecation warnings can be ignored because removing them will mean that the plugin will run into errors because it's specifically made for servers using Paper.