Provides a quick way to build and reload plugins on your bukkit/spigot plugin's development server.
I made this project a whole year ago and almost forgot about it until today (the day i m updating this description) when i was watching some yt video bout moderinth.
I didn't expect that there'd be people still downloading my plugin.
I just have some few question to those of you who still use this plugin.
Open an issue on this project's github to tell me how helpful this plugin is.
Thats it, I thought this plugin would have been just dead, and not being used by others.
Thanks!
This plugin, simply put, automates the process of taking the built plugin and applying it to the plugin devlopment/testing server.
It is meant for bukkit/spigot plugin devlopers to automate the process of building and testing the binaries with ease.
12121 to 12125 and 12126 to 12130.(.bat) for windows or bash .sh for macOS/Linux should have the name start.<extension> otherwish the server might not restart as intended i.e. without any custom arguments provided to it./reload and /restart commands, and it only ran on Spigot. Make sure to setup /restart appropriately according to your enviroment.easyreload.gradle file (present in the easyreload.gradle.zip zip file.), and place it in your project's home directory. (i.e. where your build scripts lies)build.gradle file, add the following line of code: apply from: 'easyreload.gradle'gradle.properties file, add the following two properties: serverDir and shouldRestartNote:
serverDir property should be set to where your server files are.shouldRestart property can only have the following values: true or false. And it determines whether it should completely restart the server or just "reload" the plugins. (Useful in some cases).shouldRestart property to anything else than true or false will result in the post build steps failing.