update to 1.21.5

This commit is contained in:
2025-05-26 10:20:19 +02:00
parent 656d88a5b9
commit d3a61e69ac
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
plugins { plugins {
`java-library` `java-library`
id("io.papermc.paperweight.userdev") version "1.7.1" id("io.papermc.paperweight.userdev") version "2.0.0-beta.17"
id("xyz.jpenilla.run-paper") version "2.3.0" // Adds runServer and runMojangMappedServer tasks for testing id("xyz.jpenilla.run-paper") version "2.3.1" // Adds runServer and runMojangMappedServer tasks for testing
} }
group = "me.youhavetrouble" group = "me.youhavetrouble"
version = "1.12.0" version = "1.13.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.21.4-R0.1-SNAPSHOT") paperweight.devBundle("org.purpurmc.purpur","1.21.5-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.5") compileOnly("me.clip:placeholderapi:2.11.5")
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,11 +40,11 @@ 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.21" "apiVersion" to "1.21.5"
) )
inputs.properties(props) inputs.properties(props)
filesMatching("paper-plugin.yml") { filesMatching("paper-plugin.yml") {
expand(props) expand(props)
} }
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME