mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-28 19:39:11 +00:00
refactor structure
This commit is contained in:
@@ -12,16 +12,16 @@ public class BukkitBootstrap extends JavaPlugin {
|
||||
|
||||
@Override
|
||||
public void onLoad() {
|
||||
this.plugin.load();
|
||||
this.plugin.onPluginLoad();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
this.plugin.enable();
|
||||
this.plugin.onPluginEnable();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDisable() {
|
||||
this.plugin.disable();
|
||||
this.plugin.onPluginDisable();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user