diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 16:59:42 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-26 16:59:42 +0100 |
commit | 725f1f84dc791c3b31d3917bfe61c69a0b586448 (patch) | |
tree | 7dda266168d6914e0dcc273d460e8851db902895 /src/main/java/at/hannibal2/skyhanni/config | |
parent | d6f4be2ffe855c78d47d86ca4fe6e034c2f30a7c (diff) | |
download | skyhanni-725f1f84dc791c3b31d3917bfe61c69a0b586448.tar.gz skyhanni-725f1f84dc791c3b31d3917bfe61c69a0b586448.tar.bz2 skyhanni-725f1f84dc791c3b31d3917bfe61c69a0b586448.zip |
Showing a better plot name in scoreboard. Updates faster and doesnt hide when pests are spawned.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java index 5b8485e77..b8351feeb 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java @@ -214,6 +214,12 @@ public class GardenConfig { public boolean plotBorders = true; @Expose + @ConfigOption(name = "Plot Name in Scoreboard", desc = "Showing a better plot name in scoreboard. Updates faster and doesnt hide when pests are spawned.") + @ConfigEditorBoolean + @FeatureToggle + public boolean plotNameInScoreboard = true; + + @Expose @ConfigOption(name = "Copy Milestone Data", desc = "Copy wrong crop milestone data in clipboard when opening the crop milestone menu. Please share this data in SkyHanni discord.") @ConfigEditorBoolean @FeatureToggle |