diff options
author | hackthetime <l4bg0jb7@duck.com> | 2023-11-21 09:53:10 +0100 |
---|---|---|
committer | hackthetime <l4bg0jb7@duck.com> | 2023-11-21 09:53:10 +0100 |
commit | 20d4f8658d9697fa1aa04a9338f066b38a97ffc5 (patch) | |
tree | 88bcf2790c1a9a61716786d9f71ea6b9372deb48 /common | |
parent | ca8c9a40cbd393ddc1559382fb29a7f3a7c3a646 (diff) | |
parent | 85c9867682f497051d4d9db4960aa62273bb6204 (diff) | |
download | BBsentials-20d4f8658d9697fa1aa04a9338f066b38a97ffc5.tar.gz BBsentials-20d4f8658d9697fa1aa04a9338f066b38a97ffc5.tar.bz2 BBsentials-20d4f8658d9697fa1aa04a9338f066b38a97ffc5.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/java/de/hype/bbsentials/common/chat/Chat.java | 4 |
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()) { |