You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/at/hannibal2/skyhanni/config/features/event/bingo/BingoCardConfig.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ public class BingoCardConfig {
13
13
@ConfigEditorBoolean
14
14
@FeatureToggle
15
15
publicbooleanenabled = true;
16
+
16
17
@Expose
17
18
@ConfigOption(name = "Quick Toggle", desc = "Quickly toggle the Bingo Card or the step helper by sneaking with SkyBlock Menu in hand.")
18
19
@ConfigEditorBoolean
@@ -52,4 +53,10 @@ public class BingoCardConfig {
52
53
@ConfigOption(name = "Hide Difficulty When Done", desc = "Remove the background difficulty color in the bingo card inventory when the goal is done.")
53
54
@ConfigEditorBoolean
54
55
publicbooleanhideDoneDifficulty = true;
56
+
57
+
@Expose
58
+
@ConfigOption(name = "Community Percentages", desc = "Send a chat message with the change of community goal percentages after opening the bingo card inventory.")
0 commit comments