Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void loadConfigs(File folder) {
- File configFile = new File(folder.getAbsolutePath() + File.separatorChar + "config.yml");
- config = new MainConfig(configFile).loadOrCreateConfig();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement