Cancelling chat

Discussion in 'Bukkit Discussion' started by mindless728, Jan 4, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    mindless728

    this doesn't actually cancel the chat message from appearing on everybody's screen, i am assuming this is how it is supposed to be done

    Code:
    public void onPlayerChat(PlayerChatEvent event) {
            event.setCancelled(true);
        }
    
     
  2. Offline

    Frigid

    This is a bug in the current revision. I'm pretty sure the team knows about it, so it should be fixed soon.
     
  3. Offline

    EvilSeph

Thread Status:
Not open for further replies.

Share This Page