We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346a8d3 commit f931dcdCopy full SHA for f931dcd
1 file changed
src/main/java/dev/plex/ChatFilterModule.java
@@ -34,6 +34,7 @@ public void load()
34
module = this;
35
config = new ModuleConfig(this, "chatfilter/config.yml", "config.yml");
36
config.load();
37
+ loadMessages("chatfilter/messages.yml");
38
}
39
40
@Override
0 commit comments