This commit is contained in:
YuTian 2024-08-08 03:50:19 +08:00
parent b2c1ae9f58
commit 6c3f5e008e
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package com.io.yutian.elementoriginlib;
import com.io.yutian.elementoriginlib.listener.GuiHandlerListener;
import org.bukkit.plugin.java.JavaPlugin;
public final class ElementOriginLib extends JavaPlugin {
@ -8,6 +9,9 @@ public final class ElementOriginLib extends JavaPlugin {
@Override
public void onEnable() {
instance = this;
new GuiHandlerListener(this);
}
@Override

View File

@ -1,5 +1,5 @@
name: ElementOriginLib
version: '1.2.1'
version: '1.3'
main: com.io.yutian.elementoriginlib.ElementOriginLib
api-version: '1.20'
authors: [ SuperYuTian ]