|
@@ -26,7 +26,6 @@ import xyz.spaceio.configutils.JSONConfig;
|
|
|
import xyz.spaceio.hooks.HookInfo;
|
|
|
import xyz.spaceio.hooks.HookVanilla;
|
|
|
import xyz.spaceio.hooks.SkyblockAPIHook;
|
|
|
-import xyz.spaceio.misc.MaterialProvider;
|
|
|
import xyz.spaceio.misc.NamePlaceholder;
|
|
|
|
|
|
public class CustomOreGen extends JavaPlugin {
|
|
@@ -71,8 +70,6 @@ public class CustomOreGen extends JavaPlugin {
|
|
|
public void onEnable() {
|
|
|
clogger = getServer().getConsoleSender();
|
|
|
|
|
|
- MaterialProvider.init();
|
|
|
-
|
|
|
PluginManager pm = Bukkit.getPluginManager();
|
|
|
|
|
|
pm.registerEvents(new Events(this), this);
|