aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
Diffstat (limited to 'common/src')
-rw-r--r--common/src/main/java/de/hype/bbsentials/common/chat/Chat.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java b/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java
index 517a93f..c35f4ad 100644
--- a/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java
+++ b/common/src/main/java/de/hype/bbsentials/common/chat/Chat.java
@@ -324,11 +324,9 @@ public class Chat {
}
}
else if (messageUnformatted.equals("Click here to purchase a new 6 hour pass for 10,000 Coins")) {
+ Chat.sendPrivateMessageToSelfText(Message.tellraw("[\"\",\"You can press \",{\"keybind\":\"Chat Prompt Yes / Open Menu\",\"color\":\"green\"},\" to buy it.\"]"));
setChatCommand("/purchasecrystallhollowspass", 30);
}
- else if (messageUnformatted.startsWith("FEAR. A Primal Fear")) {
- sendNotification("BB: Primal Fear", messageUnformatted);
- }
}
else if (message.isFromGuild()) {