From 77ed78e7141cb2dc34fbfcf7eb658320616a5719 Mon Sep 17 00:00:00 2001 From: xthe <101992755+xthe-dev@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:48:16 +0100 Subject: [PATCH] config: removed api key warnings --- .../org/polyfrost/hytils/config/HytilsConfig.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java b/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java index 7406ada..59bb780 100644 --- a/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java +++ b/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java @@ -89,13 +89,6 @@ public class HytilsConfig extends Config { ) public static int autoQueueDelay; - @Info( - text = "Automatically Check GEXP and Automatically Check Winstreak require an API Key to work.", - category = "General", subcategory = "Automatic", - type = InfoType.ERROR, size = 2 - ) - private static boolean autoCheckInfo; - @Switch( name = "Automatically Check GEXP", description = "Automatically check your GEXP after you win a Hypixel game.", @@ -325,13 +318,6 @@ public class HytilsConfig extends Config { ) public static boolean thankWatchdog; - @Info( - text = "Non Speech Cooldown requires an API Key to work.", - category = "Chat", subcategory = "Cooldown", - type = InfoType.ERROR - ) - private static boolean nonSpeechCooldownInfo; - @Switch( name = "Non Speech Cooldown", description = "Show the amount of time remaining until you can speak if you are a non.\n§eExample: §eYour freedom of speech is on cooldown. Please wait 3 more seconds.",