Skip to content

Commit

Permalink
Updated ChatColorHandler to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLoaf committed Sep 26, 2024
1 parent 8c989ac commit 34b01bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ dependencies {

compileOnly("de.oliver:FancyLib:${findProperty("fancyLibVersion")}")

implementation("me.dave:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
implementation("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
}

tasks {
shadowJar {
relocate("me.dave.chatcolorhandler", "de.oliver.fancyholograms.libs.chatcolorhandler")
relocate("org.lushplugins.chatcolorhandler", "de.oliver.fancyholograms.libs.chatcolorhandler")

archiveClassifier.set("")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import de.oliver.fancyholograms.api.data.HologramData;
import de.oliver.fancyholograms.api.data.TextHologramData;
import de.oliver.fancyholograms.api.data.property.Visibility;
import me.dave.chatcolorhandler.ModernChatColorHandler;
import org.lushplugins.chatcolorhandler.ModernChatColorHandler;
import net.kyori.adventure.text.Component;
import org.bukkit.Bukkit;
import org.bukkit.Color;
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {

maven(url = "https://repo.fancyplugins.de/snapshots")
maven(url = "https://repo.fancyplugins.de/releases")
maven(url = "https://repo.smrt-1.com/releases")
maven(url = "https://repo.lushplugins.org/releases")
maven(url = "https://repo.viaversion.com/")
}
}
Expand All @@ -53,7 +53,7 @@ dependencies {
implementation("de.oliver.FancyAnalytics:logger:${findProperty("fancyLoggerVersion")}")

compileOnly("de.oliver:FancyNpcs:${findProperty("fancyNpcsVersion")}")
compileOnly("me.dave:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
compileOnly("org.lushplugins:ChatColorHandler:${findProperty("chatcolorhandlerVersion")}")
// implementation("de.oliver.FancyAnalytics:api:${findProperty("fancyAnalyticsVersion")}")
// implementation("org.incendo:cloud-core:${findProperty("cloudCoreVersion")}")
// implementation("org.incendo:cloud-paper:${findProperty("cloudPaperVersion")}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ fancyLibVersion=1.0.31
fancySitulaVersion=0.0.9
fancyLoggerVersion=0.0.4
viaversionVersion=5.0.1
chatcolorhandlerVersion=v2.5.3
chatcolorhandlerVersion=4.0.0

0 comments on commit 34b01bd

Please sign in to comment.