mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.plugin.center
/
PluginCenter
/
PluginInfo
Plugin
Info
@
ConsoleExperimentalApi
@
Serializable
data
class
PluginInfo
(
val
name
:
String
,
val
version
:
String
,
val
coreVersion
:
String
,
val
consoleVersion
:
String
,
val
tags
:
List
<
String
>
,
val
author
:
String
,
val
contact
:
String
,
val
description
:
String
,
val
usage
:
String
,
val
vcs
:
String
,
val
commands
:
List
<
String
>
,
val
changeLog
:
List
<
String
>
)
Members
Constructors
Plugin
Info
Link copied to clipboard
constructor
(
name
:
String
,
version
:
String
,
coreVersion
:
String
,
consoleVersion
:
String
,
tags
:
List
<
String
>
,
author
:
String
,
contact
:
String
,
description
:
String
,
usage
:
String
,
vcs
:
String
,
commands
:
List
<
String
>
,
changeLog
:
List
<
String
>
)
Properties
author
Link copied to clipboard
val
author
:
String
change
Log
Link copied to clipboard
val
changeLog
:
List
<
String
>
commands
Link copied to clipboard
val
commands
:
List
<
String
>
console
Version
Link copied to clipboard
val
consoleVersion
:
String
contact
Link copied to clipboard
val
contact
:
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
>
usage
Link copied to clipboard
val
usage
:
String
vcs
Link copied to clipboard
val
vcs
:
String
version
Link copied to clipboard
val
version
:
String