diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-19 17:13:28 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-19 17:13:28 +0200 |
| commit | dbfd0b107c2abf1966300dfc6dd7f34329fc282c (patch) | |
| tree | 19ab3e018214bb932b6a65465135b95baee778bc /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | b45fd460c0a91de19fa7cc6e95b4987e9cdc25d5 (diff) | |
| download | skyhanni-dbfd0b107c2abf1966300dfc6dd7f34329fc282c.tar.gz skyhanni-dbfd0b107c2abf1966300dfc6dd7f34329fc282c.tar.bz2 skyhanni-dbfd0b107c2abf1966300dfc6dd7f34329fc282c.zip | |
Show total amount of all rarities at the end of the chat message
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java index f9e3fe207..e7fcff1ff 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java @@ -38,6 +38,12 @@ public class Fishing { public boolean trophyFishDuplicateHider = false; @Expose + @ConfigOption(name = "Show total amount", desc = "Show total amount of all rarities at the end of the chat message.") + @ConfigEditorBoolean + @ConfigAccordionId(id = 0) + public boolean trophyFishTotalAmount = false; + + @Expose @ConfigOption(name = "Bronze Duplicates", desc = "Hide duplicate messages for bronze trophy fishes from chat.") @ConfigEditorBoolean @ConfigAccordionId(id = 0) |
