Guest User

Untitled

a guest
Dec 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.     public boolean loadAreas() {
  2.         File f = new File("//plugins//ctf//areas.yml");
  3.         if(f.exists()) {
  4.             saveFile = YamlConfiguration.loadConfiguration(f);
  5.         } else {
  6.             f.mkdir();
  7.         }
  8.         return true;
  9.     }
Add Comment
Please, Sign In to add comment