Companion

object Companion

Functions

Link copied to clipboard
fun loadFromResource(filename: String = "plugin.yml", pluginClassloader: ClassLoader = CallerFinder.getCaller()?.findLoader() ?: error("Cannot find caller classloader, please specify manually.")): JvmPluginDescription

pluginClassloader 读取资源文件 filename 并以 YAML 格式解析为 SimpleJvmPluginDescription