Class StandaloneConfig

java.lang.Object
com.kamikazejam.kamicommon.configuration.standalone.AbstractConfig<YamlConfigurationStandalone>
com.kamikazejam.kamicommon.configuration.standalone.StandaloneConfig
All Implemented Interfaces:
ConfigurationMethods<ConfigurationSectionStandalone>, ConfigurationSectionStandalone
Direct Known Subclasses:
StandaloneConfigExt

public class StandaloneConfig extends AbstractConfig<YamlConfigurationStandalone> implements ConfigurationSectionStandalone
A class that represents a configuration file (Meant for implementations WITHOUT a JavaPlugin object available)
If you have a JavaPlugin object, it is recommended to use @KamiConfig instead
This is an extension of a YamlConfiguration, so all get, set, and put methods are available.

IF extending this class, provide the File to the config in the super, and then add all desired comments
Then you can use this object just like a YamlConfiguration, it has all the same methods plus AbstractConfig.save() and reload()