-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Francisco Solis edited this page Dec 31, 2021
·
1 revision
Welcome to the FilesModule wiki!
- Yaml configurations
- Json configurations
- Properties configurations
- File Class Extensions like
File#folderandFile#file
-
File#folder: This will allow you to use the current file as folder, and if it doesn't exists it'll be created usingFile#mkdirs -
File#file: If the current file doesn't exists the code will try to create it usingFile#createNewFile
-
Json Configurations: This will allow you to manage not only files but Json Objects with the Google Gson dependency! (Remember to use the one under the packagexyz.theprogramsrc.simplecoreapi.libs.google.gson) -
Yaml Configurations: Use the power of Simple Yaml you'll be able to create files with the Bukkit Yml style! -
Properties Configurations: Just a helper to easily handle .properties files! - Yaml Configurations