Class BungeeCore
java.lang.Object
net.md_5.bungee.api.plugin.Plugin
me.github.simonplays15.betterbansystem.bungeecord.BungeeCore
public class BungeeCore
extends net.md_5.bungee.api.plugin.Plugin
The BungeeCore class represents the core plugin for BetterBanSystem on BungeeCord.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BungeeCore
The BungeeCore class represents the core plugin for BetterBanSystem on BungeeCord. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.md_5.bungee.api.plugin.Plugin
getDataFolder, getDescription, getExecutorService, getFile, getLogger, getProxy, getResourceAsStream, onDisable, onLoad
-
Field Details
-
instance
The BungeeCore class represents the core plugin for BetterBanSystem on BungeeCord.
-
-
Constructor Details
-
BungeeCore
public BungeeCore()
-
-
Method Details
-
onEnable
public void onEnable()Called when the plugin is enabled.- Overrides:
onEnable
in classnet.md_5.bungee.api.plugin.Plugin
-