Package-level declarations
Types
Link copied to clipboard
data class ConfigInstantiationContext(val file: File, val dataFolder: File, val messageFactory: MessageFactory)
Link copied to clipboard
class ConfigName
Represents a config name
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Represents a YamlConfiguration that is backed by a file. Instances of this class should only be obtained using com.github.spigotbasics.core.module.AbstractBasicsModule.getConfig. It is fine to keep this object around and pass it around, it will automatically get updated on module reload instead of replaced.