Advertisement
Guest User

Untitled

a guest
Sep 30th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.30 KB | Source Code | 0 0
  1. package me.michelino31;
  2.  
  3. import org.bukkit.plugin.java.JavaPlugin;
  4.  
  5. public class Plugindecisivo extends JavaPlugin {
  6.     @Override
  7.     public void onEnable() {
  8.         System.out.println("ciao");
  9.     }
  10.     @Override
  11.     public void onDisable() {
  12.  
  13.         System.out.println("addio");
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement