aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2022-10-21 02:40:16 +0000
committerGitHub <noreply@github.com>2022-10-20 21:40:16 -0500
commit218e8048e345f4792cc1b696570fae29ac532ef8 (patch)
tree6852a5c630a3f6d66c536c183afafbfe08592193 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
parent42264cc4f41096801074227d82ab8fec2907461c (diff)
downloadnotenoughupdates-218e8048e345f4792cc1b696570fae29ac532ef8.tar.gz
notenoughupdates-218e8048e345f4792cc1b696570fae29ac532ef8.tar.bz2
notenoughupdates-218e8048e345f4792cc1b696570fae29ac532ef8.zip
Remove messages in chat if they are under a set skyblock level (#322)
* Remove messages in chat if they are under a set skyblock level * 🤓 "not future proof. what if someone gets sb level 1000" * 2.1.1.md * Update Update Notes/2.1.1.md Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
index 86c4c5dd..568f852e 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/Misc.java
@@ -239,6 +239,18 @@ public class Misc {
@Expose
@ConfigOption(
+ name = "Filter Skyblock Levels in Chat",
+ desc = "Requires the \"SkyBlock Levels in Chat\" skyblock setting to be on"
+ )
+ @ConfigEditorSlider(
+ minValue = 0,
+ maxValue = 300,
+ minStep = 10
+ )
+ public int filterChatLevel = 0;
+
+ @Expose
+ @ConfigOption(
name = "Enable text field tweaks",
desc = "Allows the use of ctrl + z, ctrl + y and ctrl + Lshift + z in text fields"
)