aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-10 15:13:54 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-05-10 15:13:54 +0200
commit89800c13c199eabb403eee2a11873f1a60b64f70 (patch)
tree99c7d27a2a1af6044ab11cede9706f57e764c30d /src/main/java/at/hannibal2/skyhanni/config
parenta009b1082453841aa0784233fc158e82aba50fed (diff)
downloadskyhanni-89800c13c199eabb403eee2a11873f1a60b64f70.tar.gz
skyhanni-89800c13c199eabb403eee2a11873f1a60b64f70.tar.bz2
skyhanni-89800c13c199eabb403eee2a11873f1a60b64f70.zip
Show tips and difficulty for bingo goals inside the bingo card inventory (Data from Bingo Splash Community)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java
index 4e973d7f7..c70346516 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Bingo.java
@@ -32,6 +32,15 @@ public class Bingo {
public Property<Boolean> hideCommunityGoals = Property.of(false);
@Expose
+ @ConfigOption(
+ name = "Show Guide",
+ desc = "Show tips and difficulty for bingo goals inside the bingo card inventory. " +
+ "§7(§ePowdered by Bingo Splash Community§7)"
+ )
+ @ConfigEditorBoolean
+ public boolean bingoSplashGuide = true;
+
+ @Expose
public Position bingoCardPos = new Position(10, 10, false, true);
}