Advertisement
shader301202

Untitled

Jun 13th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package shader301202.test;
  2.  
  3. import org.bukkit.command.Command;
  4. import org.bukkit.command.CommandSender;
  5. import org.bukkit.plugin.java.JavaPlugin;
  6.  
  7. public class youtube extends JavaPlugin {
  8.    
  9.     public void onEnable() {
  10.        
  11.     }
  12.    
  13.     public void onDisable() {
  14.        
  15.     }
  16.    
  17.     public boolean onCommand(CommandSender sender, Command command, String cmd, String[] args) {
  18.        
  19.         return false;
  20.     }
  21.    
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement