diff options
author | hannibal2 <24389977+hannibal002@users.noreply.github.com> | 2023-01-25 02:19:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-25 02:19:48 +0100 |
commit | d25cfef7963debcf4adbcec7d086443132b6a213 (patch) | |
tree | 15347ecc0b493016bbfffbdc8f1dd85229fc61b8 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 56a77d2b1767d7b3d88bb726ae6af5daab43f02c (diff) | |
download | skyhanni-d25cfef7963debcf4adbcec7d086443132b6a213.tar.gz skyhanni-d25cfef7963debcf4adbcec7d086443132b6a213.tar.bz2 skyhanni-d25cfef7963debcf4adbcec7d086443132b6a213.zip |
Red Number Scoreboard Hider (#10)
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/Misc.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 12df4bca4..40ecb5f8a 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -167,4 +167,9 @@ public class Misc { @ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.") @ConfigEditorBoolean public boolean configButtonOnPause = true; + + @Expose + @ConfigOption(name = "Red Scoreboard Numbers", desc = "Hide the red scoreboard numbers at the right side of the screen.") + @ConfigEditorBoolean + public boolean hideScoreboardNumbers = false; }
\ No newline at end of file |