diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2024-03-14 12:13:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 12:13:15 +0100 |
commit | bc30d882209649bac956ed46641b76b8fc1522d9 (patch) | |
tree | 441aa1afaeccb1f0575ebb3683c814052f8c702c /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | c9e1fa7de70fd17f4ff49717cdf12a25cdae4823 (diff) | |
download | skyhanni-bc30d882209649bac956ed46641b76b8fc1522d9.tar.gz skyhanni-bc30d882209649bac956ed46641b76b8fc1522d9.tar.bz2 skyhanni-bc30d882209649bac956ed46641b76b8fc1522d9.zip |
Removed Feature: Plot Name in Scoreboard (#1168)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/garden/GardenConfig.java | 6 |
1 files changed, 0 insertions, 6 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 cd1abbc14..b0a831e34 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 @@ -230,12 +230,6 @@ public class GardenConfig { public boolean plotBorders = true; @Expose - @ConfigOption(name = "Plot Name in Scoreboard", desc = "Showing a more compact 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 |