Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Halloween 2025 baskets [config renaming] #2659

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading