A minecraft plugin that allows you to automatically reload the server when a specific file is updated
Made for spigot 1.8.8 and later
Requires Java 8
This plugin was made to simplify the plugin development process, and should not be used on non-testing server
Note : all commands are only available to OP players
Shows a list of the watched files
Adds a file to the watch list
The file can't be directory
Example :
asr add ./plugins/awesomePlugin.jar
Removes a file from the watch list
Example :
asr remove ./plugins/awesomePlugin.jar
Clears the watched file list
Enables auto reload
Disables auto reload