h31ix

Untitled

Mar 20th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public boolean onCommand(CommandSender s, Command cmd, String label, String[] args)
  2. {
  3. if (cmd.getName().equalsIgnoreCase("tnt"))
  4. {
  5. return true;
  6. }
  7.  
  8. return false;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment