I have NOT added an automated reload call, because reloading Minecraft's resources does have other implications. If you use vanilla's /reload command, ALL plugin recipes are disabled unless if the server owner reloads the affected plugins, or if the plugin owner has made that the plugin reregisterers the recipe automatically on ServerResourcesReloadedEvent
Fixes #41
I have NOT added an automated reload call, because reloading Minecraft's resources does have other implications. If you use vanilla's
/reload
command, ALL plugin recipes are disabled unless if the server owner reloads the affected plugins, or if the plugin owner has made that the plugin reregisterers the recipe automatically on ServerResourcesReloadedEvent