Skip to content

Commit

Permalink
Properly relocate bstats
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Aug 13, 2024
1 parent b4d4509 commit 07b9502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
alias(libs.plugins.shadow)
alias(libs.plugins.plugin.yml)
}
version = "4.3.6"
version = "4.3.7"
description = "Limit entities in chunks."


Expand Down Expand Up @@ -49,6 +49,7 @@ tasks {
archiveFileName.set("chunkspawnerlimiter-${project.version}.jar")
archiveClassifier.set("shadow")

relocate("org.bstats", "com.cyprias.chunkspawnerlimiter.libs.bstats")
relocate("de.tr7zw.changeme.nbtapi", "com.cyprias.chunkspawnerlimiter.libs.nbt")
relocate("co.aikar.commands", "com.cyprias.chunkspawnerlimiter.libs.acf")
relocate("co.aikar.locales", "com.cyprias.chunkspawnerlimiter.libs.locales")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
library("nbt-api", "de.tr7zw:item-nbt-api:2.13.2")

plugin("plugin-yml","net.minecrell.plugin-yml.bukkit").version("0.6.0")
plugin("shadow","com.github.johnrengelman.shadow").version("8.1.1")
plugin("shadow","com.gradleup.shadow").version("8.3.0")
}
}
}

0 comments on commit 07b9502

Please sign in to comment.