aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/lorenz/mod/config
diff options
context:
space:
mode:
authorLorenz <ESs95s3P5z8Pheb>2022-07-08 13:29:29 +0200
committerLorenz <ESs95s3P5z8Pheb>2022-07-08 13:29:29 +0200
commita1ffa05e622e09f3e103fc492bb7600d75d1c85f (patch)
tree8604ffa6e7546b5ab4728a8a7bbce3c41ba3265e /src/main/java/at/lorenz/mod/config
parente61ee2b647199b000489aed05d11f4998fa391d2 (diff)
downloadSkyHanni-a1ffa05e622e09f3e103fc492bb7600d75d1c85f.tar.gz
SkyHanni-a1ffa05e622e09f3e103fc492bb7600d75d1c85f.tar.bz2
SkyHanni-a1ffa05e622e09f3e103fc492bb7600d75d1c85f.zip
moved player chat messages into separate setting
Diffstat (limited to 'src/main/java/at/lorenz/mod/config')
-rw-r--r--src/main/java/at/lorenz/mod/config/Features.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/lorenz/mod/config/Features.java b/src/main/java/at/lorenz/mod/config/Features.java
index 6c484290d..988b65f76 100644
--- a/src/main/java/at/lorenz/mod/config/Features.java
+++ b/src/main/java/at/lorenz/mod/config/Features.java
@@ -90,6 +90,11 @@ public class Features extends Config {
@ConfigOption(name = "Main Chat Filter", desc = "Hides all the annoying chat messages.")
@ConfigEditorBoolean
public boolean mainFilter = true;
+
+ @Expose
+ @ConfigOption(name = "Player Messages", desc = "Add a fancy new chat format for player messages.")
+ @ConfigEditorBoolean
+ public boolean playerMessages = false;
}
public static class Dungeon {