Compare commits

...

2 Commits

Author SHA1 Message Date
Auxilor
f883f8fe1d Updated to 6.13.5 2021-11-08 21:09:44 +00:00
Auxilor
80f43238e0 Fixed major fuckup 2021-11-08 21:09:33 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -84,12 +84,16 @@ public abstract class Extension implements PluginLike {
/** /**
* Called the once the base plugin is done loading. * Called the once the base plugin is done loading.
*/ */
protected abstract void onAfterLoad(); protected void onAfterLoad() {
// Override if needed
}
/** /**
* Called on plugin reload. * Called on plugin reload.
*/ */
protected abstract void onReload(); protected void onReload() {
// Override if needed
}
/** /**
* Set the metadata of the extension. * Set the metadata of the extension.

View File

@@ -1,2 +1,2 @@
version = 6.13.4 version = 6.13.5
plugin-name = eco plugin-name = eco