AlanGomes

Untitled

May 18th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.65 KB | None | 0 0
  1. @EventHandler
  2. public void onCmd(PlayerCommandPreprocessEvent e) {
  3.     if (e.getMessage().equalsIgnoreCase("help")) {
  4.  
  5.     } else if (e.getMessage().equalsIgnoreCase("?")) {
  6.  
  7.     } else if (e.getMessage().equalsIgnoreCase("plugins")) {
  8.  
  9.     } else if (e.getMessage().equalsIgnoreCase("pl")) {
  10.  
  11.     } else if (e.getMessage().equalsIgnoreCase("bukkit:ver")) {
  12.  
  13.     } else if (e.getMessage().equalsIgnoreCase("bukkit:?")) {
  14.  
  15.     } else if (e.getMessage().equalsIgnoreCase("bukkit:plugins")) {
  16.  
  17.     } else if (e.getMessage().equalsIgnoreCase("about")) {
  18.  
  19.     } else if (e.getMessage().equalsIgnoreCase("ver")) {
  20.  
  21.     } else if (e.getMessage().equalsIgnoreCase("version")) {
  22.  
  23.     }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment