All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.ZeronDev.LibraryPlugin.kt Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package io.github.ZeronDev

import org.bukkit.plugin.Plugin
import org.bukkit.plugin.java.PluginClassLoader

object LibraryPlugin {
    var plugin: Plugin? = null
//
//    init {
//        register()
//    }
//
//    fun register() {
//        if (plugin == null) {
//            val plugin = (LibraryPlugin::class.java.classLoader as PluginClassLoader).plugin
//            LibraryPlugin.plugin = plugin
//        } //모든 리스너 겸용
//    }
    fun init() {
        plugin = (LibraryPlugin::class.java.classLoader as PluginClassLoader).plugin
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy