File Manager - STFinancial/Minecraft GitHub Wiki
File Manager should not have a constructor and instead only have static fields/methods
All folders should be static and each folder getter method should contain initializers for folders if they do not exist. This allows for cleaner abstraction of folder locations rather than putting them into separate classes.