Skip to content

Commit

Permalink
config: removed api key warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
xthe-dev committed Dec 17, 2023
1 parent e624f48 commit 77ed78e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/main/java/org/polyfrost/hytils/config/HytilsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit 77ed78e

Please sign in to comment.