Advertisement
Lagosa

Main

Jun 30th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. package com.Lagosa.Riddle;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public class Main extends JavaPlugin{
  6.  
  7.  
  8. @Override
  9. public void onEnable(){
  10. System.out.print("[Riddle] Started");
  11. this.getCommand("kerdes").setExecutor(new Kerdes(this));
  12. }
  13. @Override
  14. public void onDisable(){
  15.  
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement