Update KSpigot.kt

This commit is contained in:
bluefireoly
2020-08-28 13:55:47 +02:00
parent be04b89b02
commit e631aefa46

View File

@@ -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**: