aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorLorenz <ESs95s3P5z8Pheb>2022-07-08 13:18:13 +0200
committerLorenz <ESs95s3P5z8Pheb>2022-07-08 13:18:13 +0200
commite61ee2b647199b000489aed05d11f4998fa391d2 (patch)
treea0fa502974f2c90159810035e751019be18f8acb /src/main/java/at
parent4a87d56aac1c9d47fcd8436db58c0e6a9826cd31 (diff)
parent76785517acab67796235dd435a8fff81f993ae5c (diff)
downloadSkyHanni-e61ee2b647199b000489aed05d11f4998fa391d2.tar.gz
SkyHanni-e61ee2b647199b000489aed05d11f4998fa391d2.tar.bz2
SkyHanni-e61ee2b647199b000489aed05d11f4998fa391d2.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/lorenz/mod/config/Features.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/java/at/lorenz/mod/config/Features.java b/src/main/java/at/lorenz/mod/config/Features.java
index ff4f3ae1d..6c484290d 100644
--- a/src/main/java/at/lorenz/mod/config/Features.java
+++ b/src/main/java/at/lorenz/mod/config/Features.java
@@ -85,6 +85,7 @@ public class Features extends Config {
public Bazaar bazaar = new Bazaar();
public static class Chat {
+
@Expose
@ConfigOption(name = "Main Chat Filter", desc = "Hides all the annoying chat messages.")
@ConfigEditorBoolean
@@ -92,6 +93,7 @@ public class Features extends Config {
}
public static class Dungeon {
+
@Expose
@ConfigOption(name = "Hide Dungeon Messages", desc = "Hides annoyung dungeon messages.")
@ConfigEditorBoolean
@@ -104,9 +106,9 @@ public class Features extends Config {
}
public static class Inventory {
+
@Expose
- @ConfigOption(name = "Not Clickable Items", desc = "Hide items that are not clickable in " +
- "the current inventory: ah, bz, accessory bag, etc")
+ @ConfigOption(name = "Not Clickable Items", desc = "Hide items that are not clickable in " + "the current inventory: ah, bz, accessory bag, etc")
@ConfigEditorBoolean
public boolean hideNotClickableItems = false;
@@ -147,6 +149,7 @@ public class Features extends Config {
}
public static class Bazaar {
+
@Expose
@ConfigOption(name = "Order Helper", desc = "Show visual hints when items are ready to pickup or outbid.")
@ConfigEditorBoolean