SkillAgentSearch skills...

MinecraftDependencyDownload

A library to download & load dependencies during runtime for Minecraft mods & plugins

Install / Use

/learn @Vankka/MinecraftDependencyDownload
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MinecraftDependencyDownload

Maven Central Sonatype Nexus (Snapshots)

Minecraft implementations for DependencyDownload

Heavily inspired by LuckPerms' dependency management system

Dependency

repositories {
    mavenCentral()
}

dependencies {
    implementation 'dev.vankka:minecraftdependencydownload-<artifact>:1.0.0'
}
<details> <summary>Snapshots</summary>
repositories {
    maven {
        url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
    }
}

dependencies {
    implementation 'dev.vankka:minecraftdependencydownload-<artifact>:1.0.1-SNAPSHOT'
}
</details>

How to use it?

The Wiki has guides for the following platforms:

with more to come

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated18d ago
Forks3

Languages

Java

Security Score

95/100

Audited on Mar 8, 2026

No findings