Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. package pl.michal.komendy;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public class Main extends JavaPlugin{
  6.  
  7.  
  8.  
  9.  
  10. public void onEnable(){
  11. System.out.println("Wlaczono plugin! jea");
  12. getCommand("pomoc").setExecutor(new LolekCommands());
  13. getCommand("szlachta").setExecutor(new Vipcommand());
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement