Scheduler
The scheduler is a task that is automatically scheduled to sync every file every 5 minutes. You can enable and disable it from the configuration file on line 13, the option is namedscheduler.
MySQL
The mysql section contains all the data of the database storage. As explained in the configuration, the main server is the one where the files are copied from.Don’t include the port with your host address, you need to adjust it with the port option.
Files
The file section is a list of files to sync. It requires the following schema:Plugin with the name of the plugin that contains the file that you want to sync.
Example
For example, if you want to sync theconfig.yml of a plugin called BedwarsX:
Syncing All Files
Add as many files as you want. Instead of the file name you can just put* to sync all the files of a plugin.