This is the main instance of kSpigot.
This class replaces (and inherits from) the JavaPlugin class. Your main plugin class should inherit from this abstract class.
Instead of overriding onLoad(), onEnable() and onDisable()override:
load() (called first)
startup() (called second)
shutdown() (called in the "end")