Guest User

Untitled

a guest
May 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public HeroicDeathConfig(File file, Plugin plugin) {
  2. this.file = file;
  3. this.plugin = plugin;
  4.  
  5.  
  6. //options().indent(4); // Override to always indent 4 spaces
  7. if(exists())
  8. load();
  9. else {
  10. loadDefaults(file.getName());
  11. checkDefaults();
  12.  
  13. load();
  14. }
  15. }
Add Comment
Please, Sign In to add comment