Advertisement
Red_Jheyson

Untitled

Apr 2nd, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. File file = new File(getDataFolder(), "config.yml");
  2. if (!file.exists())
  3. {
  4. saveResource("config.yml", false);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement