switch to purpur api, use teleport hindered

This commit is contained in:
2023-06-25 15:01:51 +02:00
parent 8cb8105354
commit c192afaaf2
4 changed files with 47 additions and 4 deletions
+5 -1
View File
@@ -13,8 +13,12 @@ java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
}
repositories {
maven("https://repo.purpurmc.org/snapshots/")
}
dependencies {
paperweight.paperDevBundle("1.20.1-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.20.1-R0.1-SNAPSHOT", "org.purpurmc.purpur")
}
tasks {