aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-25 13:42:03 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-25 13:42:03 +0200
commitda07d19354c53a0145bc3495b041419d8c2ab3fd (patch)
treeee8d4fef514d1bb1542da98b774bd7735c3bca4c /src/main/java/at/hannibal2/skyhanni/config
parentc03cdfcbd136e3eceb2128c5c4d8293e39476ed4 (diff)
downloadskyhanni-da07d19354c53a0145bc3495b041419d8c2ab3fd.tar.gz
skyhanni-da07d19354c53a0145bc3495b041419d8c2ab3fd.tar.bz2
skyhanni-da07d19354c53a0145bc3495b041419d8c2ab3fd.zip
Added Contest Summary
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java8
1 files changed, 8 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 b20b04e96..d4c3a5859 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -1184,6 +1184,14 @@ public class Garden {
public Position jacobContextTimesPos = new Position(-359, 149, false, true);
@Expose
+ @ConfigOption(
+ name = "Contest Summary",
+ desc = "Show the average Blocks Per Second and blocks clicked at the end of a Jacob Farming Contest in chat."
+ )
+ @ConfigEditorBoolean
+ public boolean jacobContestSummary = true;
+
+ @Expose
@ConfigOption(name = "Always Finnegan", desc = "Forcefully set the Finnegan Farming Simulator perk to be active. This is useful if the auto mayor detection fails.")
@ConfigEditorBoolean
public boolean forcefullyEnabledAlwaysFinnegan = false;