Prestige_PvP

Untitled

Jul 2nd, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @EventHandler
  2. public void onChat(AsyncPlayerChatEvent e){
  3. if(e.getMessage().toLowerCase().contains("sotw"){
  4. e.getPlayer().sendMessage(ChatColor.YELLOW + "Sotw is in 1 minute(s)");
  5. e.setCanceled(true);
  6. }
  7. }
Add Comment
Please, Sign In to add comment