Package-level declarations

Types

Link copied to clipboard
class Config(val file: File, val internalConfig: YamlConfiguration = YamlConfiguration.loadConfiguration(file)) : ConfigSection

Wraps a config file and provides useful facilities for writing/reading it.

Link copied to clipboard
open class ConfigSection(val internalSection: ConfigurationSection)

A wrapper around ConfigurationSection providing useful utilities for reading/writing.

Link copied to clipboard

The config options for Pylon Core.

Link copied to clipboard
object Settings

Utility class.