Config
data class Config(val plugin: PluginConfig, val database: DatabaseConfig, val teleport: TeleportConfig = TeleportConfig(), val world: WorldConfig)
Constructors
Link copied to clipboard
constructor(plugin: PluginConfig, database: DatabaseConfig, teleport: TeleportConfig = TeleportConfig(), world: WorldConfig)