From a0f888376dc360e6284c46b69d2650770b8ab57f Mon Sep 17 00:00:00 2001 From: Jo_field <150937665+JoField08@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:08:42 +0200 Subject: [PATCH 1/2] fix: update disconnect reason text color to ERROR --- .../dev/slne/surf/surfapi/core/api/messages/CommonComponents.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/CommonComponents.kt b/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/CommonComponents.kt index 49cbfaeea..769b2cc90 100644 --- a/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/CommonComponents.kt +++ b/surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/CommonComponents.kt @@ -396,7 +396,7 @@ object CommonComponents { ): TextComponent { with(builder) { append(DISCONNECT_HEADER) - appendText(disconnectReason.uppercase(), VARIABLE_VALUE) + appendText(disconnectReason.uppercase(), ERROR) appendNewline(3) suggestHelp() appendNewline(3) From 7552ed54b112409f8de2b9eec3baf86239346151 Mon Sep 17 00:00:00 2001 From: TheBjoRedCraft <143264463+TheBjoRedCraft@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:24:40 +0200 Subject: [PATCH 2/2] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9f7ff7a86..2b8564633 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled javaVersion=25 mcVersion=26.1.1 group=dev.slne.surf.api -version=3.0.5 +version=3.0.6 relocationPrefix=dev.slne.surf.api.libs snapshot=false