AutoSync is a plugin every server network should have. It allows administrators to list files in a database, that will then be always synchronised with all the other servers running the plugin. Every file can also be attached with a command that will be executed upon its synchronisation, so reloading configurations after modifying a file gets as easy as it can be.
Requirements
Any SQL Database
Same Timezone Servers
YAML/JSON/TXT/LOG/PLAIN File Types
Commands
/autosync add <file> [command] allows you to add files to the synchronised queue.
/autosync remove <file> allows you to remove files from the synchronised queue.
/autosync list allows you to list all files in the synchronised queue.
/autosync reload allows you to reload the configuration and plugin cache.
Permissions
autosync.admin gives you all permissions.
autosync.reload allows you to execute the command /autosync reload.
autosync.add allows you to execute the command /autosync add.
autosync.remove allows you to execute the command /autosync remove.
autosync.list allows you to execute the command /autosync list.
Compatibility Information
This plugin is developed to run on Spigot, Bukkit, and Paper. Any other server types "may work" but are not officially supported. Additionally, English keyboard is supported but other may be incompatible. All incompatibilities can cause functionality & support difficulties.
Configuration / Developer API / Terms Of Use