Skip to content
RealDarkStudios edited this page Jun 11, 2025 · 1 revision

Welcome to the PMWeatherAPI wiki!

This wiki is here to help you develop your PMWeather addon.

This API is NOT officially endorsed by ProtoManly or any developer for PMWeather

Adding to your project

In your build.gradle, add the following:

repositories {
  maven {
    name = "DU Maven"
    url = "https://maven.digitalunderworlds.com/snapshots/"
  }
}

dependencies {
  implementation "net.nullved:pmweatherapi:<version>"
}

Clone this wiki locally