mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.plugin.center
/
PluginCenter
/
PluginInsight
Plugin
Insight
@
Serializable
@
ConsoleExperimentalApi
data
class
PluginInsight
(
val
name
:
String
,
val
version
:
String
,
val
coreVersion
:
String
,
val
consoleVersion
:
String
,
val
author
:
String
,
val
description
:
String
,
val
tags
:
List
<
String
>
,
val
commands
:
List
<
String
>
)
Members
Constructors
Plugin
Insight
Link copied to clipboard
constructor
(
name
:
String
,
version
:
String
,
coreVersion
:
String
,
consoleVersion
:
String
,
author
:
String
,
description
:
String
,
tags
:
List
<
String
>
,
commands
:
List
<
String
>
)
Properties
author
Link copied to clipboard
val
author
:
String
commands
Link copied to clipboard
val
commands
:
List
<
String
>
console
Version
Link copied to clipboard
val
consoleVersion
:
String
core
Version
Link copied to clipboard
val
coreVersion
:
String
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
tags
Link copied to clipboard
val
tags
:
List
<
String
>
version
Link copied to clipboard
val
version
:
String