AntiVoid
This commit is contained in:
@ -7,6 +7,7 @@ import org.bukkit.plugin.java.JavaPlugin;
|
||||
import cz.marwland.mc.core.config.ConfigManager;
|
||||
import cz.marwland.mc.core.features.Base;
|
||||
import cz.marwland.mc.core.features.Feature;
|
||||
import cz.marwland.mc.essentials.features.AntiVoid;
|
||||
import cz.marwland.mc.essentials.features.Borders;
|
||||
import cz.marwland.mc.essentials.features.ChatNotifier;
|
||||
import cz.marwland.mc.essentials.features.ChorusLimiter;
|
||||
@ -25,6 +26,7 @@ public class MarwCore extends JavaPlugin {
|
||||
|
||||
configManager = new ConfigManager(this);
|
||||
|
||||
this.addFeature(new AntiVoid());
|
||||
this.addFeature(new Base());
|
||||
this.addFeature(new Borders());
|
||||
this.addFeature(new ChatNotifier());
|
||||
|
@ -35,9 +35,4 @@ public class Base extends Feature {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onEnable() {
|
||||
super.onEnable();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user