Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f883f8fe1d | ||
|
|
80f43238e0 |
@@ -84,12 +84,16 @@ public abstract class Extension implements PluginLike {
|
||||
/**
|
||||
* Called the once the base plugin is done loading.
|
||||
*/
|
||||
protected abstract void onAfterLoad();
|
||||
protected void onAfterLoad() {
|
||||
// Override if needed
|
||||
}
|
||||
|
||||
/**
|
||||
* Called on plugin reload.
|
||||
*/
|
||||
protected abstract void onReload();
|
||||
protected void onReload() {
|
||||
// Override if needed
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the metadata of the extension.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version = 6.13.4
|
||||
version = 6.13.5
|
||||
plugin-name = eco
|
||||
Reference in New Issue
Block a user