plugins { kotlin("jvm") } group = "cc.maxmc.msm.common" repositories { mavenCentral() mavenLocal() maven("https://repo.papermc.io/repository/maven-public/") } dependencies { implementation(kotlin("stdlib")) compileOnly("io.github.waterfallmc:waterfall-api:1.19-R0.1-SNAPSHOT") compileOnly("net.md-5:bungeecord-proxy:1.19-R0.1-SNAPSHOT") { isTransitive = false } }