justinmtech / Minecord

Javacord messaging for Discord & Minecraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecord

Javacord messaging utility for Minecraft bot plugins.

Make a message in one format and one place, and send it to a Discord server and Minecraft server at once. No more Discord message building for simple messages!

Dependency Setup

This repo uses JitPack. To use the utility with Maven, you need the following repository and dependency in your project:

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.justinmtech</groupId>
    <artifactId>Minecord</artifactId>
    <version>1.1</version>
</dependency>

For setup with other project management tools: https://jitpack.io/#justinmtech/Minecord/1.1

About

Javacord messaging for Discord & Minecraft.

License:MIT License


Languages

Language:Java 100.0%