Skip to content

Instantly share code, notes, and snippets.

@zack6849
Created June 12, 2012 16:42
Show Gist options
  • Save zack6849/2918625 to your computer and use it in GitHub Desktop.
Save zack6849/2918625 to your computer and use it in GitHub Desktop.
if (cmd.getName().equalsIgnoreCase("tableflip")) {
sender.sendMessage(ChatColor.RED + sender.getName() + " Flips a table (ノಠ益ಠ)ノ彡┻━┻");
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment