Advertisement
Primer2023

Untitled

Jul 27th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.     public void loadConfigs(File folder) {
  2.         File configFile = new File(folder.getAbsolutePath() + File.separatorChar + "config.yml");
  3.         config = new MainConfig(configFile).loadOrCreateConfig();
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement