Add JavaPlugin import to main plugin file
This commit is contained in:
parent
17df9befa1
commit
5d564c3d99
|
@ -1,6 +1,7 @@
|
||||||
package net.fifitido.$REPO_NAME_LOWER
|
package net.fifitido.$REPO_NAME_LOWER
|
||||||
|
|
||||||
import net.kyori.adventure.text.Component
|
import net.kyori.adventure.text.Component
|
||||||
|
import org.bukkit.plugin.java.JavaPlugin
|
||||||
|
|
||||||
class $REPO_NAME_PASCAL : JavaPlugin() {
|
class $REPO_NAME_PASCAL : JavaPlugin() {
|
||||||
override fun onEnable() {
|
override fun onEnable() {
|
||||||
|
|
Loading…
Reference in New Issue