Advertisement
Guest User

Main Code

a guest
Apr 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. package ml.goldenminecraft.Testplugin.main;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public class Main extends JavaPlugin {
  6.  
  7. public void onEnable() {
  8. System.out.println("Juhuu! Es funktioniert!");
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement