Compare commits
2 Commits
3db79909b9
...
aeebd20585
Author | SHA1 | Date | |
---|---|---|---|
aeebd20585 | |||
8bc9dc1faa |
|
@ -1,5 +1,16 @@
|
|||
package com.yaohun.itemlibrary;
|
||||
|
||||
public class main {
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
|
||||
public class main extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
super.onEnable();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable() {
|
||||
super.onDisable();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user