From b61c65ea67b448035a2c7f5f6835a5291d21e842 Mon Sep 17 00:00:00 2001 From: "Erymanthus[#5074] | (u/)RayDeeUx" <51521765+RayDeeUx@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:34:21 -0400 Subject: [PATCH] update config descriptions to reflect SkyHanni-REPO#262 and graph nodes feature --- .../features/event/waypoints/ChristmasPresentConfig.java | 4 +++- .../config/features/event/waypoints/EasterEggConfig.java | 5 ++--- .../features/event/waypoints/HalloweenBasketConfig.java | 5 ++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/ChristmasPresentConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/ChristmasPresentConfig.java index cb3ac01fb785..57e353d9caa7 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/ChristmasPresentConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/ChristmasPresentConfig.java @@ -8,12 +8,14 @@ public class ChristmasPresentConfig { @Expose - @ConfigOption(name = "Present Waypoints", desc = "Show all Present waypoints.") + @ConfigOption(name = "Present Waypoints", desc = "Show all Present waypoints.\n" + + "§eCoordinates may not always be up to date! §7(Last updated: 2023)") @ConfigEditorBoolean @FeatureToggle public boolean allWaypoints = false; // TODO confirm if this toggle actually does anything, ar there helper waypoints at all? + // response to above comment: it used to do something, but as of SKyHanni-REPO#262 it won't anymore. @Expose @ConfigOption(name = "Entrance Waypoints", desc = "Show helper waypoints.") @ConfigEditorBoolean diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/EasterEggConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/EasterEggConfig.java index c2278190fd45..6edd8c279abd 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/EasterEggConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/EasterEggConfig.java @@ -9,14 +9,13 @@ public class EasterEggConfig { @Expose @ConfigOption(name = "Egg Waypoints", desc = "Show all Easter Egg waypoints.\n" + - "Coordinates by §bSorkoPiko§7. (last updated: 2024)") + "§eCoordinates may not always be up to date! §7(Last updated: 2024)") @ConfigEditorBoolean @FeatureToggle public boolean allWaypoints = false; @Expose - @ConfigOption(name = "Entrance Waypoints", desc = "Show helper waypoints to Baskets #18, #27, and #30.\n" + - "Coordinates by §bSorkoPiko§7 and §bErymanthus§7.") + @ConfigOption(name = "Entrance Waypoints", desc = "Show helper waypoints to baskets.") @ConfigEditorBoolean public boolean allEntranceWaypoints = false; diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/HalloweenBasketConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/HalloweenBasketConfig.java index f0b31f6490b9..99c78e4b5ab5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/HalloweenBasketConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/waypoints/HalloweenBasketConfig.java @@ -9,14 +9,13 @@ public class HalloweenBasketConfig { @Expose @ConfigOption(name = "Basket Waypoints", desc = "Show all Halloween Basket waypoints.\n" + - "Coordinates by §bTobbbb§7. (last updated: 2023)") + "§eCoordinates may not always be up to date! §7(Last updated: 2024)") @ConfigEditorBoolean @FeatureToggle public boolean allWaypoints = false; @Expose - @ConfigOption(name = "Entrance Waypoints", desc = "Show helper waypoints to Baskets #23, #24, and #25.\n" + - "Coordinates by §bErymanthus§7.") + @ConfigOption(name = "Entrance Waypoints", desc = "Show helper waypoints to baskets.") @ConfigEditorBoolean public boolean allEntranceWaypoints = false;