diff options
author | Kaeso <24925519+ptlthg@users.noreply.github.com> | 2023-03-23 06:18:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 11:18:05 +0100 |
commit | 2bb2939b5e66ba9951688de50be89a4cb82825b7 (patch) | |
tree | 25501a67e745849e57fd976bc515e50a9a439f78 /src/main/java/at/hannibal2/skyhanni/config | |
parent | aedcb9548aeed556540a15dc3fb6c034a043510e (diff) | |
download | skyhanni-2bb2939b5e66ba9951688de50be89a4cb82825b7.tar.gz skyhanni-2bb2939b5e66ba9951688de50be89a4cb82825b7.tar.bz2 skyhanni-2bb2939b5e66ba9951688de50be89a4cb82825b7.zip |
Farming Weight Leaderboard Overtake ETA (#18)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 7 |
1 files changed, 7 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 bfa578547..70e9907a9 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -353,6 +353,13 @@ public class Garden { public boolean eliteFarmingWeightLeaderboard = true; @Expose + @ConfigOption(name = "Overtake ETA", desc = "Show a timer estimating when you'll move up a spot in the leaderboard! " + + "Will show an ETA to rank #1000 if you're not on the leaderboard yet.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 11) + public boolean eliteFarmingWeightOvertakeETA = false; + + @Expose @ConfigOption(name = "Dicer Counter", desc = "") @ConfigEditorAccordion(id = 12) public boolean dicerCounter = false; |