---
title: net.axay.kspigot.main -
---
//[KSpigot](../index.md)/[net.axay.kspigot.main](index.md)
# Package net.axay.kspigot.main
## Types
| Name| Summary|
|---|---|
| [KSpigot](-k-spigot/index.md)| [jvm]
Brief description
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")
Content
abstract class [KSpigot](-k-spigot/index.md) : JavaPlugin
| [ValueHolder](-value-holder/index.md)| [jvm]
Content
object [ValueHolder](-value-holder/index.md)
## Properties
| Name| Summary|
|---|---|
| [KSpigotMainInstance](index.md#net.axay.kspigot.main//KSpigotMainInstance/#/PointingToDeclaration/)| [jvm] lateinit var [KSpigotMainInstance](index.md#net.axay.kspigot.main//KSpigotMainInstance/#/PointingToDeclaration/): [KSpigot](-k-spigot/index.md)