Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 301 Bytes

DarkBedrock

DarkBedrock is a API collection with focus on Minecraft server modding.

Use it as dependency (Gradle example)

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    compileOnly("com.github.AstrideUG.DarkBedrock:Darkness-Spigot:master-SNAPSHOT")
}