Yaml Config
Base config creator
Options:
plugin - your plugin instance
path - config path (For example "lang.yml")
hasInResource - if true, then when creating, if there is no file, it is copied from the resources of your plugin (resource with the same path)
defaultConfig - default config data
Load/reload
Save
Get object of ?
Get list of ?
Contain
Defaults
After adding a new default value, be sure to save the config
Set
After setting a new value, be sure to save the config
Last updated