update to 1.21

This commit is contained in:
2024-07-10 12:24:01 +02:00
parent 7691356920
commit fc81459f91
+5 -5
View File
@@ -1,11 +1,11 @@
plugins { plugins {
`java-library` `java-library`
id("io.papermc.paperweight.userdev") version "1.6.3" id("io.papermc.paperweight.userdev") version "1.7.1"
id("xyz.jpenilla.run-paper") version "2.2.4" // Adds runServer and runMojangMappedServer tasks for testing id("xyz.jpenilla.run-paper") version "2.3.0" // Adds runServer and runMojangMappedServer tasks for testing
} }
group = "me.youhavetrouble" group = "me.youhavetrouble"
version = "1.7.0" version = "1.8.0"
description = "Nameplates using display entities" description = "Nameplates using display entities"
java { java {
@@ -19,7 +19,7 @@ repositories {
} }
dependencies { dependencies {
paperweight.devBundle("org.purpurmc.purpur","1.20.6-R0.1-SNAPSHOT") paperweight.devBundle("org.purpurmc.purpur","1.21-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.3") compileOnly("me.clip:placeholderapi:2.11.3")
compileOnly("com.github.LeonMangler:SuperVanish:6.2.17") compileOnly("com.github.LeonMangler:SuperVanish:6.2.17")
compileOnly("com.github.mbax:VanishNoPacket:3.22") compileOnly("com.github.mbax:VanishNoPacket:3.22")
@@ -40,7 +40,7 @@ tasks {
"name" to project.name, "name" to project.name,
"version" to project.version, "version" to project.version,
"description" to project.description, "description" to project.description,
"apiVersion" to "1.20" "apiVersion" to "1.21"
) )
inputs.properties(props) inputs.properties(props)
filesMatching("paper-plugin.yml") { filesMatching("paper-plugin.yml") {