premium banner
JDA Mod so mods can easily get access to using JDA without needing to do shenanigans such as JarInJar

Description

Basic Library mod to be able to use JDA really easily without any effort, just drag+drop this into your mods folder and add the below to your build script:

repositories {
    maven {
        url = 'https://maven.minecraftforge.net/'
    }
}
dependencies {
   implementation("org.mangorage:JDA-Library:version")
}

And thats it! Now you can use JDA!

Remember to include it in the mods folder!

Join my discord if you need help!

This does nothing on its own This is a utility/library mod meant for mod devs.