aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-09-08 19:55:39 +1000
committerGitHub <noreply@github.com>2023-09-08 11:55:39 +0200
commit1447426be65a3ce29cef36395cd47603c9539e00 (patch)
tree482fddcc336a9b09b5e8fad0eb46de723f56f26b /src/main/java/at/hannibal2/skyhanni/config
parent62ebd2a830490ab921c94819e1d24ff4494f00ec (diff)
downloadSkyHanni-1447426be65a3ce29cef36395cd47603c9539e00.tar.gz
SkyHanni-1447426be65a3ce29cef36395cd47603c9539e00.tar.bz2
SkyHanni-1447426be65a3ce29cef36395cd47603c9539e00.zip
Feature: Contest rank Icon (#450)
Contest rank Icon #450
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java
index 571a9a15b..2091f7f4d 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/InventoryConfig.java
@@ -131,6 +131,20 @@ public class InventoryConfig {
public boolean jacobFarmingContestRealTime = true;
@Expose
+ @ConfigOption(name = "Medal Icon", desc = "Adds a symbol that shows what medal you received in this contest. " +
+ "§eIf you use a texture pack this may cause conflicting icons.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 3)
+ @FeatureToggle
+ public boolean jacobFarmingContestMedalIcon = true;
+
+ @Expose
+ @ConfigOption(name = "Finnegan Icon", desc = "Uses a different indicator for when the contest happened during Mayor Finnegan.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 3)
+ public boolean jacobFarmingContestFinneganIcon = true;
+
+ @Expose
@ConfigOption(name = "Sack Items Display", desc = "")
@Accordion
public SackDisplay sackDisplay = new SackDisplay();