Added option to load YMLS from plugin folder
Pre-release
Pre-release
* Initializes the Config.
* @param plugin Instance of the plugin you want to initialize the config for
* @param fileName String
* @param path String path you want to initialize the config in
* @param force boolean enable/disable force file update
* @param copy boolean either copy the file from the plugin or not
public Config(Plugin plugin, String fileName, boolean force, boolean copy) {
}