Plugin Help Help please - onChat

Discussion in 'Plugin Help/Development/Requests' started by BluePuppy00042, Jun 29, 2015.

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

    BluePuppy00042

    Code:
         public void onChat(AsyncPlayerChatEvent e) {
                Player p = e.getPlayer();
        
                if(e.getMessage().equalsIgnoreCase("Ouch"));
               Bukkit.broadcastMessage("Need some help?");
    This is what I have, and its not working. Anyone know why?
     
Thread Status:
Not open for further replies.

Share This Page