fancyholograms v3: Rename de.oliver.fancyholograms package to com.fancyinnovations.fancyholograms

This commit is contained in:
Oliver
2025-07-25 19:10:07 +02:00
parent 9eb8ec9bd0
commit c2d40a76aa
117 changed files with 549 additions and 543 deletions

View File

@@ -18,7 +18,7 @@ dependencies {
tasks {
shadowJar {
relocate("org.lushplugins.chatcolorhandler", "de.oliver.fancyholograms.libs.chatcolorhandler")
relocate("org.lushplugins.chatcolorhandler", "com.fancyinnovations.fancyholograms.libs.chatcolorhandler")
archiveClassifier.set("")
}