Skip to content

Commit

Permalink
update config descriptions to reflect SkyHanni-REPO#262 and graph nod…
Browse files Browse the repository at this point in the history
…es feature
  • Loading branch information
RayDeeUx committed Oct 3, 2024
1 parent e66b753 commit b61c65e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b61c65e

Please sign in to comment.