Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Chat: ULTRA MEGA SUPER 200 IQ MOVE FOR ULTRA MEGA SUPER 200 IQ CHAT-P…
Browse files Browse the repository at this point in the history
…LUGINS
  • Loading branch information
TheFaser committed Dec 23, 2023
1 parent 8e6c461 commit c6ef33d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ public void init() {
@EventHandler
public void playerChatEvent(@NotNull AsyncPlayerChatEvent event) {
if (event.isCancelled()) return;
if (event.getRecipients().isEmpty()) return;
// ULTRA MEGA SUPER 200 IQ MOVE FOR ULTRA MEGA SUPER 200 IQ CHAT-PLUGINS
if (!event.getFormat().equals("<%1$s> %2$s")) return;

Player sender = event.getPlayer();
FPlayer fPlayer = playerManager.get(sender);
Expand Down

0 comments on commit c6ef33d

Please sign in to comment.