Skip to content

Added option to load YMLS from plugin folder

Pre-release
Pre-release
Compare
Choose a tag to compare
@toonystank toonystank released this 10 Apr 10:06
· 40 commits to master since this 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) {
}