Compare commits

..

No commits in common. "aeebd2058594c6cfd5f9e27ec555f872396a7faf" and "3db79909b966ceaff08b640cb3e01b3f5ab096a5" have entirely different histories.

View File

@ -1,16 +1,5 @@
package com.yaohun.itemlibrary;
import org.bukkit.plugin.java.JavaPlugin;
public class main {
public class main extends JavaPlugin {
@Override
public void onEnable() {
super.onEnable();
}
@Override
public void onDisable() {
super.onDisable();
}
}