Updates KnarLib and Spigot
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good

This commit is contained in:
2025-09-16 17:25:11 +02:00
parent 967791d275
commit 1b1dad4b8b
6 changed files with 12 additions and 14 deletions

View File

@@ -155,7 +155,7 @@ public enum Translatable implements TranslatableMessage {
*/
@NotNull
public static FormatBuilder getRawValueMessage(@NotNull String rawValue) {
return new FormatBuilder(Translatable.RAW_VALUE).replace("{rawValue}", rawValue);
return new FormatBuilder(Translatable.RAW_VALUE).color().replace("{rawValue}", rawValue);
}
/**