Update VelocityCore/src/de/steamwar/velocitycore/listeners/ChatListener.java

This commit is contained in:
2026-07-24 00:33:42 +02:00
parent adb09a7a2a
commit 431666358b
@@ -238,6 +238,9 @@ public class ChatListener extends BasicListener {
if (message.contains("CHAOSCAOT")) {
specialAlert(sender, "Chaoscaot", "CHAT_CHAOSCAOT_", 3, 6, 11, 12, 15, 17);
}
if (message.contains("ITONA")) {
specialAlert(sender, "ItonaCA", "CHAT_ITONA_", 3, 6, 11, 12, 15);
}
return false;
}