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

    Fields
    Modifier and Type
    Field
    Description
    protected BungeeCore
    The BungeeCore class represents the core plugin for BetterBanSystem on BungeeCord.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the plugin is enabled.

    Methods inherited from class net.md_5.bungee.api.plugin.Plugin

    getDataFolder, getDescription, getExecutorService, getFile, getLogger, getProxy, getResourceAsStream, onDisable, onLoad

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instance

      protected BungeeCore 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 class net.md_5.bungee.api.plugin.Plugin