Update KSpigot.kt
This commit is contained in:
@@ -6,8 +6,9 @@ import org.bukkit.plugin.java.JavaPlugin
|
|||||||
/**
|
/**
|
||||||
* This is the main instance of kSpigot.
|
* This is the main instance of kSpigot.
|
||||||
*
|
*
|
||||||
* It should be initialized when a plugin using
|
* This class replaces (and inherits from) the
|
||||||
* kSpigot gets enabled.
|
* JavaPlugin class. Your main plugin class should
|
||||||
|
* inherit from this abstract class.
|
||||||
*
|
*
|
||||||
* **Instead** of overriding [onLoad()], [onEnable()]
|
* **Instead** of overriding [onLoad()], [onEnable()]
|
||||||
* and [onDisable()] **override**:
|
* and [onDisable()] **override**:
|
||||||
|
Reference in New Issue
Block a user