RuneCore
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
RuneCore
RuneCore
/
org.lyralis.runeCore.config.model
/
PluginConfig
/
PluginConfig
Plugin
Config
constructor
(
patchNoteURL
:
String
=
"https://example.com"
,
motd
:
List
<
String
>
=
listOf(" --- Welcome to Rune of Mer! --- ")
,
firstMotd
:
List
<
String
>
=
listOf("Rune of Mer へようこそ!")
,
tutorialRune
:
Long
=
1000
,
tutorialExp
:
Long
=
1000
)