PluginConfig

data class PluginConfig(val patchNoteURL: String = "https://example.com", val motd: List<String> = listOf(" --- Welcome to Rune of Mer! --- "), val firstMotd: List<String> = listOf("Rune of Mer へようこそ!"), val tutorialRune: Long = 1000, val tutorialExp: Long = 1000)

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard