Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.plugin
/
PluginInstaller
/
install
install
abstract
fun
<
P
:
Plugin
,
CONF
:
Any
>
install
(
pluginFactory
:
PluginFactory
<
P
,
CONF
>
,
configurer
:
ConfigurerFunction
<
CONF
>
)
(
source
)
注册安装一个插件
Plugin
类型,并为其添加一个对应的配置。
open
fun
<
P
:
Plugin
,
CONF
:
Any
>
install
(
pluginFactory
:
PluginFactory
<
P
,
CONF
>
)
(
source
)
注册安装一个插件
Plugin
类型。