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.",