Custom items are now actually registered
This commit is contained in:
@@ -89,6 +89,11 @@ public abstract class EcoSpigotPlugin extends EcoPlugin {
|
||||
new CollatedRunnable(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void handleAfterLoad() {
|
||||
CustomItemsManager.registerAllItems();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected List<IntegrationLoader> loadIntegrationLoaders() {
|
||||
return Arrays.asList(
|
||||
|
||||
Reference in New Issue
Block a user