first commit-ish, forked and updated for 1.21.11
Some checks failed
Compile / gradle (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Justus Wolff
2026-03-02 15:40:11 +01:00
parent ff9220654b
commit 53b4f6a04a
491 changed files with 98649 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
plugins {
`java-library`
id("io.papermc.paperweight.userdev") version "1.7.5"
id("io.papermc.paperweight.userdev") version "2.0.0-beta.19"
id("net.nuggetmc.java-conventions")
}
@@ -12,11 +12,26 @@ java {
toolchain.languageVersion.set(JavaLanguageVersion.of(21))
}
repositories {
maven {
url = uri("https://repo.citizensnpcs.co/")
}
maven {
name = "alessiodpRepo"
url = uri("https://repo.alessiodp.com/releases")
}
}
dependencies {
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.11-R0.1-SNAPSHOT")
implementation("net.byteflux:libby-bukkit:1.3.1")
//add the TerminatorPlus-API module
implementation(project(":TerminatorPlus-API"))
// Citizens NPC API
compileOnly("net.citizensnpcs:citizens-main:2.0.41-SNAPSHOT")
}
tasks {