Vinetos

CREATION D'UN PLUGIN BUKKIT #1 v.2

Nov 22nd, 2014
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package fr.vinetos.plugin;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public class Menu extends JavaPlugin{
  6.  
  7. public void onEnable(){
  8.  
  9. System.out.println("[TutoPlugin] est maintenant activé!");
  10. }
  11.  
  12. public void onDisable(){
  13.  
  14. System.out.println("[TutoPlugin] est maintenant désactivé!");
  15. }
  16.  
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment