Advertisement
kapselpb

mainClass (main class lol)

Dec 9th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. package me.pluginpack;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public class mainClass extends JavaPlugin {
  6.  
  7.     public void onEnable() {
  8.         System.out.println("Starting...");
  9.     }
  10.    
  11.     public void onDisable() {
  12.         System.out.println("Disabling...");
  13.     }
  14.    
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement