Advertisement
Fozzie

Untitled

Jan 14th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. File file3 = new File(new File(this.getDataFolder(), "data"), "auth.yml");
  2. if (!file3.exists()) {
  3. createAuthFile();
  4. }
  5. File file4 = new File(new File(this.getDataFolder(), "data"), "authfails.yml");
  6. if (!file4.exists()) {
  7. createFailsFile();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement