-
Notifications
You must be signed in to change notification settings - Fork 2
Home
RealDarkStudios edited this page Jun 11, 2025
·
1 revision
This wiki is here to help you develop your PMWeather addon.
This API is NOT officially endorsed by ProtoManly or any developer for PMWeather
In your build.gradle, add the following:
repositories {
maven {
name = "DU Maven"
url = "https://maven.digitalunderworlds.com/snapshots/"
}
}
dependencies {
implementation "net.nullved:pmweatherapi:<version>"
}