We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed4dee commit 44e024dCopy full SHA for 44e024d
Bukkit/build.gradle.kts
@@ -74,7 +74,7 @@ tasks.named<ShadowJar>("shadowJar") {
74
relocate("net.kyori.examination", "com.plotsquared.core.configuration.examination")
75
relocate("io.papermc.lib", "com.plotsquared.bukkit.paperlib")
76
relocate("org.bstats", "com.plotsquared.metrics")
77
- relocate("org.enginehub", "com.plotsquared.squirrelid")
+ relocate("org.enginehub.squirrelid", "com.plotsquared.squirrelid")
78
relocate("org.khelekore.prtree", "com.plotsquared.prtree")
79
relocate("com.google.inject", "com.plotsquared.google")
80
relocate("org.aopalliance", "com.plotsquared.core.aopalliance")
0 commit comments