Skip to content

Commit

Permalink
update sources and move out of snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Dec 24, 2023
1 parent 0882ec3 commit 19760c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AnarchyExploitFixesFolia/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
compileOnly("dev.folia:folia-api:1.20.2-R0.1-SNAPSHOT")
api("com.github.ben-manes.caffeine:caffeine:3.1.8") // Fast caching
paperweight.foliaDevBundle("1.19.4-R0.1-SNAPSHOT")
paperweight.foliaDevBundle("1.20.2-R0.1-SNAPSHOT")
}

configure<JavaPluginExtension> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "me.moomoo.anarchyexploitfixes"
version = "2.6.0-SNAPSHOT"
version = "2.6.0"
description = "Prevent many exploits that affect anarchy servers."
var url: String? = "github.com/moom0o/AnarchyExploitFixes"

Expand Down Expand Up @@ -52,12 +52,12 @@ dependencies {
api("cloud.commandframework:cloud-paper:1.8.4") // Command Framework
api("cloud.commandframework:cloud-annotations:1.8.4")
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0") // ProtocolLib to patch packet based exploits
api("de.tr7zw:item-nbt-api:2.12.1") // NBT API for cross version nbt tag handling
api("de.tr7zw:item-nbt-api:2.12.2") // NBT API for cross version nbt tag handling
api("io.papermc:paperlib:1.0.8") // Useful Paper related tools
api("org.bstats:bstats-bukkit:3.0.2") // Bukkit bStats
api("org.apache.commons:commons-math3:3.6.1") // FastMath
api("org.apache.commons:commons-text:1.11.0") // Apache commons text
api("com.ibm.icu:icu4j:74.1") // Rule based number format used in first join messages to format to ordinal based on locale
api("com.ibm.icu:icu4j:74.2") // Rule based number format used in first join messages to format to ordinal based on locale
}

tasks.withType<JavaCompile>() {
Expand Down

0 comments on commit 19760c7

Please sign in to comment.