Advertisement
Guest User

BlockRegen

a guest
Nov 29th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. public class BlockRegen extends JavaPlugin {
  2.  
  3. public static BlockRegen blockregen;
  4.  
  5. @Override
  6. public void onEnable() {
  7. System.out.println("coucou ton est plugin est activé");
  8. EventManager.registerEvent(this);
  9. blockregen = this;
  10. }
  11.  
  12. @Override
  13. public void onDisable() {System.out.println("coucou ton est plugin est désactivé");}
  14.  
  15.  
  16.  
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement