Logs:
- Corrected many inconsistencies in the SQL feature to prevent confusions.
- Corrected a few bugs in the Piracy system and removed unused methods.
- Noticeably improved the Math utilities with faster methods.
- Corrected some outdated Debug messages with more universal ones.
- Implemented the ability to automatically synchronise folders.
- Slightly optimised the commands with removal of unnecessary methods.
- Noticeably improved the commands with better categorisation & messages.
- Implemented a new settings.yml option named “folder_calculate_minutes”.
- Corrected a few small bugs in the configuration reload feature.
- Implemented 5 new messages.yml configuration options.
- Implemented 3 new Developer API methods.
Messages.yml Changes:
Code (Text):
Added:
successful_folder_add
successful_folder_remove
failed_folder_add
failed_folder_remove
folder_not_found
API Changes:
Code (Text):
Added:
Boolean addFolder(File file, String command)
Boolean addFolder(File file)
Boolean removeFolder(File file)