aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-12 15:22:34 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-12 15:22:34 +0200
commit233b5d9b79afce09b830df22b89bc99180b5b991 (patch)
tree31c663e3c4d87f8197223a89bac31120c8acda84 /src/main/java/at/hannibal2/skyhanni/config
parent82105f1f293268c739e0bdd0075e20a9d7218cfa (diff)
downloadskyhanni-233b5d9b79afce09b830df22b89bc99180b5b991.tar.gz
skyhanni-233b5d9b79afce09b830df22b89bc99180b5b991.tar.bz2
skyhanni-233b5d9b79afce09b830df22b89bc99180b5b991.zip
Time Format and Maxed Milestone options for Best Crop Time and Crop Milestones
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 576d14a33..304ba66d9 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -229,6 +229,22 @@ public class Garden {
@Expose
@ConfigOption(
+ name = "Time Format",
+ desc = "Change the highest time unit to show (1h30m vs 90min)")
+ @ConfigEditorDropdown(values = {"Year", "Day", "Hour", "Minute", "Second"})
+ @ConfigAccordionId(id = 6)
+ public Property<Integer> cropMilestoneHighestTimeFormat = Property.of(0);
+
+ @Expose
+ @ConfigOption(
+ name = "Maxed Milestone",
+ desc = "Calculate the progress and ETA till maxed milestone (46) instead of next milestone.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 6)
+ public Property<Boolean> cropMilestoneBestShowMaxedNeeded = Property.of(false);
+
+ @Expose
+ @ConfigOption(
name = "Milestone Text",
desc = "Drag text to change the appearance of the overlay.\n" +
"Hold a farming tool to show the overlay."